跳转到主要内容
GET
/
api
/
market-data
/
quote
/
option_volume
/
daily
获取每日期权成交量历史
curl --request GET \
  --url https://openapi.fcontext.com/api/market-data/quote/option_volume/daily \
  --header 'x-api-key: <api-key>'
{}

授权

x-api-key
string
header
必填

在账户设置中生成的 Financial Context key。请以 x-api-key: <key> 形式发送。

查询参数

symbol
string
必填

底层 .US 证券标的,例如 AAPL.US。

count
integer

每日行数上限。

必填范围: x >= 1

响应

期权市场数据响应

The response is of type object.