KB / signal
BTC
Last verified
Auto-generated. This article is rebuilt from
app/signals/config/signal_definitions.jsonbyscripts/build_signals_kb.py. Edit the registry entry and re-run the script — do not edit this file directly.
BTC
What it is
BTC — registry key btc.
Classifier metric. See the bands table below for the band-by-band reading.
Source
Source module: liquidity
Data source: back_fillable
Fetched directly from app/sources/liquidity.py; see source code for the upstream API call and any provider-specific handling.
How it’s computed
Raw Bitcoin spot close from yfinance ticker BTC-USD, reported in USD. Surfaced under the liquidity source as a risk-on / global-liquidity proxy — BTC is sensitive to dollar liquidity expansion and risk-asset appetite, both of which the dashboard reads as confirming signals when bond/equity vol agree. See app/sources/liquidity.py:139 (_fetch_btc). The classifier bands (Risk-on / Neutral / Risk-off) are applied downstream via signal_defs.band_for('btc', value).
Where it surfaces
- API field:
signals.btc_closeonGET /api/v1/signals/latest - Surface:
daily_signalsrow (daily-cadence persistence) - Surface:
/signals/sparklines(UI sparklines)
Bands / thresholds
Classifier direction: higher_is_better.
| Range | Label | Dot | Implication | Points |
|---|---|---|---|---|
| — | Risk-on | favorable | BULLISH | 3 |
| — | Neutral | neutral | NEUTRAL | 2 |
| — | Risk-off | adverse | BEARISH | 0 |
Health-score / alignment role
- Health score component:
btc(weight + math inapp/signals/config/score_weights.jsonandapp/signals/score.py). - Contributes to:
health_score.BTC
Release cadence
- Publishes:
intraday
See also
- /kb/health-score — Health score — 0-100 composite.
- /kb/api/get-signals-latest — API endpoint that serves this field.