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_trades \ --header 'x-api-key: <api-key>'
{ "shortTrades": { "data": [ {} ] } }
获取美股或港股证券的每日卖空成交量。
在账户设置中生成的 Financial Context key。请以 x-api-key: <key> 形式发送。
x-api-key: <key>
证券标的;支持美股和港股证券。
要返回的记录数,默认 20,最大 100。
1 <= x <= 100
每日卖空成交量
Show child attributes