Short Trades
short_tradesRetrieve daily short-sale volume data for HK and US stocks. Includes short volume, ratio, and market-specific details like NASDAQ and NYSE short volumes.
Instructions
Get daily short-sale volume history for HK or US stocks. Market inferred from symbol suffix. last_timestamp: unix seconds (omit for latest). page_size: 1–100 (default 20). Unified data[]{timestamp(RFC3339), short_vol(daily short volume in shares), rate(decimal ratio e.g. 0.36=36%), close}. US-only: nasdaq_vol(NASDAQ short), nyse_vol(NYSE short). HK-only: balance(HKD), market_vol(total market volume that day). US source: FINRA/NASDAQ daily. HK source: HKEX daily.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Security symbol, e.g. "AAPL.US" (US) or "700.HK" (HK). Market is inferred from suffix. | |
| last_timestamp | Yes | Query cutoff timestamp in seconds (pass current timestamp for latest data) | |
| page_size | No | Page size: 1–100 (default: 20) |