Federal Budget Balance was last reported at -166,797 Mil. of $ as of August 1, 2026. That is down 61.42% from the prior reading of -432,308 Mil. of $. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the Fiscal category. The next scheduled release is October 13, 2026.
| Date | Value (Mil. of $) |
|---|---|
| Aug 2026 | -166,797 |
| Jul 2026 | -432,308 |
| Jun 2026 | -120,305 |
| May 2026 | -292,648 |
| Apr 2026 | 215,024 |
| Mar 2026 | -164,100 |
| Feb 2026 | -307,501 |
| Jan 2026 | -94,615 |
| Dec 2025 | -144,749 |
| Nov 2025 | -173,277 |
| Date | Value (Mil. of $) |
|---|---|
| Oct 2025 | -284,350 |
| Sep 2025 | 197,950 |
| Aug 2025 | -344,792 |
| Jul 2025 | -291,143 |
| Jun 2025 | 27,010 |
| May 2025 | -316,004 |
| Apr 2025 | 258,400 |
| Mar 2025 | -160,530 |
| Feb 2025 | -307,017 |
| Jan 2025 | -128,640 |
Pull the full history of Federal Budget 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=USBUDGET&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USBUDGET", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USBUDGET&period=max&api_key=YOUR_API_KEY");
const data = await res.json();