Option chain

GET {{baseUrl}}/v1beta1/options/snapshots/:underlying_symbol

The option chain endpoint for underlying symbol provides the latest trade, latest quote for each contract symbol of the underlying symbol.

Request Params

KeyDatatypeRequiredDescription
feedstringThe source feed of the data. opra is the official OPRA feed, indicative is a free indicative feed where trades are delayed and quotes are modified. Default: opra if the user has a subscription, indicative otherwise.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"snapshots":{"AAPL240419P00140000":{"latest_trade":{"t":"2024-02-27T19:52:19.046610688Z","x":"U","p":0.14,"s":3,"c":"I"},"latest_quote":{"t":"2024-02-28T15:30:28.046330624Z","ax":"w","ap":0.16,"as":669,"bx":"W","bp":0.15,"bs":164,"c":"A"}},"AAPL250321C00190000":{"latest_trade":{"t":"2024-02-28T15:26:12.728701696Z","x":"B","p":17.15,"s":900,"c":"e"},"latest_quote":{"t":"2024-02-28T15:47:13.663636224Z","ax":"X","ap":17,"as":622,"bx":"X","bp":16.75,"bs":368,"c":" "}}}}