Real Gross Domestic Income was last reported at 24,089.6 Bil. of chained 2017 $ as of April 1, 2026. That is up 0.54% from the prior reading of 23,959.2 Bil. of chained 2017 $. 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 chained 2017 $) |
|---|---|
| 2026 Q2 | 24,089.6 |
| 2026 Q1 | 23,959.2 |
| 2025 Q4 | 23,885.3 |
| 2025 Q3 | 23,788.4 |
| 2025 Q2 | 23,583.2 |
| 2025 Q1 | 23,433.4 |
| 2024 Q4 | 23,376.9 |
| 2024 Q3 | 23,164.8 |
| 2024 Q2 | 23,058.1 |
| 2024 Q1 | 22,889.4 |
| Date | Value (Bil. of chained 2017 $) |
|---|---|
| 2023 Q4 | 22,784.8 |
| 2023 Q3 | 22,467.4 |
| 2023 Q2 | 22,333.6 |
| 2023 Q1 | 22,245.1 |
| 2022 Q4 | 22,073.9 |
| 2022 Q3 | 22,203.2 |
| 2022 Q2 | 22,009.3 |
| 2022 Q1 | 22,024.1 |
| 2021 Q4 | 21,961.2 |
| 2021 Q3 | 21,598.4 |
Pull the full history of Real Gross Domestic Income 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=USGDIREAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USGDIREAL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USGDIREAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();