Skip to main content
GET
Aggregate sentiment scoring across timeframes (VWF / SDF / FIR / Composite)

Authorizations

Authorization
string
header
required

Skylit API key in the Authorization header (Authorization: Bearer fs_live_<key>). X-API-Key is also accepted.

Path Parameters

ticker
string
required

Underlying ticker symbol (uppercase, e.g. SPY, AAPL).

Example:

"SPY"

Query Parameters

timeframes
string
default:1d

Comma-separated timeframes, or all. Supported atoms: 1h, 4h, 1d, 7d, 30d, 90d. all expands to all six. Unknown atoms are treated as a single trading day.

Example:

"1d,7d,30d"

include_breakdown
boolean
default:true

Attach the per-timeframe VWF/SDF/FIR component split.

include_moneyness
boolean
default:false

Attach a byMoneyness array (deep_itm → deep_otm).

moneyness_filter
enum<string>
default:all
Available options:
deep_itm,
itm,
atm,
otm,
deep_otm,
all
expiration_filter
enum<string>
default:all

Restrict to one expiration bucket.

Available options:
0dte,
weekly,
monthly,
leaps,
all
time_decay
boolean
default:false

Apply exponential time decay to VWF / SDF / FIR components.

time_decay_half_life
integer
default:30

Half-life in minutes for the decay (only applied when timeDecay=true).

Required range: x >= 1
date
string<date>

Response

Aggregate sentiment by timeframe.

data
object
required
meta
object
required