ticker.research
anonymous okTicker research
One-call research brief for a symbol: price and volume, IV rank and percentile, expected moves, gamma exposure, max pain and the latest unusual flow. Unavailable sections are null.
Free. Anonymous and Free callers get 15-minute delayed data capped at 50 rows.
Input
| Field | Type | Description |
|---|---|---|
| symbol* | string | Ticker symbol, e.g. SPY |
* required
Output
Returned under data; every response also carries meta with freshness, as_of and truncated.
| Field | Type | Description |
|---|---|---|
| symbol* | string | Ticker symbol, e.g. SPY |
| price* | number | null | |
| as_of_date* | string | null | |
| volume* | object | null | |
| iv* | object | null | |
| expected_moves* | object | null | |
| gex* | object | null | |
| max_pain* | object | null | |
| recent_flow* | object[] |
* required
Example request
Full brief for NVDA
curl -X POST "https://impliedoptions.com/api/v1/tools/ticker.research" \
-H "Authorization: Bearer <YOUR_KEY>" \
-H "Content-Type: application/json" \
-d '{
"args": {
"symbol": "NVDA"
}
}'Rendered result: /ticker/NVDA