---
title: "Companies in Sector"
method: GET
path: "/api/stock/{sector}/tickers"
---

# Companies in Sector

`GET /api/stock/{sector}/tickers`

Returns a list of tickers which are in the given sector.

## Path parameters

- `sector` string, required

## Response `200`

List of tickers in the sector

- SectorTickersResponse
  - `data` string[]

## Other responses

- `422` — Validation Error
- `500` — Server Error

---

[API](https://skmtc.net/the-unnatural-group--llc/apis/tradesignals-api.md) · [All operations](https://skmtc.net/the-unnatural-group--llc/apis/tradesignals-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/the-unnatural-group--llc/tradesignals-api/revisions/0b37cadfb125/schema)
