v3

latestOpenAPI 3.1.02026-07-26490368.4 KB
Deprecated

[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

namestring required
tickerstring required
cikstring
exchangeNamestring required
exchangeSymbolstring required
countrystring required
countryCodestring required
sectorstring required
industryGroupstring required
industrystring required
subIndustrystring required
reportingTemplatestring required
dataAvailablestring[] required
isReadyForTerminalboolean
cusipstring[] required
isinstring[] required

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"
    ]
  }
]