Skip to content

Gamma Exposure (GEX)

// dollar-gamma of all open option contracts, signed by dealer position

Gamma Exposure (GEX) is the dollar-gamma of all open option contracts on a given underlying, signed by the dealer's presumed position. It is published in dollars per 1% move in the underlying.

// TL;DR
  • Aggregate dealer-position gamma across an option chain. Positive GEX implies dealers buy dips and sell rips (volatility-suppressive); negative GEX implies the reverse (volatility-amplifying).
  • Tapeboard computes GEX from CBOE end-of-day open interest and a Black-Scholes second derivative for gamma, summed across the active chain.
  • Dealer position is not publicly observable. GEX assumes the standard retail-flow posture (dealers short calls, long puts) and surfaces the assumption rather than presenting it as fact.

How it is calculated

GEX = sum over all strikes K of: contract_gamma(K) * open_interest(K) * 100 * spot^2 * dealer_sign(K) dealer_sign(K) is +1 for puts and -1 for calls under the standard retail-flow assumption.

Gamma is the second derivative of option price with respect to spot. Multiplying by open interest and by 100 (contract multiplier) gives raw gamma exposure; multiplying by spot squared converts to dollars per 1% move. The dealer-sign mask flips call gamma negative on the assumption that the dealer is the short side of retail call buying.

What traders use it for

Worked example

// WORKED_EXAMPLE: $SPY
GEX on $SPY at a sample SPX expiry

Suppose $SPY trades at $507 and the next monthly expiry has 1.2M call contracts of open interest at the $510 strike with a per-contract gamma of 0.038. Raw gamma at the strike is 1,200,000 * 0.038 * 100 = 4,560,000. Multiplying by spot squared and the call dealer-sign of -1 gives a GEX contribution of about -$1.17B per 1% move in SPY. Sum across all strikes to get the chain GEX. As of 2026-05-02 16:00 ET, the SPY chain printed positive aggregate GEX, consistent with a low-VIX print of 14.2.

Live data: /stocks/SPY.

Common pitfalls

Where this metric appears on Tapeboard

GEX appears on every `/stocks/{T}/options` page (per-strike and aggregate), on the GEX leaderboard at /gex, and as a screener filter on /scanner. Index GEX for $SPY and $QQQ renders on the daily Tape Open commentary.

Tapeboard surfaces this metric as a first-class screening filter. See the comparison pages at all Bloomberg alternatives for how Tapeboard's gamma exposure (gex) surface compares against Koyfin, Finviz, TradingView, and Unusual Whales.

Related terms

Primary sources cited

Methodology last reviewed 2026-05-04 by Marcus Reilly, Editor at Tapeboard. Every claim on this page has a row in the citation registry. Glossary terms reverify on the Jan 15 / Apr 15 / Jul 15 / Oct 15 cron and any time the underlying primary-source publishes a methodology change. See methodology for the full fact-check process and corrections for the public correction log.

Disclaimer. This page is for educational and informational purposes only. Nothing on Tapeboard is investment advice. See the full risk disclaimer.