NBER Recession Indicator was last reported at 0 0 or 1 as of August 1, 2026. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the Cycle category. The next scheduled release is September 21, 2026.
| Date | Value (0 or 1) |
|---|---|
| Aug 2026 | 0 |
| Jul 2026 | 0 |
| Jun 2026 | 0 |
| May 2026 | 0 |
| Apr 2026 | 0 |
| Mar 2026 | 0 |
| Feb 2026 | 0 |
| Jan 2026 | 0 |
| Dec 2025 | 0 |
| Nov 2025 | 0 |
| Date | Value (0 or 1) |
|---|---|
| Oct 2025 | 0 |
| Sep 2025 | 0 |
| Aug 2025 | 0 |
| Jul 2025 | 0 |
| Jun 2025 | 0 |
| May 2025 | 0 |
| Apr 2025 | 0 |
| Mar 2025 | 0 |
| Feb 2025 | 0 |
| Jan 2025 | 0 |
Pull the full history of NBER 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=USRECESSION&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USRECESSION", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USRECESSION&period=max&api_key=YOUR_API_KEY");
const data = await res.json();