Skip to main content
GET
/
api
/
market-data
/
quote
/
option_volume
/
daily
Get daily option volume history
curl --request GET \
  --url https://openapi.fcontext.com/api/market-data/quote/option_volume/daily \
  --header 'x-api-key: <api-key>'
{}

Authorizations

x-api-key
string
header
required

Financial Context key generated from account settings. Send it as x-api-key: <key>.

Query Parameters

symbol
string
required

Underlying .US security symbol, for example AAPL.US.

count
integer

Maximum number of daily rows.

Required range: x >= 1

Response

Options market-data response

The response is of type object.