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