Skip to main content
GET
List executable screener filters

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.