Short Positions
short_positionsRetrieve short interest history for US and HK stocks. Track open short positions in shares, short ratio, and close price using data from FINRA and HKEX, with market inferred from symbol suffix.
Instructions
Get short interest history (open short positions) for HK or US stocks. Market inferred from symbol suffix. count: 1–100 (default 20). Unified data[]{timestamp(RFC3339), short_shares(open short position in shares), rate(decimal ratio e.g. 0.009=0.9%), close}. US-only: avg_daily_vol, days_to_cover. HK-only: balance(outstanding short position in HKD). US source: FINRA bi-weekly. HK source: HKEX daily.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of records to return (1-100, default 20) | |
| symbol | Yes | Security symbol, e.g. "AAPL.US" (US) or "700.HK" (HK). Market is inferred from suffix. |