Skip to main content
HEAD
/
api
/
aitaquote
/
quote
/
static_info
获取标的静态信息 headers
curl --request HEAD \
  --url https://fcontext.com/api/aitaquote/quote/static_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

symbols
string
required

标的代码列表,使用英文逗号分隔。

Response

Market-data response headers.