STRASMORE/EXPLORE 2,170 QUERIES

The $740 put'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 put'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 1-0.6810.0109-0.070.93212.6
2026-05-04May 4-0.6790.0094-0.0990.90315.1
2026-05-05May 5-0.5890.0096-0.1330.98116
2026-05-06May 6-0.5320.0109-0.1271.00114.5
2026-05-07May 7-0.550.011-0.1260.98214.4
2026-05-08May 8-0.480.0104-0.1480.98515.4
2026-05-11May 11-0.4680.0102-0.1670.94916.3
2026-05-12May 12-0.4960.0111-0.1560.93615.4
2026-05-13May 13-0.4250.0102-0.1770.91516.5
2026-05-14May 14-0.380.0104-0.170.88115.9
2026-05-15May 15-0.4920.0112-0.1720.89815.9
2026-05-18May 18-0.4770.0115-0.1850.85816.1
2026-05-19May 19-0.5320.0117-0.1850.83716.2
2026-05-20May 20-0.4860.0133-0.1680.8314.4
2026-05-21May 21-0.4150.0121-0.1930.80315.7
2026-05-22May 22-0.4130.0135-0.1760.78814.2
2026-05-26May 26-0.3320.0119-0.2150.68416.2
2026-05-27May 27-0.3260.0132-0.1980.66414.8
2026-05-28May 28-0.260.012-0.1870.58714.9
2026-05-29May 29-0.2470.0121-0.1870.55914.7
2026-06-01Jun 1-0.2280.0122-0.2030.49415.2
2026-06-02Jun 2-0.1960.011-0.2020.4415.9
2026-06-03Jun 3-0.2840.016-0.2160.51613.9
2026-06-04Jun 4-0.2230.0141-0.2070.44114.3
2026-06-05Jun 5-0.5460.0146-0.3720.5519.6
2026-06-08Jun 8-0.5030.0184-0.3940.48817.8
2026-06-09Jun 9-0.5580.0177-0.4450.45619.3
2026-06-10Jun 10-0.7960.0146-0.2820.30318.1
2026-06-11Jun 11-0.4940.0178-0.5980.40821.8
2026-06-12Jun 12-0.4280.023-0.5250.37317.9
2026-06-15Jun 15-0.1550.0168-0.5520.16320.8
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 put'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.796 to -0.155
gamma number 0.0094 to 0.023
theta number -0.598 to -0.07
vega number 0.163 to 1.001
iv_pct number 12.6 to 21.8 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:SPY260618P00740000' 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 Call vs put on the same $740 strike: mirror-image prices series 31×4 The $740 call's greeks, day by day (delta, gamma, theta, vega, IV%) series 31×7 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 →