Tous les jeux de données

US loan-loss signals (charge-off rates, stress regimes)

Quarterly US bank loan-loss signals from Federal Reserve Board charge-off rates (via FRED): all-real-estate-loan charge-offs (CORALACBS) and credit-card charge-offs (CORCCACBS), 1991 ->, with quarter-on-quarter and year-on-year change, 30-quarter change volatility, 3-sigma anomaly flags, naive-drift forecasts, 5-year loss z-scores, and elevated / severe loss-regime flags. The realized-losses lens on bank credit quality — the realized damage to delinquency's early warning. Companion to us-bank-credit-cycle-signals (volumes, delinquency) and us-sloos-bank-lending-standards-signals (standards). All rows normalized to country_code USA. Raw series: Board of Governors of the Federal Reserve System via FRED.

Source: US Loan-Loss Signals (derived)332 lignesMis à jour: 22/09/2026
bankscharge-offsloan-lossescredit-qualitycredit-cardsreal-estate-loanscredit-cyclefinancial-stabilitymomentumanomaly-detectionforecastingsignalsfred

Qualité

99.1

Attribution

Board of Governors of the Federal Reserve System via FRED; signals by Frontier Data Hub

Schéma

ColonneTypeDescription
datestringObservation date (FRED API field date; YYYY-MM-DD, quarterly).
countrystring
country_codestring
series_idstringCHARGEOFF_RE: charge-off rate on all real estate loans, all commercial banks (FRED CORALACBS); CHARGEOFF_CC: charge-off rate on credit card loans, all commercial banks (FRED CORCCACBS). Both from the Federal Reserve Board's charge-off and delinquency release.
series_labelstringNet percentage of domestic banks reporting charge-offs (annualized, net of recoveries) on the stated loan category (Federal Reserve Board definition).
valuefloatAnnualized net charge-off rate in percent (Federal Reserve Board).
momentum_3mfloat
yoy_changefloat
volatility_30dfloat
anomaly_flaginteger
forecast_1mfloat
loss_z_5yfloat
stress_flaginteger
severe_flaginteger

Exemple de lignes

datecountrycountry_codeseries_idseries_labelvaluemomentum_3myoy_changevolatility_30danomaly_flagforecast_1mloss_z_5ystress_flagsevere_flag
1985-01-01United StatesUSACHARGEOFF_CCCharge-Off Rate: Credit Card Loans, All Commercial Banks (quarterly, percent)1.9000
1985-04-01United StatesUSACHARGEOFF_CCCharge-Off Rate: Credit Card Loans, All Commercial Banks (quarterly, percent)2.260.3599999999999999000
1985-07-01United StatesUSACHARGEOFF_CCCharge-Off Rate: Credit Card Loans, All Commercial Banks (quarterly, percent)2.670.41000000000000014000
1985-10-01United StatesUSACHARGEOFF_CCCharge-Off Rate: Credit Card Loans, All Commercial Banks (quarterly, percent)2.910.2400000000000002000
1986-01-01United StatesUSACHARGEOFF_CCCharge-Off Rate: Credit Card Loans, All Commercial Banks (quarterly, percent)3.130.219999999999999751.23000

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/loan_loss_signals/us_loan_loss_signals" | jq '{title, rows, columns_count, license}'

Python

import requests

ds = requests.get("https://datazimuts.com/v1/datasets/loan_loss_signals/us_loan_loss_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/loan_loss_signals/us_loan_loss_signals

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

US loan-loss signals (charge-off rates, stress regimes)