Authorizations
Body
application/json
Schema for the request to the public API.
Object specifying which identifier you are using to request the company profile. You must supply one type and its corresponding value.
Object specifying the filters to apply to the request. Filters for the request.
Examples:
{
"market_cap": "large_cap",
"quarter": 2,
"security_type": "stock",
"status": "new",
"year": 2023
}
Object specifying the pagination to apply to the request. Common pagination response for endpoints that support pagination.
Examples:
{ "limit": 1000 }
Response
200 - application/json
Successful Response