Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://openapi.fcontext.com/api/market-data/market/unusual_items \ --header 'x-api-key: <api-key>'
{ "unusualItems": { "allOff": true, "changes": [ { "symbol": "<string>", "name": "<string>", "alertName": "<string>", "alertTime": 123, "changeValues": [ "<string>" ], "emotion": 123 } ] } }
获取指定市场的异常价格或成交量活动,可选择按标的筛选。
在账户设置中生成的 Financial Context key。请以 x-api-key: <key> 形式发送。
x-api-key: <key>
市场代码。仅支持 US。
US
可选证券标的筛选条件。
要返回的记录数,默认 50,最大 100。
1 <= x <= 100
异常活动
Show child attributes