Skip to main content
HEAD
/
api
/
aitaquote
/
quote
/
market_temperature
获取市场温度 headers
curl --request HEAD \
  --url https://fcontext.com/api/aitaquote/quote/market_temperature \
  --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

market
string

市场代码。支持 HK(默认)、USCN/SH/SZSG,也兼容 SDK 数字枚举。

history
boolean
default:false

是否返回历史序列。

start
string<date>

历史起始日期 YYYY-MM-DD。未提供时默认为结束日期前 30 天。

end
string<date>

历史结束日期 YYYY-MM-DD。未提供时默认为当前日期。

Response

Market-data response headers.