STRASMORE/EXPLORE 2,170 QUERIES

Daily at-the-money implied volatility, SPY and NVDA (Apr to 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-08-12, from Heston Model and the Volatility Smile.

as of series 62×3read in context →
Daily at-the-money implied volatility, SPY and NVDA (Apr to Jun 2026) — 62 rows by 3 columns, computed from US exchange, SIP and OPRA data.
session_datespy_atm_iv_pctnvda_atm_iv_pct
2026-04-0120.3936.83
2026-04-0220.2734.49
2026-04-0620.235.31
2026-04-0720.7937.3
2026-04-0818.3435.84
2026-04-091734.91
2026-04-1016.5134.77
2026-04-1316.2236.33
2026-04-1416.0636.85
2026-04-1515.9338.13
2026-04-1615.9937.33
2026-04-1715.835.85
2026-04-2016.1637.34
2026-04-2116.937.36
2026-04-2216.3938.2
2026-04-2316.4238.93
2026-04-2416.3240.34
2026-04-2716.0645.1
2026-04-2816.0144.18
2026-04-2915.7244.97
2026-04-3015.1944.64
2026-05-0115.6343.96
2026-05-0416.342.85
2026-05-0515.2442.77
2026-05-0616.1145.68
2026-05-0715.9844.37
2026-05-0815.7244.33
2026-05-1116.7944.92
2026-05-1216.2745.66
2026-05-1316.1246.82
2026-05-1415.9848.03
2026-05-1516.4348.35
2026-05-1815.646.35
2026-05-1915.945.02
2026-05-2015.8445.82
2026-05-2114.4138.44
2026-05-2215.2137.36
2026-05-2614.7339.01
2026-05-2714.5537.9
2026-05-2813.7838.29
2026-05-2913.6839.83
2026-06-0114.0741.98
2026-06-0213.6241.69
2026-06-0314.6740.45
2026-06-0413.8538.85
2026-06-0517.4942.25
2026-06-0816.2540.2
2026-06-0917.141.41
2026-06-101943.16
2026-06-1117.0340.55
2026-06-1215.3537.72
2026-06-1514.137.1
2026-06-1614.2536.1
2026-06-1715.1636.75
2026-06-1814.6236.29
2026-06-2215.5735.76
2026-06-2316.837.54
2026-06-2416.5837.8
2026-06-2516.8638.19
2026-06-2616.3837.52
2026-06-2915.3837.69
2026-06-3014.4538.22
Rows × columns
62 × 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 Daily at-the-money implied volatility, SPY and NVDA (Apr to Jun 2026), derived from the stored result.
ColumnTypeRangeNotes
session_date date 2026-04-01 to 2026-06-30
spy_atm_iv_pct number 13.62 to 20.79 percent
nvda_atm_iv_pct number 34.49 to 48.35 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,
    round(avgIf(implied_volatility, underlying_symbol = 'SPY') * 100, 2)  AS spy_atm_iv_pct,
    round(avgIf(implied_volatility, underlying_symbol = 'NVDA') * 100, 2) AS nvda_atm_iv_pct
FROM global_markets.options_greeks
WHERE underlying_symbol IN ('SPY', 'NVDA')
  AND date BETWEEN '2026-04-01' AND '2026-06-30'
  AND iv_converged = 1
  AND volume > 0
  AND days_to_expiry BETWEEN 20 AND 45
  AND abs(toFloat64(strike_price) / toFloat64(underlying_close) - 1) <= 0.05
GROUP BY date
HAVING countIf(underlying_symbol = 'SPY') > 0
   AND countIf(underlying_symbol = 'NVDA') > 0
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 analysisHeston Model and the Volatility Smile
SPY implied volatility by strike distance, 20 to 45 days to expiry (Jan to Jun 2026) ranking 13×4 How far at-the-money implied volatility itself travelled (Jan to Jun 2026) ranking 6×4 Near-the-money implied volatility by time to expiry (Jan to Jun 2026) ranking 6×3 Put-side versus call-side implied volatility, 20 to 45 days (Jan to Jun 2026) ranking 6×4 At-the-money implied volatility across six names (Jul 6 2026, Jul-17 expiry) ranking 6×3 One near-money call each, premium as a share of the stock (Jul 6 2026) ranking 2×4 See all 2,170 queries →