v2

latestOpenAPI 3.1.0Proprietary2026-08-05143259.2 KB
symbols

Related tickers for one ticker

Other companies in the same industry (widening to the broader sector when the industry is thin) that carry recent enriched news, most recently covered first. Powers the "Related tickers" links on the stock hub pages.

get/api/symbols/{ticker}/peers/

Path parameters

tickerstring required

Response

Up to ten related tickers. A well-formed but unknown ticker, or one with no peers carrying recent news, returns an empty list.

tickerstring required
groupstring required

Industry (or sector) label the peers share; empty if none.

group_kind'industry' | 'sector' | '' required

Whether the peers were grouped by industry or the broader sector.

Example response

{
  "group": "Semiconductors",
  "peers": [
    {
      "ticker": "AMD",
      "name": "Advanced Micro Devices Inc"
    }
  ]
}