Federal Current Tax Receipts was last reported at 3,736.8 Bil. of $ as of April 1, 2026. That is up 2.51% from the prior reading of 3,645.4 Bil. of $. 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 $) |
|---|---|
| 2026 Q2 | 3,736.8 |
| 2026 Q1 | 3,645.4 |
| 2025 Q4 | 3,706.0 |
| 2025 Q3 | 3,612.6 |
| 2025 Q2 | 3,455.1 |
| 2025 Q1 | 3,246.1 |
| 2024 Q4 | 3,202.1 |
| 2024 Q3 | 3,141.1 |
| 2024 Q2 | 3,098.6 |
| 2024 Q1 | 3,033.8 |
| Date | Value (Bil. of $) |
|---|---|
| 2023 Q4 | 2,959.2 |
| 2023 Q3 | 2,921.2 |
| 2023 Q2 | 2,891.7 |
| 2023 Q1 | 2,900.2 |
| 2022 Q4 | 3,240.8 |
| 2022 Q3 | 3,277.5 |
| 2022 Q2 | 3,271.2 |
| 2022 Q1 | 3,222.2 |
| 2021 Q4 | 2,849.6 |
| 2021 Q3 | 2,740.6 |
Pull the full history of Federal Current Tax 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=USTAXRECEIPTS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USTAXRECEIPTS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USTAXRECEIPTS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();