Federal Expenditures was last reported at 7,765.0 Bil. of $, annual rate as of April 1, 2026. That is up 1.11% from the prior reading of 7,679.7 Bil. of $, annual rate. This indicator is reported Quarterly and saar, and is tracked under the Fiscal category. The next scheduled release is September 30, 2026.
| Date | Value (Bil. of $, annual rate) |
|---|---|
| 2026 Q2 | 7,765.0 |
| 2026 Q1 | 7,679.7 |
| 2025 Q4 | 7,583.7 |
| 2025 Q3 | 7,580.2 |
| 2025 Q2 | 7,496.3 |
| 2025 Q1 | 7,313.6 |
| 2024 Q4 | 7,247.7 |
| 2024 Q3 | 7,165.7 |
| 2024 Q2 | 6,954.0 |
| 2024 Q1 | 6,846.1 |
| Date | Value (Bil. of $, annual rate) |
|---|---|
| 2023 Q4 | 6,668.1 |
| 2023 Q3 | 6,558.6 |
| 2023 Q2 | 6,491.7 |
| 2023 Q1 | 6,433.6 |
| 2022 Q4 | 6,318.3 |
| 2022 Q3 | 6,178.7 |
| 2022 Q2 | 6,079.7 |
| 2022 Q1 | 6,002.8 |
| 2021 Q4 | 6,240.0 |
| 2021 Q3 | 6,795.6 |
Pull the full history of Federal Expenditures 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=USOUTLAYS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USOUTLAYS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USOUTLAYS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();