Corporate Income Tax Receipts was last reported at 1,948 USD Million as of August 1, 2026. That is down 85.65% from the prior reading of 13,569 USD Million. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the Fiscal category.
| Date | Value (USD Million) |
|---|---|
| Aug 2026 | 1,948 |
| Jul 2026 | 13,569 |
| Jun 2026 | 69,537 |
| May 2026 | 11,161 |
| Apr 2026 | 82,593 |
| Mar 2026 | 6,856 |
| Feb 2026 | -3,187 |
| Jan 2026 | 30,695 |
| Dec 2025 | 59,448 |
| Nov 2025 | 7,169 |
| Date | Value (USD Million) |
|---|---|
| Oct 2025 | 15,068 |
| Sep 2025 | 62,476 |
| Aug 2025 | 2,506 |
| Jul 2025 | 20,835 |
| Jun 2025 | 68,086 |
| May 2025 | 42,955 |
| Apr 2025 | 93,632 |
| Mar 2025 | 17,816 |
| Feb 2025 | 9,866 |
| Jan 2025 | 24,436 |
Pull the full history of Corporate 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=USCORPTAXRCPT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCORPTAXRCPT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCORPTAXRCPT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();