Skip to main content
GET
Relative-volume bars for a ticker

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

interval
string
default:1D

Trailing window — {N}D where N is 1–365 (e.g. 1D, 7D, 30D).

Example:

"1D"

bucket
enum<string>
default:5min
Available options:
1min,
5min,
10min,
15min,
30min,
1d,
1w
avg_period
string
default:14d

Baseline lookback as {N}d (e.g. 14d, 30d). Max 365 days.

date
string<date>

Trading date the request targets, in YYYY-MM-DD. Defaults to the current trading date (the most recent session that has settled enough data to be queryable). Past dates fall through to the daily rollup tables.

Example:

"2026-05-27"

order_by
enum<string>
default:time
Available options:
rvol,
volume,
premium,
time
order
enum<string>

Sort direction. Defaults to asc when order_by=time, otherwise desc.

Available options:
asc,
desc
limit
integer
Required range: x >= 1
format
enum<string>
default:full
Available options:
full,
summary

Response

RVOL bars + aggregate stats.

data
object
required
meta
object
required