STRASMORE/EXPLORE 2,170 QUERIES

Volume around one quarterly expiry: SPY June 19 vs September 18, 2026

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-09, from How to Read a Futures Symbol (ESZ6, CLF27).

as of series 38×3read in context →
Volume around one quarterly expiry: SPY June 19 vs September 18, 2026 — 38 rows by 3 columns, computed from US exchange, SIP and OPRA data.
session_datejun_19_expiry_millionssep_18_expiry_millions
2026-05-1500.05
2026-05-1800.04
2026-05-1900.06
2026-05-2000.02
2026-05-2100.02
2026-05-2200.04
2026-05-2600.03
2026-05-2700.04
2026-05-2800.07
2026-05-2900.04
2026-06-0100.06
2026-06-0200.04
2026-06-0300.05
2026-06-0400.02
2026-06-0500.06
2026-06-0800.03
2026-06-0900.06
2026-06-1000.04
2026-06-1100.06
2026-06-1200.04
2026-06-1500.05
2026-06-1600.48
2026-06-1700.09
2026-06-1800.05
2026-06-2200.04
2026-06-2300.04
2026-06-2400.05
2026-06-2500.06
2026-06-2600.04
2026-06-2900.06
2026-06-3000.45
2026-07-0100.09
2026-07-0200.07
2026-07-0600.04
2026-07-0700.06
2026-07-0800.13
2026-07-0900.04
2026-07-1000.05
Rows × columns
38 × 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 Volume around one quarterly expiry: SPY June 19 vs September 18, 2026, derived from the stored result.
ColumnTypeRangeNotes
session_date date 2026-05-15 to 2026-07-10
jun_19_expiry_millions number every row is 0
sep_18_expiry_millions number 0.02 to 0.48

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
    toString(date)                                                            AS session_date,
    round(toFloat64(sumIf(volume, expiration_date = '2026-06-19')) / 1e6, 2)  AS jun_19_expiry_millions,
    round(toFloat64(sumIf(volume, expiration_date = '2026-09-18')) / 1e6, 2)  AS sep_18_expiry_millions
FROM global_markets.options_greeks
WHERE underlying_symbol = 'SPY'
  AND date >= '2026-05-15'
  AND date <= '2026-07-10'
  AND volume > 0
  AND iv_converged = 1
GROUP BY date
ORDER BY date

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 analysisHow to Read a Futures Symbol (ESZ6, CLF27)
Where long-dated option volume lands, by expiry month code ranking 11×3 Delivery years live at the same time on one option calendar (SPY, July 2026) ranking 3×4 KO quarterly dividend in cents and as a percent of the share price, 2016 to 2026 series 42×4 Trading sessions per year under FB and META ranking 15×3 New listings landing on a symbol that already had history ranking 11×3 When each symbol last printed a daily bar ranking 6×3 See all 2,170 queries →