---
title: "Related tickers for one ticker"
method: GET
path: "/api/symbols/{ticker}/peers/"
tags: ["symbols"]
---

# Related tickers for one ticker

`GET /api/symbols/{ticker}/peers/`

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.

## Path parameters

- `ticker` string, required

## Response `200`

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

- SymbolPeers
  - `ticker` string, required
  - `group` string, 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.
  - `peers` SymbolPeer[], required
    - `ticker` string, required
    - `name` string, required

## Other responses

- `400` — Malformed ticker.
- `401` — Missing or invalid API key.
- `429` — Rate limit exceeded — either the per-minute burst cap or the per-day volume cap. The `Retry-After` header tells you how long to wait (a burst block is short, ≤60s; a day-cap block is capped at 3600s — the true reset is `X-RateLimit-Reset`). The `X-RateLimit-*` trio shows the daily volume budget. The body's `extra` names your tier, its `limit_per_minute` / `limit_per_day`, `retry_after_seconds`, and — below Pro — an `upgrade` block with the higher tiers' caps and the pricing URL.

---

[API](https://skmtc.net/alphai/apis/alphai-rest-api.md) · [All operations](https://skmtc.net/alphai/apis/alphai-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alphai/alphai-rest-api/versions/2f34f38bad24/schema)
