v2

latestOpenAPI 3.1.0Proprietary2026-08-05143259.2 KB
symbols

One sector's most-covered tickers

The tickers in a sector (by slug, e.g. financial-services), ranked by recent enriched-news coverage. Powers the /stocks/{slug} sub-pages.

get/api/symbols/sectors/{slug}/

Path parameters

slugstring required

Response

The sector and its most-covered tickers.

sectorstring required
slugstring required
countinteger required

Example response

{
  "symbols": [
    {
      "ticker": "NVDA",
      "name": "NVIDIA Corp"
    }
  ]
}