Individual Income Tax Receipts was last reported at 179,040 USD Million as of August 1, 2026. That is up 3.33% from the prior reading of 173,271 USD Million. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the Fiscal category.
| Date | Value (USD Million) |
|---|---|
| Aug 2026 | 179,040 |
| Jul 2026 | 173,271 |
| Jun 2026 | 283,147 |
| May 2026 | 151,979 |
| Apr 2026 | 515,120 |
| Mar 2026 | 188,500 |
| Feb 2026 | 133,389 |
| Jan 2026 | 317,304 |
| Dec 2025 | 242,337 |
| Nov 2025 | 146,957 |
| Date | Value (USD Million) |
|---|---|
| Oct 2025 | 216,953 |
| Sep 2025 | 298,413 |
| Aug 2025 | 153,144 |
| Jul 2025 | 145,148 |
| Jun 2025 | 236,168 |
| May 2025 | 142,325 |
| Apr 2025 | 537,033 |
| Mar 2025 | 185,098 |
| Feb 2025 | 135,400 |
| Jan 2025 | 305,135 |
Pull the full history of Individual Income 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=USINDIVTAXRCPT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USINDIVTAXRCPT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USINDIVTAXRCPT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();