GEX
Public feedInitializing terminal
Vanna exposure by strike
Returns vanna exposure computed across all active option strikes for the specified symbol. Vanna measures the sensitivity of dealer delta to changes in implied volatility. When vol rises, vanna exposure tells you how much delta hedging flow is generated, making it critical for understanding vol-driven moves.
| Name | Type | Required | Description |
|---|---|---|---|
| symbol | string | Required | Underlying symbol. One of: SPX, SPY, QQQ, IWM, NDX, RUT. |
The response data object contains:
curl -X GET "https://api.gexengine.com/v1/vex/SPX" \ -H "X-API-Key: YOUR_API_KEY"