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