screener.run

Paid

Run 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.run

Input

FieldTypeDescription
view*"most_active" | "options" | "iv" | "expected_moves"
limitintegerMax rows (1–500)Default 50.
datestringHistorical trade date; omitted = live (paid) or latest available

* required

Output

Returned under data; every response also carries meta with freshness, as_of and truncated.

FieldTypeDescription
view*"most_active" | "options" | "iv" | "expected_moves"
as_of_date*string
rows*object[]

* required

Example request

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

Run

Log in to run this tool.
screener.runRun screenerPaid

Max rows (1–500)

Historical trade date; omitted = live (paid) or latest available

Upgrade to run screener.runArguments remain editable so you can prepare the call before upgrading.