STRASMORE/EXPLORE 2,469 QUERIES

Shares held short against average daily volume, large dividend payers

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-09-20, from Can You Sell on the Ex-Dividend Date?.

as of ranking 8×4read in context →
Shares held short against average daily volume, large dividend payers — 8 rows by 4 columns, computed from US exchange, SIP and OPRA data.
tickeras_ofshares_short_millionsavg_volume_millions
AAPLAug 31, 2026139.7539.54
MSFTAug 31, 202674.4523.42
XOMAug 31, 202639.714.62
KOAug 31, 202639.2914.73
PGAug 31, 202628.1510.22
JNJAug 31, 202621.676.55
PEPAug 31, 202621.286.75
CVXAug 31, 202620.597.88
Rows × columns
8 × 4
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 Shares held short against average daily volume, large dividend payers, derived from the stored result.
ColumnTypeRangeNotes
ticker text 8 distinct values (AAPL, CVX, JNJ…)
as_of text 1 distinct value (Aug 31, 2026)
shares_short_millions number 20.59 to 139.75 count
avg_volume_millions number 6.55 to 39.54 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.

Run it yourself

This is the exact query behind the result above. Change a ticker, a date or a column and run it against the warehouse — no account, no key. The no-signup tier is smaller than the one this page was computed on; a query that reaches past it comes back saying which plan runs it.

SELECT
    ticker,
    formatDateTime(max(settlement_date), '%b %e, %Y')         AS as_of,
    round(argMax(short_interest, settlement_date) / 1e6, 2)   AS shares_short_millions,
    round(argMax(avg_daily_volume, settlement_date) / 1e6, 2) AS avg_volume_millions
FROM global_markets.stocks_short_interest
WHERE ticker IN ('AAPL', 'MSFT', 'JNJ', 'KO', 'PG', 'XOM', 'CVX', 'PEP')
  AND settlement_date >= today() - 150
  AND short_interest > 0
GROUP BY ticker
ORDER BY shares_short_millions DESC
⌘/Ctrl + Enter

Work with this data in your AI assistant

Opens ready to query, with this page's data. Free, no account.

More from this analysisCan You Sell on the Ex-Dividend Date?
Ex-date opening gap by dividend size, US quarterly dividends 2024 to 2025 ranking 5×4 Share of 2024 US dividends whose record date fell on the ex-dividend date series 12×3 From ex-dividend date to record date to the cash, in calendar days table 8×6 The T+1 cutover, week by week: share of dividends with ex-date = record date, April–July 2024 ranking 18×3 Ex-date vs. record date by year: share identical, and the median gap in calendar days ranking 12×4 Calendar days from ex-dividend date to record date (trailing 12 months) ranking 4×3 See all 2,469 queries →