Trade Balance was last reported at -88,576 Mil. of $ as of July 1, 2026. That is up 24.44% from the prior reading of -71,182 Mil. of $. 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 (Mil. of $) |
|---|---|
| Jul 2026 | -88,576 |
| Jun 2026 | -71,182 |
| May 2026 | -75,752 |
| Apr 2026 | -52,883 |
| Mar 2026 | -53,657 |
| Feb 2026 | -52,500 |
| Jan 2026 | -52,670 |
| Dec 2025 | -76,078 |
| Nov 2025 | -63,868 |
| Oct 2025 | -37,376 |
| Date | Value (Mil. of $) |
|---|---|
| Sep 2025 | -59,392 |
| Aug 2025 | -59,642 |
| Jul 2025 | -75,062 |
| Jun 2025 | -58,697 |
| May 2025 | -66,748 |
| Apr 2025 | -60,341 |
| Mar 2025 | -132,983 |
| Feb 2025 | -117,069 |
| Jan 2025 | -124,704 |
| Dec 2024 | -96,849 |
Pull the full history of Trade Balance 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=USTRADEBAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USTRADEBAL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USTRADEBAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();