Skip to Content

longbridge short-positions

US stock short selling data — short interest, short ratio, days to cover, and average daily volume. Only supports US-listed stocks and ETFs. Records are updated bi-monthly by FINRA.

Basic Usage

bash
longbridge short-positions TSLA.US
Short Selling Data — TSLA.US

| date       | rate% | short_shares | avg_daily_vol | days_cover | close   |
|------------|-------|--------------|---------------|------------|---------|
| 2026-03-31 | 1.75% | 65,598,603   | 62,121,644    | 1.06       | 371.750 |
| 2026-03-13 | 1.62% | 60,860,404   | 60,676,562    | 1.00       | 391.200 |
| 2026-02-27 | 1.65% | 61,839,735   | 51,533,435    | 1.20       | 402.510 |

Examples

View short interest history

bash
longbridge short-positions TSLA.US
longbridge short-positions AAPL.US --count 50

Returns up to 100 records newest first. Each row shows the settlement date, short ratio (short shares ÷ float), number of short shares, average daily volume, days-to-cover ratio, and closing price on that date.

Machine-readable output

bash
longbridge short-positions NVDA.US --format json
json
[
  {
    "date": "2026-03-31",
    "rate": "0.0175",
    "short_shares": "65598603",
    "avg_daily_vol": "62121644",
    "days_cover": "1.06",
    "close": "371.750"
  }
]

Options

FlagDescription
--countNumber of records (1–100, default: 20)
--formatOutput format: table (default) or json

Requirements

US market data subscription required. Only works for US-listed stocks and ETFs.