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