IV Dispersion
How much implied volatility varies across strikes and expirations — measuring the roughness or smoothness of the volatility surface.
A measure of how much implied volatility varies across strikes (cross-strike dispersion) and expirations (cross-expiry dispersion). High dispersion = rough, uneven surface with pricing opportunities. Low dispersion = smooth, uniform surface with consensus pricing.
cross_expiry = std(ATM IV) across expirations
Both are expressed as volatility-point standard deviations. Higher values indicate more dispersion across the respective dimension.
- Low dispersion: the surface is smooth and well-agreed. Spread trades are tightly priced; edge in vol arb is thin.
- High cross-strike: specific strikes carry unusual demand or supply. Look for skew dislocations or event-driven strike clustering.
- High cross-expiry: a term-structure kink exists. One expiry is priced very differently from its neighbours — possible event premium or roll effects.
Live Example: SPY
Current SPY volatility surface as of 2026-04-12 (cached):
Note: IV dispersion values (cross_strike and cross_expiry) are available via the /v1/volatility/SPY API endpoint. High cross-strike dispersion on SPY often occurs around FOMC, CPI, or large options expiration dates when specific strikes attract unusual flow.
Get IV Dispersion via API
{
"symbol": "SPY",
"iv_dispersion": {
"cross_strike": number,
"cross_expiry": number
}
}
curl -H "X-Api-Key: YOUR_KEY" \
https://lab.flashalpha.com/v1/volatility/SPY
Why IV Dispersion Matters for Trading
IV dispersion measures surface roughness. Smooth surfaces are reliable for pricing; noisy ones are red flags for stale or crossed quotes.
- What it measures
- Standard deviation of IV across strikes and expiries — a scalar summary of surface roughness.
- What it signals
- How trustworthy the fitted vol surface is. Low dispersion = clean model fit; high dispersion = noisy or distorted surface.
- Why we measure it
- You can only trade what you can price. A rough surface breaks pricing models and invalidates Greek calculations.
- Who uses it
- Quants, structured-products desks, market makers, systematic vol traders.
How to read IV Dispersion
- Clean SVI fit possible
- Greeks reliable
- Safe for complex trades (dispersion, wing trades)
- Typical liquid index
- Stale or crossed quotes
- Model fits unreliable
- Wing vol trades dangerous
- Common in illiquid names
- Typical for mid-cap names
- Acceptable for ATM-only strategies
- Caution on far strikes
- Standard reading
Rules of thumb
- Thresholds are name-specific. SPX has lower dispersion than TSLA by orders of magnitude. Compare to a name's own history.
- Event days spike dispersion temporarily. Earnings mornings routinely produce rough surfaces — it clears by midday.
- Wing vol is the first to go noisy. Deep OTM IVs get crossed first. Cap your strategy to ATM-to-15-delta if dispersion rising.
- Pair with SVI fit quality. SVI residuals are the formal fit error; dispersion is the informal cousin.
- Illiquid names are structurally dispersed. Don't try to model a thin name like a liquid one — the surface is just noise.
How to Read IV Dispersion
Cross-strike dispersion tells you how much IV varies across strikes within a single expiration. In a perfectly smooth Black-Scholes world this would be zero — every strike would share the same IV. In practice, supply-demand imbalances at specific strikes create bumps. High cross-strike dispersion signals that the market is pricing specific strikes very differently, creating potential opportunities in vertical spreads or butterflies that exploit the relative mispricing.
Cross-expiry dispersion tells you how much ATM IV varies across the term structure. A smooth term structure has low dispersion. A kinked surface — where one expiry is priced much higher or lower than its neighbours — has high cross-expiry dispersion. This often occurs when an event (earnings, FOMC, CPI) falls between two expirations, causing the nearest post-event expiry to carry excess premium. Calendar spreads and diagonal spreads benefit from identifying these kinks.
When both dimensions show high dispersion simultaneously, the entire surface is rough. This often coincides with regime transitions, large flow imbalances, or illiquid conditions where market makers widen skew to protect themselves.
Related Concepts
The directional tilt of IV across strikes — OTM put IV vs OTM call IV at fixed delta.
How ATM IV changes across expirations — contango, backwardation, and event kinks.
The market's expectation of future realized volatility, extracted from option prices.
Parameterized volatility surface model that smooths dispersion into a consistent surface.