STRASMORE/EXPLORE 2,170 QUERIES

Near the money SPY put marks, May to June 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-08-22, from Event Contract Collateral and Max Loss.

as of series 41×4read in context →
Near the money SPY put marks, May to June 2026 — 41 rows by 4 columns, computed from US exchange, SIP and OPRA data.
session_datesession_labelatm_put_markatm_iv_pct
2026-05-01May 110.7514
2026-05-04May 412.915.8
2026-05-05May 512.8116.4
2026-05-06May 611.8514.7
2026-05-07May 711.7314.7
2026-05-08May 811.6715.2
2026-05-11May 1112.2316
2026-05-12May 1212.5215.7
2026-05-13May 1312.0316.2
2026-05-14May 1411.615.2
2026-05-15May 1512.3215.2
2026-05-18May 1813.816.7
2026-05-19May 1913.0716.3
2026-05-20May 2011.5414.5
2026-05-21May 2111.8315.8
2026-05-22May 2210.9213.9
2026-05-26May 2611.7915.7
2026-05-27May 2710.9714.7
2026-05-28May 2810.6414.5
2026-05-29May 2910.3513.6
2026-06-01Jun 110.0913.5
2026-06-02Jun 21114.6
2026-06-03Jun 310.3812.8
2026-06-04Jun 49.9313
2026-06-05Jun 513.9317.4
2026-06-08Jun 812.5416.1
2026-06-09Jun 914.718.3
2026-06-10Jun 1014.2118.1
2026-06-11Jun 1115.7419.4
2026-06-12Jun 1213.2717
2026-06-15Jun 1510.7214.2
2026-06-16Jun 1611.7314.6
2026-06-17Jun 1715.2818.3
2026-06-18Jun 1811.1713.9
2026-06-22Jun 2211.3814.5
2026-06-23Jun 2313.3316.6
2026-06-24Jun 2413.9417.6
2026-06-25Jun 2512.7615.9
2026-06-26Jun 2612.2715.6
2026-06-29Jun 2911.9515.1
2026-06-30Jun 3010.8713.7
Rows × columns
41 × 4
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 Near the money SPY put marks, May to June 2026, derived from the stored result.
ColumnTypeRangeNotes
session_date date 2026-05-01 to 2026-06-30
session_label text 41 distinct values (Jun 1, Jun 10, Jun 11…)
atm_put_mark number 9.93 to 15.74
atm_iv_pct number 12.8 to 19.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
    toString(date)                                            AS session_date,
    formatDateTime(date, '%b %e')                             AS session_label,
    toDecimal64(round(avg(toFloat64(option_close)), 2), 2)    AS atm_put_mark,
    round(100 * avg(implied_volatility), 1)                   AS atm_iv_pct
FROM global_markets.options_greeks
WHERE underlying_symbol = 'SPY'
  AND lower(option_type) IN ('put', 'p')
  AND date >= '2026-05-01'
  AND date <  '2026-07-01'
  AND iv_converged = 1
  AND volume > 0
  AND days_to_expiry BETWEEN 20 AND 45
  AND underlying_close > 0
  AND abs(toFloat64(strike_price) / toFloat64(underlying_close) - 1) < 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 analysisEvent Contract Collateral and Max Loss
Short dated Treasury yields, trailing 18 months series 18×4 Buyer and seller collateral at every contract price ranking 19×4 Return on collateral for each side, by contract price ranking 13×4 A 60 cent contract, annualised across holding periods ranking 7×3 Traded price against intrinsic value, by days to expiry table 30×4 Where SPY option volume sits across the last 30 days of contract life table 30×2 See all 2,170 queries →