Real GDP was last reported at 24,269.6 Bil. of chained 2017 $ as of April 1, 2026. That is up 0.37% from the prior reading of 24,180.4 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,269.6 |
| 2026 Q1 | 24,180.4 |
| 2025 Q4 | 24,055.7 |
| 2025 Q3 | 24,026.8 |
| 2025 Q2 | 23,771.0 |
| 2025 Q1 | 23,548.2 |
| 2024 Q4 | 23,586.5 |
| 2024 Q3 | 23,478.6 |
| 2024 Q2 | 23,286.5 |
| 2024 Q1 | 23,082.1 |
| Date | Value (Bil. of chained 2017 $) |
|---|---|
| 2023 Q4 | 23,033.8 |
| 2023 Q3 | 22,841.0 |
| 2023 Q2 | 22,580.5 |
| 2023 Q1 | 22,439.6 |
| 2022 Q4 | 22,278.3 |
| 2022 Q3 | 22,125.6 |
| 2022 Q2 | 21,967.0 |
| 2022 Q1 | 21,932.7 |
| 2021 Q4 | 21,988.7 |
| 2021 Q3 | 21,617.8 |
Pull the full history of Real GDP 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=USGDP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USGDP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USGDP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();