Nominal GDP was last reported at 32,486.1 Bil. of $ as of April 1, 2026. That is up 1.95% from the prior reading of 31,865.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 | 32,486.1 |
| 2026 Q1 | 31,865.7 |
| 2025 Q4 | 31,422.5 |
| 2025 Q3 | 31,098.0 |
| 2025 Q2 | 30,485.7 |
| 2025 Q1 | 30,042.1 |
| 2024 Q4 | 29,825.2 |
| 2024 Q3 | 29,511.7 |
| 2024 Q2 | 29,147.0 |
| 2024 Q1 | 28,708.2 |
| Date | Value (Bil. of $) |
|---|---|
| 2023 Q4 | 28,424.7 |
| 2023 Q3 | 28,074.8 |
| 2023 Q2 | 27,530.1 |
| 2023 Q1 | 27,216.4 |
| 2022 Q4 | 26,770.5 |
| 2022 Q3 | 26,336.3 |
| 2022 Q2 | 25,861.3 |
| 2022 Q1 | 25,250.3 |
| 2021 Q4 | 24,813.6 |
| 2021 Q3 | 23,982.4 |
Pull the full history of Nominal 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=USGDPNOM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USGDPNOM", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USGDPNOM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();