KB / signal
Sentiment
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.
Sentiment
What it is
Sentiment — registry key sentiment.
HISTORICAL ONLY. AlphaVantage news-sentiment retired 2026-06 (DOCTRINE D22); FinRep-AI is the sole sentiment source. This column holds historical AlphaVantage values and goes NULL going forward (kept-forever per Retention policy, no producer registered). Was never scored or aligned — informational context only.
Source
Source module: computed
Data source: historical
Fetched directly from app/sources/computed.py; see source code for the upstream API call and any provider-specific handling.
How it’s computed
HISTORICAL ONLY. Pre-2026-06 values were the mean AlphaVantage NEWS_SENTIMENT Average_Sentiment_Score over the most-recent ~20 articles per cycle (3-band label: Bullish >0.15 / Bearish <-0.15 / Neutral). The AlphaVantage source (app/sources/sentiment.py) was retired 2026-06 per DOCTRINE D22; no new values are produced and the column goes NULL going forward. FinRep-AI per-article scores on news_items are the live sentiment substrate.
Where it surfaces
- API field:
signals.sentiment_scoreonGET /api/v1/signals/latest - Surface:
daily_signalsrow (daily-cadence persistence)
Bands / thresholds
Classifier direction: higher_is_better.
| Range | Label | Dot | Implication | Points |
|---|---|---|---|---|
| — | Bullish | favorable | BULLISH | — |
| — | Neutral | neutral | NEUTRAL | — |
| — | Cautious | cautionary | NEUTRAL | — |
| — | Bearish | adverse | BEARISH | — |
Health-score / alignment role
Display-only — has bands for surface labeling but does not contribute to the health score (scoring is handled by a companion metric).
Release cadence
- Publishes:
ad_hoc
Historical only — AlphaVantage NEWS_SENTIMENT retired 2026-06 (DOCTRINE D22); no future releases.
See also
- /kb/api/get-signals-latest — API endpoint that serves this field.