Live Data - Free signup, 30 seconds

Vanna Exposure (VEX)

See how dealer hedging shifts with implied volatility. Vanna measures the sensitivity of delta to IV changes - when vol drops, positive vanna pushes dealers to buy, supporting prices.

Vanna exposure analysis reveals vol-sensitive dealer positioning by strike price. Enter any symbol to see net VEX, call/put walls, and the vanna interpretation - updated with live options data.

Unlock Live VEX Data

Free API key - sign up in 30 seconds, no credit card.

Get Free API Key

Already have a key? Sign in

What can you do with VEX?

Vol Regime Sensitivity

Understand how dealer positioning reacts to implied volatility changes. When vol compresses, vanna flows can create powerful support as dealers buy the underlying to stay hedged.

Vanna Flows

Identify strikes where dealers accumulate vol-sensitive hedges. Large vanna concentrations mark levels where IV shifts trigger outsized delta-hedging activity.

VIX Impact

See how VIX moves trigger delta hedging through the vanna channel. A VIX crush forces dealers to re-hedge, creating directional flows that move the underlying.

Get this via API

curl
# Single expiry (free tier)
curl -H "X-Api-Key: YOUR_API_KEY" \
  "https://lab.flashalpha.com/v1/exposure/vex/SPY?expiration=2026-03-07"

# All expirations (Growth+ tier)
curl -H "X-Api-Key: YOUR_API_KEY" \
  "https://lab.flashalpha.com/v1/exposure/vex/SPY"
Python
import requests

r = requests.get(
    "https://lab.flashalpha.com/v1/exposure/vex/SPY",
    params={"expiration": "2026-03-07"},  # yyyy-MM-dd
    headers={"X-Api-Key": "YOUR_API_KEY"}
)
data = r.json()
print(f"Net VEX: {data['net_vex']}")
print(f"Interpretation: {data['vex_interpretation']}")

Get VEX via API

Single-expiry VEX is included on the free Starter plan (5 requests/day). Full-chain VEX across all expirations available on Growth (2,500/day) and Alpha (unlimited).

Start Free

How Vanna Exposure Is Calculated

Vanna exposure quantifies how much delta-hedging dealers must perform when implied volatility changes. For a single option contract:

$$\text{VEX}_i = \text{Vanna}_i \times OI_i \times 100 \times S \times 0.01$$

Where:

  • $\text{Vanna}_i = \frac{\partial \Delta}{\partial \sigma}$ is the option's vanna (cross-derivative of price with respect to underlying and volatility)
  • $OI_i$ is the open interest at that strike
  • $S$ is the current underlying price
  • The factor $100$ converts to shares per contract, and $0.01$ normalizes for a 1% vol move

Vanna and the Black-Scholes Model

Under Black-Scholes, vanna for a European option is:

$$\text{Vanna} = \frac{\partial \Delta}{\partial \sigma} = -\frac{\phi(d_1) \cdot d_2}{\sigma}$$

Where $\phi(d_1)$ is the standard normal PDF evaluated at $d_1$, $d_2 = d_1 - \sigma\sqrt{T}$, and $\sigma$ is implied volatility. Vanna is largest for options that are slightly out-of-the-money and have meaningful time to expiration.

How Vanna Drives Dealer Flows

When implied volatility drops (e.g., VIX crush), options with positive vanna see their deltas increase. Dealers who are short these options must buy shares to stay delta-neutral. This creates a supportive flow - vol compression drives buying pressure.

Conversely, when vol rises, the same mechanism works in reverse: deltas decrease and dealers sell, amplifying the move down. This is the vanna channel through which VIX moves transmit into equity flows.

Net VEX and Interpretation

Positive net VEX means vol compression (falling IV) supports prices - dealers are pushed to buy as vol drops. Negative net VEX means vol expansion amplifies moves - rising IV forces dealers to sell, accelerating downside.

$$\text{Net VEX} = \sum_{i} \text{VEX}_{i}^{\text{call}} + \sum_{i} \text{VEX}_{i}^{\text{put}}$$

Limitations

  • Dealer assumption - VEX assumes standard dealer positioning conventions. Real-world positioning may differ for institutional hedging books.
  • OI is T-1 - open interest is reported end-of-day by the OCC and reflects the previous session's close.
  • Complementary signal - VEX is most powerful when combined with GEX (gamma exposure). Gamma tells you the hedging magnitude; vanna tells you how it changes with vol.

What Is Vanna Exposure (VEX)?

Vanna exposure - abbreviated VEX - measures how dealer delta changes in response to shifts in implied volatility. Vanna is a cross-Greek: it captures the sensitivity of an option’s delta to a one-point change in implied volatility (IV), or equivalently, the sensitivity of vega to a one-dollar change in the underlying price. When you aggregate vanna across all open contracts at every strike, you reveal where changes in implied volatility will force dealers to buy or sell the underlying to maintain delta-neutral hedges.

VEX is the mechanism behind one of the market’s most powerful feedback loops: the vol-price correlation. When implied volatility drops - as it typically does during rallies - positive vanna strikes force dealers to buy shares, reinforcing the rally. When IV spikes during sell-offs, those same positions force dealers to sell, accelerating the decline. This creates the asymmetric, reflexive behavior that characterizes modern equity markets. Understanding where vanna exposure is concentrated tells you which strikes will generate the largest vol-driven hedging flows and in which direction.

Why Vanna Exposure Matters Near Expiration

Vanna’s impact is most acute in the days surrounding expiration because of how it interacts with time decay. As theta erodes extrinsic value, the remaining vega in near-term options becomes highly concentrated in at-the-money strikes. This means any shift in implied volatility - even a small one - produces an outsized change in dealer delta at those strikes. Near OPEX, a 1–2 point move in IV can trigger hedging flows that rival what a 5-point IV move would produce three weeks out. The leverage effect of near-expiration vanna makes it a dominant force in the last 48–72 hours of an options cycle.

This is especially relevant around events that coincide with expiration: FOMC meetings, earnings releases, and monthly OPEX Fridays. Implied volatility often collapses after these events resolve (“vol crush”), and the resulting vanna-driven buying flow can produce sharp, mechanical rallies that have nothing to do with fundamentals. Conversely, an unexpected IV spike near expiration can trigger vanna-driven selling that amplifies drawdowns beyond what the news alone would justify. Traders who map VEX before these catalysts can anticipate the direction and magnitude of the hedging response.

How to Use the FlashAlpha VEX Tool

Enter any optionable ticker above and select an expiration to see the complete vanna exposure profile by strike. The chart displays call vanna (positive, green) and put vanna (negative, red), with the net value at each strike showing you the direction of vol-driven hedging flows. The tool highlights the strikes with the largest absolute vanna exposure - these are the levels where a change in implied volatility will produce the most significant hedging activity. Pair VEX with the GEX tool to get a complete picture: GEX shows you the price-driven hedging landscape, while VEX shows you the vol-driven one.

The same vanna exposure data is available programmatically through the FlashAlpha Lab API. Integrate VEX into your vol-surface models, options screening tools, or event-driven trading strategies with a single REST call. Free-tier accounts include single-expiration VEX queries for any ticker - no credit card needed. Growth-tier plans add aggregated multi-expiration views, historical VEX time series, and the rate limits needed for production-grade applications.

Get Free API Access

Create an account in 30 seconds. No credit card required. Start pulling live VEX data into your trading workflow today.

Sign Up Free