Skip to main content
GET
List executable screener filters
This route returns the exact executable filter catalog for Stock Screener: field names, operators, and allowed values, so a client can check what is filterable before building a request. It is a static, deterministic list. No Monid call is made.

What this answers

  • Which filter fields and values POST /financials/search/screener will actually accept.

Coverage

Query rules

This route accepts no parameters.

Worked example

curl
Response

Authorizations

X-API-KEY
string
header
required

The caller's own Monid API key (get one at https://monid.ai?fpr=dhruv-15136b). Passed straight through to Monid on every call, so usage bills the caller's own wallet — this is never a shared server-side credential, and the server never logs or stores it. Missing, empty, or malformed values answer 401 unauthorized before any paid call is attempted.

Response

The real, deterministic filter catalog this server returns.

The executable screen_stocks filter catalog. Only exchange and market_cap are implemented today (the eq operator only); this is a strict subset of the full Financial Datasets screener catalog.

metrics
object
required

Filter fields grouped by category. Only the "company" category (exchange, market_cap) is populated today.

operators
string[]
required

Operators supported anywhere in the catalog. Always ["eq"] today.