STRASMORE/EXPLORE 2,170 QUERIES

The LEAPS call's delta climbing toward 1 as it goes deep in the money

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-07-16, from Deep ITM LEAPS: Stock Replacement.

as of series 33×2read in context →
The LEAPS call's delta climbing toward 1 as it goes deep in the money — 33 rows by 2 columns, computed from US exchange, SIP and OPRA data.
weekdelta
2025-06-020.586
2025-06-090.61
2025-06-160.589
2025-06-230.648
2025-06-300.701
2025-07-070.71
2025-07-140.717
2025-07-210.762
2025-07-280.756
2025-08-040.763
2025-08-110.797
2025-08-180.795
2025-08-250.811
2025-09-010.817
2025-09-080.844
2025-09-150.867
2025-09-220.843
2025-09-290.86
2025-10-060.862
2025-10-130.845
2025-10-200.879
2025-10-270.93
2025-11-030.914
2025-11-100.913
2025-11-170.854
2025-11-240.927
2025-12-010.947
2025-12-080.948
2025-12-150.94
2025-12-220.956
2025-12-290.949
2026-01-050.969
2026-01-120.962
Rows × columns
33 × 2
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 The LEAPS call's delta climbing toward 1 as it goes deep in the money, derived from the stored result.
ColumnTypeRangeNotes
week date 2025-06-02 to 2026-01-12
delta number 0.586 to 0.969

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 toStartOfWeek(date, 1) AS week,
       round(avg(delta), 3) AS delta
FROM global_markets.options_greeks
WHERE ticker = 'O:SPY260116C00600000' AND date BETWEEN '2025-06-02' AND '2026-01-13' AND implied_volatility > 0.02
GROUP BY week ORDER BY week

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 analysisDeep ITM LEAPS: Stock Replacement
SPY vs the LEAPS call, both indexed to 100 in early June 2025 series 33×3 Time value as a share of premium, and daily theta, month by month series 8×3 One deep-ITM LEAPS vs 100 shares: cost, leverage, and delta series 3×7 One SPY $600 LEAPS call's price over two years (expired Jan 16 2026) series 470×2 SPY, the call's delta, and its implied volatility at four life stages series 4×4 Theta (daily decay) against days to expiry, across the call's life series 4×3 See all 2,170 queries →