List underlyings active on a date
Lists every ticker that traded options on the requested date, ordered by total premium (descending). Useful as a starting point for discovery or for repopulating the universe of tradable tickers.
Authorizations
Skylit API key in the Authorization header
(Authorization: Bearer fs_live_<key>). X-API-Key is also accepted.
Query Parameters
Maximum rows to return.
1 <= x <= 200Trading 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.
"2026-05-27"
Minimum total premium (USD) for the day.
x >= 0Minimum total option volume for the day.
x >= 0
