Federal Receipts was last reported at 5,980.6 Bil. of $, annual rate as of April 1, 2026. That is up 1.84% from the prior reading of 5,872.5 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 | 5,980.6 |
| 2026 Q1 | 5,872.5 |
| 2025 Q4 | 5,898.5 |
| 2025 Q3 | 5,793.6 |
| 2025 Q2 | 5,603.7 |
| 2025 Q1 | 5,392.7 |
| 2024 Q4 | 5,313.2 |
| 2024 Q3 | 5,210.1 |
| 2024 Q2 | 5,146.5 |
| 2024 Q1 | 5,045.8 |
| Date | Value (Bil. of $, annual rate) |
|---|---|
| 2023 Q4 | 4,926.5 |
| 2023 Q3 | 4,835.5 |
| 2023 Q2 | 4,769.4 |
| 2023 Q1 | 4,752.0 |
| 2022 Q4 | 5,102.8 |
| 2022 Q3 | 5,149.4 |
| 2022 Q2 | 5,134.8 |
| 2022 Q1 | 5,075.1 |
| 2021 Q4 | 4,689.0 |
| 2021 Q3 | 4,523.1 |
Pull the full history of Federal Receipts 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=USRECEIPTS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USRECEIPTS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USRECEIPTS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();