STRASMORE/EXPLORE 2,170 QUERIES

AAPL short interest vs. average daily volume, bi-monthly (last 2 years)

Answered against 22 years of US equities and 12 years of US options data and published with the query that produced it. This result is stored as of 2026-08-22, from Short Interest vs Short Volume: The Difference.

as of series 47×3read in context →
AAPL short interest vs. average daily volume, bi-monthly (last 2 years) — 47 rows by 3 columns, computed from US exchange, SIP and OPRA data.
settlement_dateshort_interest_m_sharesavg_daily_volume_m_shares
2024-08-3013539.9
2024-09-13130.545.7
2024-09-30141.773.5
2024-10-15140.939.3
2024-10-3113340.8
2024-11-1514144.9
2024-11-29154.143.4
2024-12-13156.539.8
2024-12-3115752.1
2025-01-15135.245.2
2025-01-31124.971.2
2025-02-14127.945
2025-02-28134.444.9
2025-03-14129.756.6
2025-03-31112.348.8
2025-04-15113.1101.6
2025-04-30108.647.4
2025-05-15105.258.1
2025-05-3094.854.6
2025-06-13100.250.6
2025-06-30110.158.3
2025-07-1593.948.5
2025-07-31104.648.9
2025-08-15127.174.8
2025-08-29113.638.3
2025-09-15118.255.6
2025-09-30110.863.5
2025-10-15109.141.5
2025-10-31115.652.6
2025-11-14114.947.1
2025-11-28129.544
2025-12-1512241.4
2025-12-31112.741.6
2026-01-15113.643.8
2026-01-30116.958.4
2026-02-13133.459.1
2026-02-27129.639.8
2026-03-13124.238.1
2026-03-31126.842.9
2026-04-15134.439.7
2026-04-30134.745.9
2026-05-15138.850.6
2026-05-29155.946.1
2026-06-15144.252.3
2026-06-30140.581.1
2026-07-15146.548
2026-07-31141.658.4
Rows × columns
47 × 3
Period covered
to
Computed
Completeness
No missing values
Source
US exchange, SIP and OPRA market data
Licence
Strasmore terms · free, no signup
Formats
JSON · CSV · the SQL below

What each column holds

Column definitions for AAPL short interest vs. average daily volume, bi-monthly (last 2 years), derived from the stored result.
ColumnTypeRangeNotes
settlement_date date 2024-08-30 to 2026-07-31
short_interest_m_shares number 93.9 to 157 count
avg_daily_volume_m_shares number 38.1 to 101.6 count

Computed from Strasmore's warehouse of US exchange, SIP and OPRA market data. Equity prices are delayed; options greeks and implied volatility are end-of-day. This result is stored, not recomputed on load — it is exactly the numbers that were returned on , and the query below is what returned them.

the exact SQL behind every number
SELECT settlement_date,
       round(short_interest / 1e6, 1) AS short_interest_m_shares,
       round(avg_daily_volume / 1e6, 1) AS avg_daily_volume_m_shares
FROM global_markets.stocks_short_interest
WHERE ticker = 'AAPL'
  AND settlement_date >= today() - INTERVAL 2 YEAR
ORDER BY settlement_date

Run your own version of this

The same 22 years of US equities and 12 years of options data are queryable in SQL or plain English. A free account runs 100 queries a day and takes no card.

More from this analysisShort Interest vs Short Volume: The Difference
AAPL days to cover at each settlement date (last 2 years) series 47×3 AAPL daily short volume ratio (last ~60 days) series 33×2 Highest days to cover, latest settlement date (min 1M shares/day traded) ranking 10×3 Data points per dataset: AAPL, last 60 days ranking 2×2 TSLA short interest vs. average daily volume, bi-monthly (last 2 years) series 47×3 GameStop, Nov 2020 – Mar 2021: short interest, days to cover and the closing price at each settlement series 10×4 See all 2,170 queries →