The SPY $740 call's daily time decay deepens into expiry (May–Jun 2026)
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-15, from What Is Option Theta? Time Decay Explained.
| date | theta_per_day |
|---|---|
| 2026-05-01 | -0.153 |
| 2026-05-04 | -0.147 |
| 2026-05-05 | -0.163 |
| 2026-05-06 | -0.208 |
| 2026-05-07 | -0.201 |
| 2026-05-08 | -0.209 |
| 2026-05-11 | -0.229 |
| 2026-05-12 | -0.23 |
| 2026-05-13 | -0.232 |
| 2026-05-14 | -0.248 |
| 2026-05-15 | -0.239 |
| 2026-05-18 | -0.238 |
| 2026-05-19 | -0.231 |
| 2026-05-20 | -0.274 |
| 2026-05-21 | -0.236 |
| 2026-05-22 | -0.27 |
| 2026-05-26 | -0.265 |
| 2026-05-27 | -0.277 |
| 2026-05-28 | -0.254 |
| 2026-05-29 | -0.27 |
| 2026-06-01 | -0.331 |
| 2026-06-02 | -0.271 |
| 2026-06-03 | -0.407 |
| 2026-06-04 | -0.364 |
| 2026-06-05 | -0.373 |
| 2026-06-08 | -0.442 |
| 2026-06-09 | -0.493 |
| 2026-06-10 | -0.459 |
| 2026-06-11 | -0.539 |
| 2026-06-12 | -0.494 |
| 2026-06-15 | -0.664 |
- Rows × columns
- 31 × 2
- Period covered
- to
- Computed
- Completeness
- No missing values
- Source
- US exchange, SIP and OPRA market data
- Licence
- Strasmore terms · free, no signup
What each column holds
| Column | Type | Range | Notes |
|---|---|---|---|
date |
date | 2026-05-01 to 2026-06-15 | |
theta_per_day |
number | -0.664 to -0.147 |
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,
round(avg(theta), 3) AS theta_per_day
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
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 analysisWhat Is Option Theta? Time Decay Explained
At-the-money SPY time decay accelerates near expiry (2026-07-13)
series 4×2
→
One SPY $740 call's price over its 7-week life (expired Jun 18 2026)
series 31×2
→
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
→
The $740 call's greeks, day by day (delta, gamma, theta, vega, IV%)
series 31×7
→
See all 2,170 queries →