get_gexreadGamma exposure (GEX) profile for an options-listed symbol: per-strike call/put/total GEX and key levels (gamma flip, max gamma).
| Param | Type | Req. | Description |
|---|---|---|---|
| symbol | string | yes | Options root, e.g. SPY, QQQ, SPX. |
| expiration | string (YYYYMMDD) | no | Restrict to a single expiration. |
Example prompts
- “What's the gamma flip on SPY?”
- “Show me QQQ gamma exposure by strike.”
Example call
{ "name": "get_gex", "arguments": { "symbol": "SPY" } }