STRASMORE/EXPLORE 2,173 QUERIES

The two collar legs: the $740 put (floor) and the $760 call (cap)

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 The Options Collar: A Cheap Hedge.

as of series 8×3read in context →
The two collar legs: the $740 put (floor) and the $760 call (cap) — 8 rows by 3 columns, computed from US exchange, SIP and OPRA data.
dateput_740call_760
2026-06-042.755.65
2026-06-0512.790.96
2026-06-088.930.84
2026-06-0910.830.73
2026-06-1018.70.28
2026-06-118.910.76
2026-06-125.440.37
2026-06-151.161.37
Rows × columns
8 × 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 The two collar legs: the $740 put (floor) and the $760 call (cap), derived from the stored result.
ColumnTypeRangeNotes
date date 2026-06-04 to 2026-06-15
put_740 number 1.16 to 18.7
call_760 number 0.28 to 5.65

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 p.date AS date,
       round(avg(p.option_close), 2) AS put_740,
       round(avg(c.option_close), 2) AS call_760
FROM global_markets.options_greeks p
INNER JOIN global_markets.options_greeks c ON p.date = c.date
WHERE p.ticker = 'O:SPY260618P00740000' AND c.ticker = 'O:SPY260618C00760000'
  AND p.date BETWEEN '2026-06-04' AND '2026-06-15'
  AND p.implied_volatility > 0.02 AND c.implied_volatility > 0.02
GROUP BY p.date ORDER BY p.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 analysisThe Options Collar: A Cheap Hedge
SPY through the June 2026 selloff, boxed by the collar's $740 floor and $760 cap series 8×4 The $740 put's delta deepening as it took over the downside series 8×2 Buy-and-hold SPY vs the covered call, per-share value over 7 weeks series 31×3 The $740 call you sold, daily value over its 7-week life series 31×2 The SPY $740 put's value over its final weeks (expired Jun 18 2026) series 11×2 100 SPY shares alone vs. the same shares with one $740 put held against them series 11×3 See all 2,173 queries →