STRASMORE/EXPLORE 2,170 QUERIES

Dollar volume by half hour: witching Thursday (Jun 18, 2026) vs. the ordinary Friday before it (Jun 12)

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-14, from Triple Witching 2026 Dates and Volume Data.

as of series 13×3read in context →
Dollar volume by half hour: witching Thursday (Jun 18, 2026) vs. the ordinary Friday before it (Jun 12) — 13 rows by 3 columns, computed from US exchange, SIP and OPRA data.
et_timewitching_dollars_bnormal_dollars_b
09:30212.7132.4
10:00100.285.9
10:3077.783.8
11:0067.964.4
11:3077.693.9
12:0057.674.1
12:3051.152.3
13:0049.153.1
13:3045.841.3
14:0050.345.9
14:3048.944.5
15:0063.953.7
15:30213134.1
Rows × columns
13 × 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 Dollar volume by half hour: witching Thursday (Jun 18, 2026) vs. the ordinary Friday before it (Jun 12), derived from the stored result.
ColumnTypeRangeNotes
et_time date 09:30 to 15:30
witching_dollars_b number 45.8 to 213
normal_dollars_b number 41.3 to 134.1

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 formatDateTime(toStartOfInterval(toTimeZone(window_start, 'America/New_York'), INTERVAL 30 minute), '%H:%i') AS et_time,
       round(sumIf(toFloat64(close) * toFloat64(volume),
                   toDate(toTimeZone(window_start, 'America/New_York')) = '2026-06-18') / 1e9, 1) AS witching_dollars_b,
       round(sumIf(toFloat64(close) * toFloat64(volume),
                   toDate(toTimeZone(window_start, 'America/New_York')) = '2026-06-12') / 1e9, 1) AS normal_dollars_b
FROM global_markets.delayed_stocks_minute_aggs
WHERE ((window_start >= '2026-06-12 04:00:00' AND window_start < '2026-06-13 04:00:00')
       OR (window_start >= '2026-06-18 04:00:00' AND window_start < '2026-06-19 04:00:00'))
  AND (toHour(toTimeZone(window_start, 'America/New_York')) * 60
       + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959
GROUP BY et_time
ORDER BY et_time

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 analysisTriple Witching 2026 Dates and Volume Data
SPY on witching sessions vs. the same month's other sessions: intraday range and net move (% of the open) series 8×4 Every quarterly witching session since September 2024: market-wide regular-hours dollar volume vs. the month's other sessions series 8×4 AAPL contracts traded into each 2026 expiration date, H1 series 68×4 Every Friday of 2026 through July, shortest session first series 31×4 Every 2026 monthly options expiration date series 12×6 Was the April expiration Friday a trading day? ranking 11×4 See all 2,170 queries →