STRASMORE/EXPLORE 2,170 QUERIES

AAPL front band against back band implied volatility, trailing months

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 What Is a Calendar Spread in Options?.

as of series 81×4read in context →
AAPL front band against back band implied volatility, trailing months — 81 rows by 4 columns, computed from US exchange, SIP and OPRA data.
session_datenear_iv_pctfar_iv_pctnear_minus_far_spread
2026-04-243326.96.1
2026-04-2735.127.27.8
2026-04-2834.226.77.5
2026-04-2934.726.68.1
2026-04-3034.425.98.6
2026-05-0123.924.7-0.8
2026-05-0424.524.9-0.4
2026-05-0525.825.40.4
2026-05-062425.5-1.5
2026-05-0723.124.3-1.2
2026-05-0823.424.3-0.9
2026-05-1124.825-0.2
2026-05-1224.925-0.2
2026-05-1325.625.30.4
2026-05-1424.425.2-0.8
2026-05-1523.324.9-1.6
2026-05-1823.524.4-0.9
2026-05-1922.625.2-2.6
2026-05-202325.1-2.1
2026-05-2121.424.4-3
2026-05-2220.424.1-3.7
2026-05-262224.5-2.6
2026-05-2722.824.8-2.1
2026-05-2822.624.8-2.2
2026-05-2922.424.5-2.1
2026-06-0126.9251.9
2026-06-0227.425.61.8
2026-06-0327.925.82.2
2026-06-0426.625.90.6
2026-06-0529.626.53.2
2026-06-082926.52.5
2026-06-0927.526.90.6
2026-06-1027.527.50
2026-06-1125.426.3-0.9
2026-06-1223.426.1-2.7
2026-06-1522.625.3-2.7
2026-06-1622.324.9-2.6
2026-06-1724.625.4-0.8
2026-06-1823.125.6-2.5
2026-06-2226.625.70.9
2026-06-2327.126.30.8
2026-06-2429.426.82.6
2026-06-2529.128.20.9
2026-06-2628.628.6-0.1
2026-06-2926.627.4-0.8
2026-06-302627.6-1.6
2026-07-0125.327.4-2.1
2026-07-0225.627.5-1.9
2026-07-0625.927.2-1.3
2026-07-0725.626.8-1.2
2026-07-0826.226.9-0.7
2026-07-0925.227.3-2.1
2026-07-1024.227-2.8
2026-07-1326.927.5-0.6
2026-07-1426.626.9-0.3
2026-07-1526.827.4-0.6
2026-07-1629.328.21.1
2026-07-1731.329.22.1
2026-07-2032.929.83.1
2026-07-2134.728.95.8
2026-07-2233.328.44.9
2026-07-2335.228.76.5
2026-07-2434.628.56.2
2026-07-2734.228.65.7
2026-07-2833.128.44.7
2026-07-2934.428.75.6
2026-07-3064.83430.8
2026-07-3131.227.53.7
2026-08-0328.527.80.7
2026-08-0427.227.4-0.2
2026-08-052827.20.9
2026-08-0625.326.6-1.4
2026-08-0723.726.2-2.5
2026-08-1024.725.8-1.1
2026-08-1123.225.1-1.8
2026-08-122325.2-2.1
2026-08-1323.425.6-2.2
2026-08-1421.124.6-3.6
2026-08-1723.425.4-2
2026-08-1824.226.6-2.4
2026-08-1924.627-2.4
Rows × columns
81 × 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 AAPL front band against back band implied volatility, trailing months, derived from the stored result.
ColumnTypeRangeNotes
session_date date 2026-04-24 to 2026-08-19
near_iv_pct number 20.4 to 64.8 percent
far_iv_pct number 24.1 to 34 percent
near_minus_far_spread number -3.7 to 30.8

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, days_to_expiry BETWEEN 7 AND 25) * 100, 1)    AS near_iv_pct,
    round(avgIf(implied_volatility, days_to_expiry BETWEEN 60 AND 120) * 100, 1)  AS far_iv_pct,
    round((avgIf(implied_volatility, days_to_expiry BETWEEN 7 AND 25)
         - avgIf(implied_volatility, days_to_expiry BETWEEN 60 AND 120)) * 100, 1) AS near_minus_far_spread
FROM global_markets.options_greeks
WHERE underlying_symbol = 'AAPL'
  AND date >= today() - 120
  AND date <= today() - 2
  AND iv_converged = 1
  AND volume > 0
  AND abs(toFloat64(strike_price) / toFloat64(underlying_close) - 1) < 0.05
GROUP BY date
HAVING countIf(days_to_expiry BETWEEN 7 AND 25) > 0
   AND countIf(days_to_expiry BETWEEN 60 AND 120) > 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 analysisWhat Is a Calendar Spread in Options?
Near the money implied volatility by expiry band, three names ranking 6×4 Theta and vega across expiry bands, near the money AAPL ranking 6×3 How often front volatility sat above back volatility ranking 5×4 One SPY $600 LEAPS call's price over two years (expired Jan 16 2026) series 470×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 See all 2,170 queries →