STRASMORE/EXPLORE 2,170 QUERIES

Ten sessions of one long-dated contract: the SPY $620 put expiring 2026-12-18

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-12, from Options Volume vs. Open Interest, Explained.

as of series 10×3read in context →
Ten sessions of one long-dated contract: the SPY $620 put expiring 2026-12-18 — 10 rows by 3 columns, computed from US exchange, SIP and OPRA data.
sessioncontracts_tradedtrades
2026-06-22157
2026-06-23259
2026-06-242610
2026-06-251310
2026-06-262111
2026-06-2963
2026-06-3090067
2026-07-019172222
2026-07-0210023186
2026-07-06207
Rows × columns
10 × 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 Ten sessions of one long-dated contract: the SPY $620 put expiring 2026-12-18, derived from the stored result.
ColumnTypeRangeNotes
session date 2026-06-22 to 2026-07-06
contracts_traded number 6 to 10,023 count
trades number 3 to 222 count

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
    toDate(toTimeZone(window_start, 'America/New_York')) AS session,
    toUInt64(sum(volume)) AS contracts_traded,
    toUInt64(sum(transactions)) AS trades
FROM global_markets.options_minute_aggs
WHERE window_start >= '2026-06-22 00:00:00' AND window_start < '2026-07-07 00:00:00'
  AND ticker = 'O:SPY261218P00620000'
GROUP BY session
ORDER BY session

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 analysisOptions Volume vs. Open Interest, Explained
Volume accumulates live: July 6, 2026 in half-hour buckets (ET), with a running total series 14×3 Top 10 underlying roots by contracts traded, July 6, 2026 table 10×5 The ten busiest option contracts of July 6, 2026 table 10×5 July 6, 2026 volume by time to expiration: the tape is short-dated, the listed universe is not table 5×5 One day of the US options tape: Monday, July 6, 2026 scalar 1×8 Dollar volume by half hour: witching Thursday (Jun 18, 2026) vs. the ordinary Friday before it (Jun 12) series 13×3 See all 2,170 queries →