STRASMORE/EXPLORE 2,170 QUERIES 22Y EQUITIES · 12Y OPTIONS

2,170 answered market questions

every one with its exact SQL, its result and the date it was computed · free, no signup

What Is Option Gamma? Delta's Accelerator
The $740 call's gamma climbs as expiry nearsseries · 2026-07-15 · 31×2Preview: a 16-point series, ending higher. SPY call gamma peaks at the money (~30 days out, 2026-07-13)ranking · 2026-07-15 · 5×2Preview: 5 ranked values, largest first. At-the-money SPY gamma by time to expiry (2026-07-13)ranking · 2026-07-15 · 4×2Preview: 4 ranked values, largest first.
The $740 call's gamma climbs as expiry nears

The $740 call's gamma climbs as expiry nears

most recentas of series 31×2read in context →
The $740 call's gamma climbs as expiry nears — 31 rows by 2 columns, computed from US exchange, SIP and OPRA data.
dategamma
2026-05-010.0105
2026-05-040.0104
2026-05-050.0121
2026-05-060.0105
2026-05-070.011
2026-05-080.0113
2026-05-110.0109
2026-05-120.0111
2026-05-130.0112
2026-05-140.0102
2026-05-150.0115
2026-05-180.0128
2026-05-190.0133
2026-05-200.0116
2026-05-210.0139
2026-05-220.0124
2026-05-260.0128
2026-05-270.013
2026-05-280.0123
2026-05-290.0119
2026-06-010.0112
2026-06-020.011
2026-06-030.0124
2026-06-040.0125
2026-06-050.0176
2026-06-080.0196
2026-06-090.0187
2026-06-100.0137
2026-06-110.0227
2026-06-120.0281
2026-06-150.0168
the exact SQL behind every number
SELECT date,
       round(avg(gamma), 4) AS gamma
FROM global_markets.options_greeks
WHERE ticker = 'O:SPY260618C00740000' AND date BETWEEN '2026-05-01' AND '2026-06-17' AND implied_volatility > 0.02
GROUP BY date ORDER BY date
$