Latest quotes

GET {{baseUrl}}/v1beta1/options/quotes/latest?symbols=AAPL241220C00300000,AAPL240315C00225000

The latest multi quotes endpoint provides the latest bid and ask prices for each given contract symbol.

Request Params

KeyDatatypeRequiredDescription
symbolsstring(Required) Comma separated list of contract symbols with a limit of 100.
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

{"quotes":{"AAPL240419P00140000":{"t":"2024-02-28T15:30:28.046330624Z","ax":"w","ap":0.16,"as":669,"bx":"W","bp":0.15,"bs":164,"c":"A"},"AAPL250321C00190000":{"t":"2024-02-28T15:47:13.663636224Z","ax":"X","ap":17,"as":622,"bx":"X","bp":16.75,"bs":368,"c":" "}}}