STRASMORE/EXPLORE 2,433 QUERIES

Short volume ratio on June 12, 2026 for six household names

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-19, from How to Download FINRA Daily Short Volume Data.

as of ranking 6×4read in context →
Short volume ratio on June 12, 2026 for six household names — 6 rows by 4 columns, computed from US exchange, SIP and OPRA data.
tickershort_volume_millionstotal_volume_millionsshort_pct
AAPL6.6613.1650.6
AMZN5.8821.7627
KO2.063.6556.3
MSFT3.7314.2426.2
NVDA15.1945.3433.5
SPY7.4815.4848.3
Rows × columns
6 × 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 Short volume ratio on June 12, 2026 for six household names, derived from the stored result.
ColumnTypeRangeNotes
ticker text 6 distinct values (AAPL, AMZN, KO…)
short_volume_millions number 2.06 to 15.19 count
total_volume_millions number 3.65 to 45.34 count
short_pct number 26.2 to 56.3 percent

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(toFloat64(max(short_volume)) / 1e6, 2)                                  AS short_volume_millions,
    round(toFloat64(max(total_volume)) / 1e6, 2)                                  AS total_volume_millions,
    round(100 * toFloat64(max(short_volume)) / toFloat64(max(total_volume)), 1)   AS short_pct
FROM global_markets.stocks_short_volume
WHERE ticker IN ('AAPL', 'AMZN', 'KO', 'MSFT', 'NVDA', 'SPY')
  AND date = '2026-06-12'
GROUP BY ticker
HAVING max(total_volume) > 0
ORDER BY ticker
⌘/Ctrl + Enter
More from this analysisHow to Download FINRA Daily Short Volume Data
Where AAPL's off-exchange short volume was reported on June 12, 2026 ranking 5×3 Symbols carried in each June 2026 daily short volume file series 21×5 Month-end closes that set a new high for the window, by year (SPY) ranking 21×4 Highest days to cover, latest settlement date (min 1M shares/day traded) ranking 10×3 Largest month-over-month declines in SPY month-end closes ranking 10×2 How far SPY travels between month end and the third-week release window ranking 6×3 See all 2,433 queries →