Exports of Goods and Services (Monthly) was last reported at 310.72 USD Billion as of July 1, 2026. That is down 2.08% from the prior reading of 317.34 USD Billion. This indicator is reported Monthly and seasonally adjusted, and is tracked under the Trade category. The next scheduled release is October 6, 2026.
| Date | Value (USD Billion) |
|---|---|
| Jul 2026 | 310,723.00 |
| Jun 2026 | 317,335.00 |
| May 2026 | 319,979.00 |
| Apr 2026 | 329,893.00 |
| Mar 2026 | 321,163.00 |
| Feb 2026 | 313,628.00 |
| Jan 2026 | 301,271.00 |
| Dec 2025 | 285,282.00 |
| Nov 2025 | 289,504.00 |
| Oct 2025 | 301,158.00 |
| Date | Value (USD Billion) |
|---|---|
| Sep 2025 | 292,352.00 |
| Aug 2025 | 284,741.00 |
| Jul 2025 | 284,172.00 |
| Jun 2025 | 281,048.00 |
| May 2025 | 282,229.00 |
| Apr 2025 | 290,598.00 |
| Mar 2025 | 283,369.00 |
| Feb 2025 | 280,533.00 |
| Jan 2025 | 274,827.00 |
| Dec 2024 | 270,627.00 |
Pull the full history of Exports of Goods and Services (Monthly) into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=USEXPORTSMO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USEXPORTSMO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USEXPORTSMO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();