POST /api/v1/fundamentals/short-volume
Tier: point · Delivery: sync
Request
| Field | Type |
|---|---|
ticker | string |
as_of_date | string |
limit | number |
Response
The response is the two-key envelope{ finterm, data }, where data is the finterm.result:ShortVolume/v1 contract:
| Field | Description |
|---|---|
ticker | The stock ticker symbol, uppercased (e.g. “AAPL”). |
records | Daily short-sale volume readings, newest first. Each carries date, short_volume, total_volume, short_volume_ratio (short_volume as a percent of total_volume), and the exempt_volume / non_exempt_volume split (null when not reported). |
summary | Aggregate statistics across the returned window: avg_short_volume_ratio, max_short_volume_ratio, min_short_volume_ratio, and days_above_40_pct (count of days the short_volume_ratio exceeded 40 percent). Null when there are no readings. |