Skip to main content
GET
/
api
/
aitaquote
/
quote
/
option_volume
/
daily
获取日度期权成交量
curl --request GET \
  --url https://fcontext.com/api/aitaquote/quote/option_volume/daily \
  --header 'x-api-key: <api-key>'
{
  "volume": {
    "stats": [
      {}
    ]
  }
}

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

标的代码,通常为美股正股代码。

timestamp
integer
default:0

起始时间戳,默认 0 表示使用最新可用区间。

Required range: x >= 0
count
integer
default:20

返回交易日数量,默认 20,最大 100。

Required range: 1 <= x <= 100

Response

日度期权成交量

volume
object