Option chain snapshot
https://flow-api.skylit.ai/v1/underlying/{ticker}/chainSnapshot of the option chain for a single expiration on the requested date — call & put volume, premium, OI, last IV, and last trade price per strike, plus the underlying price.
Authorization
Authorization: Bearer <your API key>Required. A missing header returns 401; an invalid, revoked or expired key returns 403.
Path parameters
tickerstringrequiredUnderlying ticker symbol (uppercase, e.g.
SPY,AAPL).
Query parameters
expirationstringdaterequiredExpiration date (
YYYY-MM-DD).min_volumeintegermin 0Suppress strikes whose total (call+put) volume is below this floor.
datestringdateTrading 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).
Responses
- 200
Chain snapshot.
- 400
Request validation failed.
- 401
Missing or invalid API key.
- 402
The account's shared Skylit credit balance is lower than this route's cost. Top up to continue. Carries
X-Credits-Remaining: 0. - 404
Unknown resource (ticker / sector / window with no data).
- 429
Per-minute rate limit exceeded.
Response fields
dataobjectrequiredtickerstringrequiredexpirationstringdaterequiredunderlyingPricenumberdoublerequiredstrikesobject[]required
metaobjectrequiredtimestampstringdate-timerequiredServer-side timestamp the response was generated at.
requestIdstringrequiredShort opaque ID for log correlation.
Last updated