Skip to main content
GET
List underlyings active on a date

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer
default:100

Maximum rows to return. Server caps at 500.

Required range: 1 <= x <= 500
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"

min_premium
number<double>

Minimum total premium (USD) for the day.

Required range: x >= 0
min_volume
integer

Minimum total option volume for the day.

Required range: x >= 0

Response

Tickers ranked by total premium.

data
object[]
required
meta
object
required