v1

latestOpenAPI 3.1.02026-07-2268276396.6 KB
Companies

Get sectors

Retrieve the list of available sectors to be used as filters when searching for companies in the Knowledge Graph.

get/v1/knowledge-graph/companies/sectors

Response

Successful response with available sectors

resultsstring[] required

Array of available sectors for filtering companies

Example response

{
  "results": [
    "Technology",
    "Financials",
    "Consumer Services",
    "Health Care",
    "Consumer Goods",
    "Industrials",
    "Basic Materials",
    "Telecommunications",
    "Real Estate",
    "Energy",
    "Utilities"
  ],
  "metadata": {
    "request_id": "18f8fbd1-fa1d-4c67-9dd5-a2434ce1a6b5",
    "timestamp": "2025-10-08T06:35:46.901505+00:00"
  }
}