Recession Probability was last reported at 0.76 % as of July 1, 2026. That is up 35.71% from the prior reading of 0.56 %. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the Cycle category. The next scheduled release is October 1, 2026.
| Date | Value (%) |
|---|---|
| Jul 2026 | 0.76 |
| Jun 2026 | 0.56 |
| May 2026 | 0.54 |
| Apr 2026 | 0.46 |
| Mar 2026 | 0.54 |
| Feb 2026 | 0.52 |
| Jan 2026 | 0.64 |
| Dec 2025 | 0.28 |
| Nov 2025 | 0.48 |
| Oct 2025 | 1.16 |
| Date | Value (%) |
|---|---|
| Sep 2025 | 0.92 |
| Aug 2025 | 0.82 |
| Jul 2025 | 0.20 |
| Jun 2025 | 0.16 |
| May 2025 | 0.54 |
| Apr 2025 | 0.32 |
| Mar 2025 | 0.12 |
| Feb 2025 | 0.10 |
| Jan 2025 | 0.38 |
| Dec 2024 | 0.10 |
Pull the full history of Recession Probability 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=USRECPROB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USRECPROB", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USRECPROB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();