---
title: "Get Trades"
method: GET
path: "/trades/{ticker}"
tags: ["Trades"]
---

# Get Trades

`GET /trades/{ticker}`

All trades for a specific stock ticker, sorted by filing date descending.

- Case-insensitive: `nvda` and `NVDA` both work.
- Filter by `chamber=Senate` or `chamber=House`.
- Paginate with `offset` and `limit` (max 500).
- Covers the last 365 days of disclosures from both chambers.
- Free tier: 100 requests/day per IP. Pro: 50,000/day with `X-Api-Key`.

## Path parameters

- `ticker` string, required

## Query parameters

- `chamber` string, nullable — Filter by chamber: Senate or House
- `limit` integer
- `offset` integer

## Headers

- `x-api-key` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/congressinvests/apis/congressinvests-api.md) · [All operations](https://skmtc.dev/congressinvests/apis/congressinvests-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/congressinvests/congressinvests-api/revisions/d50770dec0e9/schema)
