跳转到主要内容
GET
/
api
/
market-data
/
quote
/
option
获取期权行情
curl --request GET \
  --url https://openapi.fcontext.com/api/market-data/quote/option \
  --header 'x-api-key: <api-key>'
{}

授权

x-api-key
string
header
必填

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

查询参数

symbols
string
必填

逗号分隔的期权合约代码,例如 AAPL260619C00200000.US。

响应

期权市场数据响应

The response is of type object.