Skip to main content
GET
Get Options K-line (OHLCV) data

Authorizations

X-API-Key
string
header
required

API Key authentication. Example: "your-api-key-here"

Query Parameters

symbol
string
required

Underlying symbol (e.g. SPY, AAPL)

options_ticker
string
required

OCC-format options ticker (e.g. O:SPY260620C00570000)

interval
enum<string>
required

Interval

Available options:
1min,
2min,
3min,
5min,
10min,
15min,
30min,
45min,
1h,
2h,
4h,
1d,
1w,
1m
start_time
integer
required

Start time (Unix seconds)

end_time
integer
required

End time (Unix seconds)

limit
integer

Limit (default 500, max 10000)

Response

Options kline data

data
object[]
error
object
metadata
any
pagination
any
request_id
string
success
boolean