Aggregate sentiment scoring across timeframes (VWF / SDF / FIR / Composite)
Returns a Composite directional score plus its VWF / SDF / FIR components for one or more trailing timeframes (intraday or multi-day). Optional moneyness breakdown, optional time-decay weighting, and a comparative trend block contrasting short- vs long-horizon sentiment. Reference: PRD Section 8.
Authorizations
Skylit API key in the Authorization header
(Authorization: Bearer fs_live_<key>). X-API-Key is also accepted.
Path Parameters
Underlying ticker symbol (uppercase, e.g. SPY, AAPL).
"SPY"
Query Parameters
Comma-separated timeframes, or all. Supported atoms:
5m, 15m, 1h, 4h, 1d, 7d, 30d, 90d.
"1d,7d,30d"
Attach the per-timeframe VWF/SDF/FIR component split.
Attach a byMoneyness array (deep_itm → deep_otm).
deep_itm, itm, atm, otm, deep_otm, all Restrict to one expiration bucket.
0dte, weekly, monthly, leaps, all Apply exponential time decay to VWF / SDF / FIR components.
Half-life in minutes for the decay (only applied when timeDecay=true).
x >= 1
