Federal Receipts (Monthly) was last reported at 360,033 Mil. of $ as of August 1, 2026. That is up 7.79% from the prior reading of 334,010 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 | 360,033 |
| Jul 2026 | 334,010 |
| Jun 2026 | 495,761 |
| May 2026 | 335,512 |
| Apr 2026 | 837,340 |
| Mar 2026 | 384,863 |
| Feb 2026 | 313,122 |
| Jan 2026 | 559,935 |
| Dec 2025 | 484,384 |
| Nov 2025 | 336,001 |
| Date | Value (Mil. of $) |
|---|---|
| Oct 2025 | 404,371 |
| Sep 2025 | 543,663 |
| Aug 2025 | 344,315 |
| Jul 2025 | 338,492 |
| Jun 2025 | 526,445 |
| May 2025 | 371,229 |
| Apr 2025 | 850,169 |
| Mar 2025 | 367,635 |
| Feb 2025 | 296,424 |
| Jan 2025 | 513,294 |
Pull the full history of Federal Receipts (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=USRECEIPTSMO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USRECEIPTSMO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USRECEIPTSMO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();