Skip to main content
HEAD
/
api
/
aitaquote
/
quote
/
option_chain
/
info
获取标的期权链到期日的期权标的列表 headers
curl --request HEAD \
  --url https://fcontext.com/api/aitaquote/quote/option_chain/info \
  --header 'x-api-key: <api-key>'
{
  "error": "<string>"
}

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
expiry_date
string<date>
required

期权到期日,格式 YYYY-MM-DD

Response

Market-data response headers.