gex.levels
PaidGamma exposure levels
Dealer gamma exposure (GEX) by expiration and by strike for one symbol, with the net total, sign interpretation and flip strike. Strike levels are for the requested expiration or the nearest one.
Paid. Other callers receive a tier_required error.
Input
| Field | Type | Description |
|---|---|---|
| symbol* | string | Ticker symbol, e.g. SPY |
| expiration | string | Expiration for the strike breakdown; defaults to the nearest |
* required
Output
Returned under data; every response also carries meta with freshness, as_of and truncated.
| Field | Type | Description |
|---|---|---|
| symbol* | string | |
| underlying_price* | number | |
| as_of_date* | string | |
| total_net_gex* | number | |
| interpretation* | "positive" | "negative" | |
| flip_strike* | number | null | |
| expirations* | object[] | |
| levels* | object[] |
* required
Example request
Nearest expiration strike map
curl -X POST "https://impliedoptions.com/api/v1/tools/gex.levels" \
-H "Authorization: Bearer <YOUR_KEY>" \
-H "Content-Type: application/json" \
-d '{
"args": {
"symbol": "SPY"
}
}'Rendered result: /ticker/SPY#gex