gex profile max change
Shows the strikes with the most significant change in GEX imbalance over various lookback periods. Also known as "max priors" for the GEX Profile.
chart
Powers the gex profile chart.
Shows the strikes with the most significant change in GEX imbalance over various lookback periods. Also known as "max priors" for the GEX Profile.
Subscription
Requires a State subscription or higher.
Request
Example: /SPX/state/full/maxchange
Headers
| Name | Type | Description |
|---|---|---|
Authorization | string | Required. Format: "Bearer <YOUR_API_KEY>" |
User-Agent | string | Required. Identify your client application. |
Accept | string | Required. Set to "application/json". |
Path parameters
| Name | Type | Description |
|---|---|---|
TICKER | string | Desired ticker symbol (e.g., SPX). |
AGGREGATION_PERIOD | string | Aggregation period: full, zero, or one. |
Response
| Field | Type | Description |
|---|---|---|
timestamp | number | The Unix timestamp of when the data was generated. |
ticker | string | The ticker symbol for the requested asset. |
current | array | The strike and GEX imbalance value with the largest change in the last calculation cycle. |
one | array | The strike and GEX imbalance value with the largest change in the last 1 minute. |
five | array | The strike and GEX imbalance value with the largest change in the last 5 minutes. |
ten | array | The strike and GEX imbalance value with the largest change in the last 10 minutes. |
fifteen | array | The strike and GEX imbalance value with the largest change in the last 15 minutes. |
thirty | array | The strike and GEX imbalance value with the largest change in the last 30 minutes. |
{
"timestamp": 1753283592,
"ticker": "SPX",
"current": [
6340,
-32.156
],
"one": [
6335,
85.319
],
"five": [
6330,
-236.029
],
"ten": [
6325,
409.361
],
"fifteen": [
6340,
-795.71
],
"thirty": [
6340,
-337.716
]
}{
"type": "object",
"properties": {
"timestamp": {
"type": "integer",
"format": "int64"
},
"ticker": {
"type": "string",
"minLength": 2,
"maxLength": 5
},
"current": {
"type": "array",
"items": {
"type": "number"
}
},
"one": {
"type": "array",
"items": {
"type": "number"
}
},
"five": {
"type": "array",
"items": {
"type": "number"
}
},
"ten": {
"type": "array",
"items": {
"type": "number"
}
},
"fifteen": {
"type": "array",
"items": {
"type": "number"
}
},
"thirty": {
"type": "array",
"items": {
"type": "number"
}
}
},
"additionalProperties": false
}type: object
properties:
timestamp:
type: integer
format: int64
ticker:
type: string
minLength: 2
maxLength: 5
current:
type: array
items:
type: number
one:
type: array
items:
type: number
five:
type: array
items:
type: number
ten:
type: array
items:
type: number
fifteen:
type: array
items:
type: number
thirty:
type: array
items:
type: number
additionalProperties: falsegex profile major levels
Provides the major levels from the GEX Profile, including the strikes with the largest positive (call) and negative (put) GEX imbalances.
options profile greeks
Displays the results of our orderflow classification engine, showing the net imbalance of transactions for a specified Greek. This allows for detailed analysis