---
title: "Related Companies"
method: GET
path: "/v1/related-companies/{ticker}"
tags: ["reference:related:companies"]
---

# Related Companies

`GET /v1/related-companies/{ticker}`

Get a list of tickers related to the queried ticker based on News and Returns data.

## Path parameters

- `ticker` string, required

## Response `200`

Related Companies.

- object
  - `request_id` string — A request id assigned by the server.
  - `results` object[] — An array of results containing the requested data.
    - `ticker` string, required — A ticker related to the requested ticker.
  - `status` string — The status of this request's response.
  - `ticker` string — The ticker being queried.

## Other responses

- `401` — Unauthorized - Check our API Key and account status

---

[API](https://skmtc.net/massive/apis/polygon-api.md) · [All operations](https://skmtc.net/massive/apis/polygon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/massive/polygon-api/revisions/ad6f143e43aa/schema)
