Skip to content

KB / signal

NFCI

Last verified

Auto-generated. This article is rebuilt from app/signals/config/signal_definitions.json by scripts/build_signals_kb.py. Edit the registry entry and re-run the script — do not edit this file directly.

NFCI

What it is

NFCI — registry key nfci.

Classifier metric. See the bands table below for the band-by-band reading.

Source

Source module: macro_indicators
Data source: back_fillable

Fetched directly from app/sources/macro_indicators.py; see source code for the upstream API call and any provider-specific handling.

How it’s computed

Raw Chicago Fed National Financial Conditions Index from FRED series NFCI. NFCI is a weekly Friday-published composite of 105 financial-condition indicators (money-market, debt, equity, credit, and shadow-banking proxies); zero = the historical average, positive = tighter than average, negative = looser. The fetch also stores the FRED observation date in nfci_report_date for freshness consumers. See app/sources/macro_indicators.py:177 (_fetch_fred_with_date('NFCI')). The classifier bands (Very loose / Loose / Near average / Tightening / Tight) are applied downstream via signal_defs.band_for('nfci', value).

Where it surfaces

Bands / thresholds

Classifier direction: lower_is_better.

RangeLabelDotImplicationPoints
Very loosefavorableBULLISH
LooseleaningBULLISH
Near averageneutralNEUTRAL
TighteningcautionaryBEARISH
TightadverseBEARISH

Health-score / alignment role

Release cadence

Chicago Fed NFCI weekly; Wednesday release covering prior week’s data.

See also