Exports of Goods and Services was last reported at 3,752.3 Bil. of $ as of April 1, 2026. That is up 6.94% from the prior reading of 3,508.7 Bil. of $. This indicator is reported Quarterly and saar, and is tracked under the Trade category. The next scheduled release is September 30, 2026.
| Date | Value (Bil. of $) |
|---|---|
| 2026 Q2 | 3,752.3 |
| 2026 Q1 | 3,508.7 |
| 2025 Q4 | 3,350.6 |
| 2025 Q3 | 3,366.9 |
| 2025 Q2 | 3,267.5 |
| 2025 Q1 | 3,293.7 |
| 2024 Q4 | 3,248.3 |
| 2024 Q3 | 3,256.5 |
| 2024 Q2 | 3,192.6 |
| 2024 Q1 | 3,164.1 |
| Date | Value (Bil. of $) |
|---|---|
| 2023 Q4 | 3,109.6 |
| 2023 Q3 | 3,082.1 |
| 2023 Q2 | 3,016.2 |
| 2023 Q1 | 3,085.5 |
| 2022 Q4 | 3,057.7 |
| 2022 Q3 | 3,129.1 |
| 2022 Q2 | 3,093.7 |
| 2022 Q1 | 2,865.2 |
| 2021 Q4 | 2,777.6 |
| 2021 Q3 | 2,581.3 |
Pull the full history of Exports of Goods and Services 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=USEXPORTS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USEXPORTS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USEXPORTS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();