get_zero_dte
Get zero-day expiration (0DTE) analytics for a symbol: compute GEX, gamma flip, max pain, expected move, and pin risk. Identifies when no options expire today and falls back to nearest expiry.
Instructions
0DTE focus panel — isolates only today's expiring contracts and computes their GEX, gamma flip, max pain, expected move and a pin-risk read. On an expiration day, that day's dealer gamma dominates the intraday tape: positive gamma pins price toward max pain, negative gamma amplifies moves.
Plan: Pro and up.
Args: symbol: Underlying ticker (index/ETF names like SPY/QQQ have daily expiries; most single names do not).
Returns ZeroDTEResponse JSON: symbol, spotPrice, timestamp, expiration, dte, totalNetGEX, gammaFlip, maxPainStrike, maxPainDistPct, expectedMovePct, upperBound, lowerBound, pinRisk, read, and isTrue0DTE. When isTrue0DTE is false nothing expires today (weekend / no daily expiry) and the panel falls back to the nearest expiration with pinRisk "n/a" — it never fakes a pin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |