Kansas City Fed Financial Stress Index was last reported at -0.95 points as of August 1, 2026. That is up 12.37% from the prior reading of -0.84 points. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the Credit category. The next scheduled release is October 5, 2026.
| Date | Value (points) |
|---|---|
| Aug 2026 | -0.95 |
| Jul 2026 | -0.84 |
| Jun 2026 | -0.76 |
| May 2026 | -0.88 |
| Apr 2026 | -0.72 |
| Mar 2026 | -0.58 |
| Feb 2026 | -0.56 |
| Jan 2026 | -0.65 |
| Dec 2025 | -0.70 |
| Nov 2025 | -0.73 |
| Date | Value (points) |
|---|---|
| Oct 2025 | -0.54 |
| Sep 2025 | -0.84 |
| Aug 2025 | -0.80 |
| Jul 2025 | -0.73 |
| Jun 2025 | -0.61 |
| May 2025 | -0.51 |
| Apr 2025 | 0.11 |
| Mar 2025 | -0.55 |
| Feb 2025 | -0.80 |
| Jan 2025 | -0.76 |
Pull the full history of Kansas City Fed Financial Stress Index 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=USKCFSI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USKCFSI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USKCFSI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();