POST /api/v1/fundamentals/short-interest
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:ShortInterest/v1 contract:
| Field | Description |
|---|---|
ticker | The stock ticker symbol, uppercased (e.g. “AAPL”). |
records | Bi-weekly short-interest readings, newest first. Each carries settlement_date, short_interest (shares sold short), avg_daily_volume, and days_to_cover. |
latest | The most recent reading (settlement_date, short_interest, days_to_cover); null if none. |
trend | Direction (“increasing”, “decreasing”, or “stable”) and change_percent across the returned window; present only when at least two readings are available. |