Tous les jeux de données

US financial stress signals (NFCI + STLFSI weekly, regime flags, stress spreads)

Value-added financial-stress signals derived from FRED's free Federal Reserve financial-conditions indices: the Chicago Fed National Financial Conditions Index (weekly, 1971 -> present) and the St. Louis Fed Financial Stress Index (weekly, 1993 -> present). Each row carries change volatility, 13-week momentum, year-over-year level change, a trailing-1y stress z-score, a tight-financial-conditions regime flag, 3-sigma anomaly flags, naive-drift 1-month forecasts, a per-week cross-series volatility rank, and the NFCI-STLFSI stress spread. All computation is local pandas/numpy; no paid models or APIs.

Source: US Financial Stress Signals (derived)4,613 lignesMis à jour: 22/09/2026
financial-stressfinancial-conditionsriskcreditvolatilitymomentumanomaly-detectionforecastingsignalsfred

Qualité

99.3

Attribution

Federal Reserve Banks of Chicago and St. Louis via FRED; derived signals by Frontier Data Hub

Schéma

ColonneTypeDescription
datestringObservation date (FRED API field date; YYYY-MM-DD).
countrystring
country_codestring
series_idstringFRED series ID: NFCI (Chicago Fed National Financial Conditions Index) or STLFSI4 (St. Louis Fed Financial Stress Index); resolves to the series page at https://fred.stlouisfed.org/series/<id>.
series_labelstringOfficial FRED series title as published for the series.
valuefloatIndex value as published (index points; positive values = tighter-than-average financial conditions, negative = looser-than-average); see the series notes for methodology and revisions.
volatility_30dfloat
momentum_3mfloat
yoy_change_pctfloat
stress_z_1yfloat
tight_regime_flaginteger
anomaly_flaginteger
forecast_1mfloat
rankinteger
stress_spreadfloat

Exemple de lignes

datecountrycountry_codeseries_idseries_labelvaluevolatility_30dmomentum_3myoy_change_pctstress_z_1ytight_regime_flaganomaly_flagforecast_1mrankstress_spread
1971-01-08United StatesUSANFCIChicago Fed National Financial Conditions Index0.60210
1971-01-15United StatesUSANFCIChicago Fed National Financial Conditions Index0.63410
1971-01-22United StatesUSANFCIChicago Fed National Financial Conditions Index0.67210
1971-01-29United StatesUSANFCIChicago Fed National Financial Conditions Index0.71310
1971-02-05United StatesUSANFCIChicago Fed National Financial Conditions Index0.75610

Télécharger un échantillon

Téléchargez l'échantillon complet de ce jeu de données (lignes d'exemple, pas le jeu complet).

Utiliser avec un LLM

Dirigez n’importe quel LLM vers le point d’accès des métadonnées — la documentation ci-dessus est aussi lisible par machine (JSON-LD + Croissant).

cURL

curl "https://datazimuts.com/v1/datasets/finstress_signals/us_financial_stress_signals" | jq '{title, rows, columns_count, license}'

Python

import requests

ds = requests.get("https://datazimuts.com/v1/datasets/finstress_signals/us_financial_stress_signals").json()
print(ds["title"], ds["rows"], "rows")

# Sample rows for an LLM context window
for row in ds.get("sample_rows", [])[:5]:
    print(row)

Point d’accès API: https://datazimuts.com/v1/datasets/finstress_signals/us_financial_stress_signals

Astuce : récupérez /llms.txt pour le catalogue complet lisible par machine.

US financial stress signals (NFCI + STLFSI weekly, regime flags, stress spreads)