STRASMORE/EXPLORE 2,549 QUERIES

Share of reported KO volume marked short, by session

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 Fully Paid Securities Lending Explained.

as of series 67×3read in context →
Share of reported KO volume marked short, by session — 67 rows by 3 columns, computed from US exchange, SIP and OPRA data.
session_datesession_labelshort_volume_pct
2026-05-26May 2656.6
2026-05-27May 2765.6
2026-05-28May 2845.5
2026-06-01Jun 153
2026-06-02Jun 248.4
2026-06-03Jun 338.7
2026-06-05Jun 552.2
2026-06-08Jun 859.9
2026-06-09Jun 959.1
2026-06-11Jun 1157.9
2026-06-12Jun 1256.3
2026-06-15Jun 1546
2026-06-17Jun 1751.5
2026-06-18Jun 1849.1
2026-06-22Jun 2236.4
2026-06-24Jun 2434.7
2026-06-25Jun 2534.4
2026-06-26Jun 2647.9
2026-06-29Jun 2939.3
2026-06-30Jun 3029.5
2026-07-01Jul 123.2
2026-07-02Jul 227.9
2026-07-06Jul 638.8
2026-07-07Jul 738.6
2026-07-08Jul 840.1
2026-07-09Jul 941.8
2026-07-10Jul 1057
2026-07-14Jul 1450.7
2026-07-15Jul 1528.9
2026-07-16Jul 1632.7
2026-07-17Jul 1725.3
2026-07-20Jul 2034.2
2026-07-21Jul 2141.3
2026-07-22Jul 2240.4
2026-07-24Jul 2420.8
2026-07-27Jul 2744.9
2026-07-28Jul 2837.1
2026-07-30Jul 3040.3
2026-07-31Jul 3128.8
2026-08-03Aug 324.2
2026-08-04Aug 422.9
2026-08-05Aug 525.7
2026-08-07Aug 730.9
2026-08-10Aug 1036.7
2026-08-11Aug 1146.4
2026-08-13Aug 1341.9
2026-08-14Aug 1450.8
2026-08-17Aug 1733.1
2026-08-19Aug 1944.6
2026-08-20Aug 2036.6
2026-08-21Aug 2130
2026-08-25Aug 2536.4
2026-08-26Aug 2630.4
2026-08-27Aug 2735.3
2026-08-28Aug 2836.6
2026-08-31Aug 3141.3
2026-09-01Sep 135.2
2026-09-02Sep 235.8
2026-09-03Sep 323.7
2026-09-08Sep 830.1
2026-09-09Sep 943.1
2026-09-10Sep 1055.3
2026-09-14Sep 1455.2
2026-09-15Sep 1543.2
2026-09-16Sep 1653.2
2026-09-17Sep 1755.3
2026-09-18Sep 1854.9
Rows × columns
67 × 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 Share of reported KO volume marked short, by session, derived from the stored result.
ColumnTypeRangeNotes
session_date date 2026-05-26 to 2026-09-18
session_label text 67 distinct values (Aug 10, Aug 11, Aug 13…)
short_volume_pct number 20.8 to 65.6 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
    toString(date)                                        AS session_date,
    formatDateTime(date, '%b %e')                         AS session_label,
    round(100 * max(short_volume) / max(total_volume), 1) AS short_volume_pct
FROM global_markets.stocks_short_volume
WHERE ticker = 'KO'
  AND date >= today() - 120
GROUP BY date
HAVING max(total_volume) > 0
ORDER BY date
⌘/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 analysisFully Paid Securities Lending Explained
Days to cover for two large dividend payers, by settlement date series 47×4 → 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 → 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 → See all 2,549 queries →