Tous les jeux de données

US household borrowing-cost signals (prime / card / auto rates)

US household borrowing-cost signals from Federal Reserve Board lending rates (redistributed by FRED): the bank prime loan rate (monthly, 1949 ->), the commercial-bank credit-card rate and the 48-month new-auto loan rate (quarterly, NSA), with frequency-aware momentum, change volatility, 3-sigma anomaly flags, drift forecasts, cross-series ranks, the lender risk-premium spread over prime, the unsecured-vs-secured (card-minus-auto) wedge, a 5-year borrowing-cost z-score and a high-cost flag. The price-of-credit complement to fred-mortgage-rate-signals (mortgages), us-bank-credit-cycle signals (volumes) and us-bank-lending-standards-signals (willingness to lend). All rows normalized to country_code USA. Raw series: Board of Governors of the Federal Reserve System via FRED.

Source: Borrowing-Cost Signals (derived)1,198 lignesMis à jour: 22/09/2026
interest-ratesprime-ratecredit-cardsauto-loanshousehold-creditborrowing-costsfederal-reservemacroeconomicsspreadmomentumanomaly-detectionforecastingsignalsfred

Qualité

96.6

Attribution

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

Schéma

ColonneTypeDescription
datestringObservation date (FRED API field date; YYYY-MM-DD, monthly or quarterly).
countrystring
country_codestring
series_idstringFRED series ID: DPRIME (Bank Prime Loan Rate, Board of Governors), TERMCBCCALLNS (Commercial Bank Interest Rate on Credit Card Plans, All Accounts, Board of Governors) or TERMCBAUTO48NS (Finance Rate on Consumer Installment Loans at Commercial Banks, New Autos 48 Month Loan, Board of Governors).
series_labelstringOfficial FRED series title as published for the series.
valuefloatContract interest rate in percent: bank prime loan rate (monthly) or commercial-bank consumer lending rate for credit-card plans and 48-month new-auto loans (quarterly, not seasonally adjusted; Board of Governors of the Federal Reserve System, via FRED).
momentum_3mfloat
volatility_30dfloat
anomaly_flaginteger
forecast_1mfloat
rankinteger
prime_spread_ppfloat
card_auto_spreadfloat
cost_z_5yfloat
high_cost_flaginteger

Exemple de lignes

datecountrycountry_codeseries_idseries_labelvaluemomentum_3mvolatility_30danomaly_flagforecast_1mrankprime_spread_ppcard_auto_spreadcost_z_5yhigh_cost_flag
1955-08-01United StatesUSADPRIMEBank Prime Loan Rate3.25010
1955-09-01United StatesUSADPRIMEBank Prime Loan Rate3.25010
1955-10-01United StatesUSADPRIMEBank Prime Loan Rate3.39010
1955-11-01United StatesUSADPRIMEBank Prime Loan Rate3.50.25010
1955-12-01United StatesUSADPRIMEBank Prime Loan Rate3.50.25010

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

Python

import requests

ds = requests.get("https://datazimuts.com/v1/datasets/borrowcost_signals/us_household_borrowing_cost_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/borrowcost_signals/us_household_borrowing_cost_signals

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

US household borrowing-cost signals (prime / card / auto rates)