Authorizations
Body
application/json
Allows filtering companies based on various financial and descriptive criteria.
Object specifying the filters to apply to the request. Filters for the company screener request.
Examples:
{
"is_actively_trading": true,
"market_cap_more_than": 1000000000,
"price_more_than": 10,
"sector": "Technology"
}Maximum number of records to return (1-1000).
Required range:
1 <= x <= 1000Examples:
100

