Skip to main content
POST
Stocks & Funds Screener

Authorizations

X-API-KEY
string
header
required

Body

application/json

Allows filtering companies based on various financial and descriptive criteria.

filters
CompanyScreenerFilters · object | null

Object specifying the filters to apply to the request.

Example:
limit
integer
default:100

Maximum number of records to return (1-1000).

Required range: 1 <= x <= 1000
Example:

100

Response

200 - application/json

Successful Response

Response model for the Company Screener service.

results
ScreenedCompany · object[]
required

List of companies matching the screening criteria.

errors
ErrorDetail · object[] | null
metadata
Metadata · object | null