v3

latestOpenAPI 3.1.02026-07-26490368.4 KB
Companies

[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/v2/companies-list

Query parameters

apiKeystring

API Key (alternatively send via X-Api-Key header)

API Key (alternatively send via X-Api-Key header)

pageNumberinteger

Page number (1-indexed)

Example:1

Page number (1-indexed)

pageSizeinteger

Number of items per page, max 1000

Example:1000

Number of items per page, max 1000

Response

An array of companies

Example response

{
  "pagination": {
    "page": 1,
    "pageSize": 1000,
    "totalCount": 5432,
    "totalPages": 6,
    "hasNextPage": true
  },
  "data": [
    {
      "companyKey": "NASDAQ_MSFT",
      "name": "Constellation Software Inc.",
      "ticker": "CSU",
      "exchangeName": "Toronto Stock Exchange",
      "micCode": "XTSE",
      "exchangeSymbol": "TSX",
      "tradingStatus": "Active",
      "countryName": "Canada",
      "countryCode": "CA",
      "tradingCurrency": "CAD",
      "reportingCurrency": "USD",
      "sector": "Information Technology",
      "industryGroup": "Software & Services",
      "industry": "Software",
      "subIndustry": "Application Software",
      "reportingTemplate": "Standard",
      "availableDatasets": [
        "financials"
      ],
      "cusip": "21037X100",
      "isin": "CA21037X1006",
      "figi": "BBG000BLNNP0",
      "updatedAt": 1759766466
    }
  ]
}
All 49 operations