Skip to main content
HEAD
/
api
/
aitaquote
/
quote
/
calc_index
获取标的计算指标 headers
curl --request HEAD \
  --url https://fcontext.com/api/aitaquote/quote/calc_index \
  --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

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

fields
string
default:pe,pb,dps_rate,turnover_rate,mktcap

逗号分隔的计算字段。常用字段:last_donechange_rateturnover_ratemktcapcapital_flowpepbdps_rateivdeltaoi。也兼容 SDK 数字枚举。

indexes
string

fields 的兼容别名,支持相同的逗号分隔字段或 SDK 数字枚举。

Response

Market-data response headers.