Single Entity Lookup
Use this endpoint to search for companies by name, permanent identifier, ISIN code, or ticker symbol.
Endpoint
POST /v1/company_report/company_searchAuthentication
Request Headers
Header
Value
Required
Description
Query Parameters
Parameter
Type
Required
Description
Example Request
curl -X POST https://api.orbitfin.ai/v1/company_report/company_search \
-H "Content-Type: application/json" \
-H "X-API-Key: <your_api_key>" \
-d '{
"name": "NAME",
"ticker": "TICKER",
"perm_id": "PERMID_ID",
"isin": "ISIN"
}'Response
Field
Type
Description
Last updated