Corporate Profits After Tax was last reported at 3,921.4 Bil. of $ as of April 1, 2026. That is up 8.22% from the prior reading of 3,623.7 Bil. of $. This indicator is reported Quarterly and saar, and is tracked under the Growth category. The next scheduled release is September 30, 2026.
| Date | Value (Bil. of $) |
|---|---|
| 2026 Q2 | 3,921.4 |
| 2026 Q1 | 3,623.7 |
| 2025 Q4 | 3,605.7 |
| 2025 Q3 | 3,411.7 |
| 2025 Q2 | 3,259.4 |
| 2025 Q1 | 3,252.4 |
| 2024 Q4 | 3,270.6 |
| 2024 Q3 | 3,078.5 |
| 2024 Q2 | 3,110.6 |
| 2024 Q1 | 3,025.9 |
| Date | Value (Bil. of $) |
|---|---|
| 2023 Q4 | 3,132.9 |
| 2023 Q3 | 3,036.5 |
| 2023 Q2 | 2,931.7 |
| 2023 Q1 | 2,916.2 |
| 2022 Q4 | 2,807.9 |
| 2022 Q3 | 2,876.0 |
| 2022 Q2 | 2,776.1 |
| 2022 Q1 | 2,588.2 |
| 2021 Q4 | 2,688.3 |
| 2021 Q3 | 2,678.5 |
Pull the full history of Corporate Profits After Tax 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=USCORPPROF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCORPPROF", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCORPPROF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();