STRASMORE/EXPLORE 2,170 QUERIES

The $740 call's greeks, day by day (delta, gamma, theta, vega, IV%)

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 How Option Greeks Change Over Time.

as of series 31×7read in context →
The $740 call's greeks, day by day (delta, gamma, theta, vega, IV%) — 31 rows by 7 columns, computed from US exchange, SIP and OPRA data.
datedate_labeldeltagammathetavegaiv_pct
2026-05-01May 10.3270.0105-0.1530.94313.2
2026-05-04May 40.2940.0104-0.1470.86913.1
2026-05-05May 50.3810.0121-0.1630.96112.4
2026-05-06May 60.470.0105-0.2081.00115
2026-05-07May 70.450.011-0.2010.98214.4
2026-05-08May 80.5190.0113-0.2090.98514.3
2026-05-11May 110.5330.0109-0.2290.94815.3
2026-05-12May 120.5040.0111-0.230.93615.4
2026-05-13May 130.580.0112-0.2320.91315
2026-05-14May 140.6190.0102-0.2480.88216.1
2026-05-15May 150.5080.0115-0.2390.89815.3
2026-05-18May 180.5240.0128-0.2380.85814.5
2026-05-19May 190.4610.0133-0.2310.83614.2
2026-05-20May 200.5140.0116-0.2740.8316.6
2026-05-21May 210.5960.0139-0.2360.79813.6
2026-05-22May 220.5810.0124-0.270.7915.6
2026-05-26May 260.6820.0128-0.2650.67214.7
2026-05-27May 270.6710.013-0.2770.66615.1
2026-05-28May 280.7470.0123-0.2540.5814.4
2026-05-29May 290.7460.0119-0.270.56715.2
2026-06-01Jun 10.7410.0112-0.3310.52917.7
2026-06-02Jun 20.8090.011-0.2710.43415.5
2026-06-03Jun 30.6630.0124-0.4070.55619.3
2026-06-04Jun 40.7320.0125-0.3640.48717.8
2026-06-05Jun 50.4420.0176-0.3730.54816.2
2026-06-08Jun 80.4950.0196-0.4420.48816.6
2026-06-09Jun 90.4380.0187-0.4930.45518.2
2026-06-10Jun 100.2410.0137-0.4590.33321.2
2026-06-11Jun 110.5050.0227-0.5390.40917.2
2026-06-12Jun 120.5870.0281-0.4940.37114.5
2026-06-15Jun 150.8370.0168-0.6640.16821.4
Rows × columns
31 × 7
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 $740 call's greeks, day by day (delta, gamma, theta, vega, IV%), derived from the stored result.
ColumnTypeRangeNotes
date date 2026-05-01 to 2026-06-15
date_label text 31 distinct values (Jun 1, Jun 10, Jun 11…)
delta number 0.241 to 0.837
gamma number 0.0102 to 0.0281
theta number -0.664 to -0.147
vega number 0.168 to 1.001
iv_pct number 12.4 to 21.4 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 date,
       formatDateTime(date, '%b %e') AS date_label,
       round(avg(delta), 3) AS delta,
       round(avg(gamma), 4) AS gamma,
       round(avg(theta), 3) AS theta,
       round(avg(vega), 3) AS vega,
       round(avg(implied_volatility) * 100, 1) AS iv_pct
FROM global_markets.options_greeks
WHERE ticker = 'O:SPY260618C00740000' AND date BETWEEN '2026-05-01' AND '2026-06-15' AND implied_volatility > 0.02
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 Option Greeks Change Over Time
The stock both options tracked: SPY, May 1 to Jun 15 2026 series 31×3 The $740 put's greeks, day by day (delta, gamma, theta, vega, IV%) series 31×7 Call vs put on the same $740 strike: mirror-image prices series 31×4 One SPY $740 call's price over its 7-week life (expired Jun 18 2026) series 31×2 Median greeks by time to expiration: every near-the-money US option, July 15, 2026 table 5×6 One SPY $600 LEAPS call's price over two years (expired Jan 16 2026) series 470×2 See all 2,170 queries →