STRASMORE/EXPLORE 2,433 QUERIES

Reported short interest across the same 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 Payment in Lieu of Dividends, Explained.

as of ranking 11×3read in context →
Reported short interest across the same dividend payers — 11 rows by 3 columns, computed from US exchange, SIP and OPRA data.
tickershort_interest_millionssettled_label
PFE151.5Aug 31, 2026
AAPL139.7Aug 31, 2026
MSFT74.5Aug 31, 2026
XOM39.7Aug 31, 2026
KO39.3Aug 31, 2026
MRK30.3Aug 31, 2026
PG28.2Aug 31, 2026
IBM22Aug 31, 2026
JNJ21.7Aug 31, 2026
PEP21.3Aug 31, 2026
CVX20.6Aug 31, 2026
Rows × columns
11 × 3
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 Reported short interest across the same dividend payers, derived from the stored result.
ColumnTypeRangeNotes
ticker text 11 distinct values (AAPL, CVX, IBM…)
short_interest_millions number 20.6 to 151.5
settled_label text 1 distinct value (Aug 31, 2026)

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,
    round(argMax(short_interest, settlement_date) / 1e6, 1)  AS short_interest_millions,
    formatDateTime(max(settlement_date), '%b %e, %Y')        AS settled_label
FROM global_markets.stocks_short_interest
WHERE ticker IN ('AAPL', 'MSFT', 'JNJ', 'PG', 'KO', 'PEP', 'XOM', 'CVX', 'MRK', 'IBM', 'PFE')
  AND settlement_date >= today() - 75
GROUP BY ticker
ORDER BY short_interest_millions DESC
⌘/Ctrl + Enter
More from this analysisPayment in Lieu of Dividends, Explained
PFE short interest by settlement date, Aug 2025 through Jul 2026 series 24×3 Ex-dividend events per month across the whole US calendar series 12×4 The most recent regular dividend for eleven household names table 11×5 Days to cover: household names against the most in-demand liquid borrows ranking 10×2 Cash paid per share and payment count, trailing year ranking 8×3 Share of reported KO volume marked short, by session series 67×3 See all 2,433 queries →