STRASMORE/EXPLORE 2,173 QUERIES

Buy-and-hold SPY vs the covered call, per-share value over 7 weeks

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 Covered Calls: Income on Your Shares.

as of series 31×3read in context →
Buy-and-hold SPY vs the covered call, per-share value over 7 weeks — 31 rows by 3 columns, computed from US exchange, SIP and OPRA data.
datebuy_holdcovered_call
2026-05-01720720
2026-05-04717.76718.99
2026-05-05726.46725.55
2026-05-06733726.94
2026-05-07731.44726.86
2026-05-08737.82730.54
2026-05-11739.28730.89
2026-05-12736.67729.79
2026-05-13743.57733.52
2026-05-14747.65734.39
2026-05-15737.34730.84
2026-05-18738.89733.09
2026-05-19734.25731.17
2026-05-20738.3731.54
2026-05-21744.13736.87
2026-05-22743.73735.33
2026-05-26750.85739.67
2026-05-27750.05739.45
2026-05-28755.1741.62
2026-05-29755.64741.55
2026-06-01756.58741.3
2026-06-02759.63743.35
2026-06-03750.55739.37
2026-06-04754.56741.78
2026-06-05735.36735.31
2026-06-08738.72738.09
2026-06-09735.7736.19
2026-06-10722.88726.93
2026-06-11739.48739.68
2026-06-12742.45742.58
2026-06-15753.91745.72
Rows × columns
31 × 3
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 Buy-and-hold SPY vs the covered call, per-share value over 7 weeks, derived from the stored result.
ColumnTypeRangeNotes
date date 2026-05-01 to 2026-06-15
buy_hold number 717.76 to 759.63
covered_call number 718.99 to 745.72

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
WITH prem AS (
  SELECT avg(option_close) AS p
  FROM global_markets.options_greeks
  WHERE ticker = 'O:SPY260618C00740000' AND date = '2026-05-01' AND implied_volatility > 0.02
)
SELECT g.date,
       round(avg(g.underlying_close), 2) AS buy_hold,
       round(avg(g.underlying_close) + any(prem.p) - avg(g.option_close), 2) AS covered_call
FROM global_markets.options_greeks g, prem
WHERE g.ticker = 'O:SPY260618C00740000' AND g.date BETWEEN '2026-05-01' AND '2026-06-17' AND g.implied_volatility > 0.02
GROUP BY g.date ORDER BY g.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 analysisCovered Calls: Income on Your Shares
The $740 call you sold, daily value over its 7-week life series 31×2 The same covered call at entry, the SPY peak, the dip, and the final session table 4×5 Price path indexed to 100: two index funds and their covered call counterparts, month ends series 36×5 Covered call vs cash-secured put: profit and loss per share, same strike, same expiry series 29×3 Three years of total return, split into price change and distributions: July 2023 to June 2026 table 8×7 What each strike paid on May 1, 2026: SPY June 18 calls and puts side by side ranking 8×3 See all 2,173 queries →