Skip to main content
GET
Per-ticker net-premium time series ("flow tide")

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

start_time
string
required

Lower bound of the window. Accepts RFC 3339 (2026-05-27T13:30:00Z) or Unix seconds.

Example:

"2026-05-27T13:30:00Z"

end_time
string
required

Upper bound of the window (RFC 3339 or Unix seconds).

Example:

"2026-05-27T20:00:00Z"

bucket
enum<string>
default:5min

Bucket size for the time series. Pre-aggregated tables back the sub-hourly resolutions. Coarser buckets (1d, 1w) are rejected on intraday endpoints.

Available options:
1min,
5min,
15min,
30min,
1h
option_type
enum<string>
default:all
Available options:
call,
put,
all
min_premium
number<double>
exclude_multi_leg
boolean
default:false
min_dte
integer
Required range: x >= 0
max_dte
integer
Required range: x >= 0
date
string<date>

Response

Per-bucket flow tide bars.

data
object
required
meta
object
required