Skip to main content
POST
Screen stocks by exchange and market cap

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.

Body

application/json
filters
object[]
required

1-2 filter objects. Only field=exchange or field=market_cap with operator=eq are executable; any other field/operator answers 400 bad_request before any paid call.

Required array length: 1 - 2 elements
limit
integer
default:10

Maximum rows to return (default: 10, max: 100).

Required range: 1 <= x <= 100

Response

Illustrative shape; market_cap/last_sale/net_change/percent_change are structural placeholders in Nasdaq's own string format, not a claim about real current market values.

screen_stocks envelope: {"search_results": [...]}. Never paginated (no next_page_url; use limit to bound the result set).

search_results
ScreenerSearchResult · object[]
required