STRASMORE/EXPLORE 2,170 QUERIES

SPY: widest open print to close print gaps on monthly expiration Fridays since 2021

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-22, from Cash Settled vs Physical Delivery Options.

as of ranking 12×4read in context →
SPY: widest open print to close print gaps on monthly expiration Fridays since 2021 — 12 rows by 4 columns, computed from US exchange, SIP and OPRA data.
expiration_labelopen_print_usdclose_print_usdopen_to_close_gap_pct
Oct 21, 2022365.12374.292.51
Jan 21, 2022445.56437.981.7
Feb 21, 2025610.16599.941.67
Dec 20, 2024581.77591.151.61
Mar 18, 2022438444.521.49
Jan 20, 2023390.1395.881.48
Mar 20, 2026656.51648.571.21
Oct 20, 2023425.98421.191.12
Jul 16, 2021436.01431.341.07
Feb 20, 2026682.32689.431.04
Jan 19, 2024477.65482.431
May 20, 2022393.25389.630.92
Rows × columns
12 × 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 SPY: widest open print to close print gaps on monthly expiration Fridays since 2021, derived from the stored result.
ColumnTypeRangeNotes
expiration_label text 12 distinct values (Dec 20, 2024, Feb 20, 2026, Feb 21, 2025…)
open_print_usd number 365.12 to 682.32 US dollars
close_print_usd number 374.29 to 689.43 US dollars
open_to_close_gap_pct number 0.92 to 2.51 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.

the exact SQL behind every number
SELECT
    formatDateTime(date, '%b %e, %Y')                                        AS expiration_label,
    round(toFloat64(open), 2)                                                AS open_print_usd,
    round(toFloat64(close), 2)                                               AS close_print_usd,
    round(100 * abs(toFloat64(close) - toFloat64(open)) / toFloat64(open), 2) AS open_to_close_gap_pct
FROM global_markets.stocks_daily_aggs
WHERE ticker = 'SPY'
  AND date >= '2021-01-04'
  AND date <  today()
  AND toDayOfWeek(date) = 5
  AND toDayOfMonth(date) BETWEEN 15 AND 21
ORDER BY open_to_close_gap_pct DESC
LIMIT 12

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 analysisCash Settled vs Physical Delivery Options
How close SPY closes to a whole dollar strike, expiration Fridays vs every other session ranking 4×4 Dividend owed per assigned contract, recent ex dividend dates series 6×3 What 100 shares per contract is worth, six household names series 6×3 Share of late session option volume printed after 4:00 p.m. ET, July 15, 2026 ranking 7×3 Last SPY option print on each 1:00 p.m. ET early close since July 2024 ranking 6×3 SPY and SPX option volume by the minute, 15:45 to 16:25 ET series 41×3 See all 2,170 queries →