Skip to main content
GET
/
api
/
aitaquote
/
quote
/
market_temperature
获取市场温度
curl --request GET \
  --url https://fcontext.com/api/aitaquote/quote/market_temperature \
  --header 'x-api-key: <api-key>'
{
  "temperature": {
    "market": 123,
    "temperature": 123,
    "timestamp": "2023-11-07T05:31:56Z",
    "records": [
      {}
    ]
  }
}

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

市场温度

temperature
object

市场温度数据。当前快照和历史序列字段以 Stock Predictor market-data provider SDK 返回为准。