get_gex_intraday
Track intraday gamma regime for any ticker to see if dealers dampen moves (positive gamma) or amplify them (negative gamma), with net GEX, spot, and flip timestamps.
Instructions
Intraday gamma-regime tracker — a time-series of Net GEX, spot, the gamma flip and the regime label ("positive"/"negative") through the session, plus the timestamp of the last regime flip. Positive gamma = dealers dampen moves (range-bound); negative = dealers amplify (trending/volatile).
Plan: Pro and up.
Args: symbol: Underlying ticker. date: Optional session date as "YYYY-MM-DD" (US/Eastern). Omit for today.
Returns the intraday GEX JSON: symbol, date, regime (current), flippedAt
(unix ts of the last regime change today, 0 = none), flippedFrom (prior
regime), points[] (each with ts, spot, netGEX, gammaFlip, regime) and
updatedAt. Note: this endpoint takes date, not expiration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| symbol | Yes |