GDP-Based Recession Indicator was last reported at 0 1 or 0 as of January 1, 2026. This indicator is reported Quarterly and not seasonally adjusted, and is tracked under the Cycle category. The next scheduled release is September 30, 2026.
| Date | Value (1 or 0) |
|---|---|
| 2026 Q1 | 0 |
| 2025 Q4 | 0 |
| 2025 Q3 | 0 |
| 2025 Q2 | 0 |
| 2025 Q1 | 0 |
| 2024 Q4 | 0 |
| 2024 Q3 | 0 |
| 2024 Q2 | 0 |
| 2024 Q1 | 0 |
| 2023 Q4 | 0 |
| Date | Value (1 or 0) |
|---|---|
| 2023 Q3 | 0 |
| 2023 Q2 | 0 |
| 2023 Q1 | 0 |
| 2022 Q4 | 0 |
| 2022 Q3 | 0 |
| 2022 Q2 | 0 |
| 2022 Q1 | 0 |
| 2021 Q4 | 0 |
| 2021 Q3 | 0 |
| 2021 Q2 | 0 |
Pull the full history of GDP-Based Recession Indicator 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=USRECGDP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USRECGDP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USRECGDP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();