Federal Outlays (Monthly) was last reported at 526,830 Mil. of $ as of August 1, 2026. That is down 31.25% from the prior reading of 766,318 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 | 526,830 |
| Jul 2026 | 766,318 |
| Jun 2026 | 616,067 |
| May 2026 | 628,161 |
| Apr 2026 | 622,316 |
| Mar 2026 | 548,963 |
| Feb 2026 | 620,623 |
| Jan 2026 | 654,551 |
| Dec 2025 | 629,133 |
| Nov 2025 | 509,278 |
| Date | Value (Mil. of $) |
|---|---|
| Oct 2025 | 688,721 |
| Sep 2025 | 345,713 |
| Aug 2025 | 689,107 |
| Jul 2025 | 629,635 |
| Jun 2025 | 499,435 |
| May 2025 | 687,233 |
| Apr 2025 | 591,769 |
| Mar 2025 | 528,165 |
| Feb 2025 | 603,441 |
| Jan 2025 | 641,935 |
Pull the full history of Federal Outlays (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=USOUTLAYSMO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USOUTLAYSMO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USOUTLAYSMO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();