v3
latestOpenAPI 3.1.02026-07-26490368.4 KBDeprecated
[DEPRECATED] Get a list of all companies (use /v3/companies-list instead)
Lists all companies available in the dataset together with basic descriptors and the types of data available for each company. This endpoint is deprecated, please use /v3/companies-list instead.
get/v1/companies-list
Query parameters
apiKeystring
API Key (alternatively send via X-Api-Key header)
API Key (alternatively send via X-Api-Key header)
Response
An array of companies
Example response
[
{
"name": "Visa Inc.",
"ticker": "V",
"cik": "1403161",
"exchangeName": "New York Stock Exchange",
"exchangeSymbol": "NYSE",
"country": "United States",
"countryCode": "US",
"sector": "Financials",
"industryGroup": "Financial Services",
"industry": "Financial Services",
"subIndustry": "Transaction & Payment Processing Services",
"reportingTemplate": "Standard",
"dataAvailable": [
"financials"
],
"cusip": [
"92826C839"
],
"isin": [
"US92826C8394"
]
}
]