---
title: "List Top Movers"
method: GET
path: "/transcripts/top-movers"
tags: ["transcripts"]
---

# List Top Movers

`GET /transcripts/top-movers`

## Response `200`

Successful Response

- TopMover[]
  - `ticker` string, required
  - `rank` integer, required
  - `company_name` string, nullable
  - `price_change` number, required
  - `transcript_id` string, required

## Other responses

- `404` — Not found

---

[API](https://skmtc.dev/trytrata/apis/fastapi.md) · [All operations](https://skmtc.dev/trytrata/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trytrata/fastapi/revisions/89fec75ff598/schema)
