Bulk Entity Lookup
Endpoint
POST /v1/company_report/company_search_batchRequest
Name
Type
Required
Description
Parameter
Type
Required
Description
curl -X 'POST' \
'https://api.orbitfin.ai/v1/company_report/company_search_batch' \
-H 'accept: application/json' \
-H 'X-API-KEY: <your-api-key>' \
-H 'Content-Type: application/json' \
-d '{
"country": "US",
"market_cap_usd": {
"min": 1000000000,
"max": 10000000000
},
"sector": "",
"limit": 20,
"offset": 0,
"order": "market_cap_desc",
"exchange": "XNAS"
}'Response
Field
Type
Description
Field
Type
Description
Field
Type
Description
Field
Type
Description
Error Handling
Last updated