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/quote/short_positions \ --header 'x-api-key: <api-key>'
{ "shortPositions": { "data": [ {} ] } }
獲取美股或港股證券的空頭持倉和空頭興趣資料。
在帳戶設置中生成的 Financial Context key。請以 x-api-key: <key> 形式發送。
x-api-key: <key>
證券標的;支持美股和港股證券。
要返回的記錄數,預設 20,最大 100。
1 <= x <= 100
空頭持倉資料
Show child attributes