Single Entity Lookup
Endpoint
POST /v1/company_report/company_searchRequest
Name
Type
Required
Description
Parameter
Type
Required
Description
curl -X 'POST' \
'https://api.orbitfin.ai/v1/company_report/company_search' \
-H 'accept: application/json' \
-H 'X-API-KEY: <your-api-key>' \
-H 'Content-Type: application/json' \
-d '{
"name": "NVIDIA",
"ticker": "NVDA",
"lei": "",
"isin": "US67066G1040"
}'Response
Field
Type
Description
Field
Type
Description
Field
Type
Description
Error Handling
Last updated