Screener Filters
The exact filter fields, operators, and allowed values the screener executes.
What this answers
- Which filter fields and values
POST /financials/search/screenerwill actually accept.
Coverage
Query rules
This route accepts no parameters.Worked example
Authorizations
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.