---
title: "Get Recent Trades"
method: GET
path: "/trades/recent"
tags: ["Trades"]
---

# Get Recent Trades

`GET /trades/recent`

The most recently filed trades across all tickers, sorted by filing date descending.

## Query parameters

- `chamber` string, nullable — Filter by chamber: Senate or House
- `limit` integer
- `offset` integer
- `days` integer, nullable — Only include trades filed within the last N days

## 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)
