National Financial Conditions Index was last reported at -0.560 Index as of September 11, 2026. That is up 0.36% from the prior reading of -0.558 Index. This indicator is reported Weekly, Ending Friday and not seasonally adjusted, and is tracked under the Credit category. The next scheduled release is September 23, 2026.
| Date | Value (Index) |
|---|---|
| Sep 11, 2026 | -0.560 |
| Sep 4, 2026 | -0.564 |
| Aug 28, 2026 | -0.558 |
| Aug 21, 2026 | -0.556 |
| Aug 14, 2026 | -0.553 |
| Aug 7, 2026 | -0.549 |
| Jul 31, 2026 | -0.544 |
| Jul 24, 2026 | -0.538 |
| Jul 17, 2026 | -0.532 |
| Jul 10, 2026 | -0.526 |
| Date | Value (Index) |
|---|---|
| Jul 3, 2026 | -0.520 |
| Jun 26, 2026 | -0.514 |
| Jun 19, 2026 | -0.511 |
| Jun 12, 2026 | -0.508 |
| Jun 5, 2026 | -0.495 |
| May 29, 2026 | -0.495 |
| May 22, 2026 | -0.497 |
| May 15, 2026 | -0.499 |
| May 8, 2026 | -0.500 |
| May 1, 2026 | -0.496 |
Pull the full history of National Financial Conditions 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=USNFCI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USNFCI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USNFCI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();