screener.run
PaidRun screener
Market-wide leaderboards: most active tickers, most active option contracts, IV rank leaders, or largest expected moves, using the live intraday snapshot when available.
Paid includes this tool and its complete output.
Upgrade to use screener.runInput
| Field | Type | Description |
|---|---|---|
| view* | "most_active" | "options" | "iv" | "expected_moves" | |
| limit | integer | Max rows (1–500)Default 50. |
| date | string | Historical trade date; omitted = live (paid) or latest available |
* required
Output
Returned under data; every response also carries meta with freshness, as_of and truncated.
| Field | Type | Description |
|---|---|---|
| view* | "most_active" | "options" | "iv" | "expected_moves" | |
| as_of_date* | string | |
| rows* | object[] |
* required
Example request
Top 25 tickers by options volume
curl -X POST "https://impliedoptions.com/api/v1/tools/screener.run" \
-H "Authorization: Bearer <YOUR_KEY>" \
-H "Content-Type: application/json" \
-d '{
"args": {
"view": "most_active",
"limit": 25
}
}'Rendered result: /screener?view=most-active