v2

latestOpenAPI 3.1.0Proprietary2026-08-05143259.2 KB
symbols

Stock directory — most-covered tickers and sector cards

The hub index behind /stocks: the globally most-covered tickers over the trailing window, plus one card per sector (size + its busiest names). Ranked by recent enriched-news coverage.

get/api/symbols/directory/

Response

Most-active tickers and sector cards.

Example response

{
  "most_active": [
    {
      "ticker": "NVDA",
      "name": "NVIDIA Corp"
    }
  ],
  "sectors": [
    {
      "sector": "Technology",
      "slug": "technology",
      "top": [
        {
          "ticker": "NVDA",
          "name": "NVIDIA Corp"
        }
      ]
    }
  ]
}