---
title: "Get recent reported trades"
method: GET
path: "/api/congress/recent-reports"
---

# Get recent reported trades

`GET /api/congress/recent-reports`

Returns the latest reported trades by congress members. If a date is given, will only return reports with a transaction date &le; the given input date.

## Query parameters

- `date` string, date
- `limit` integer

## Response `200`

A list of recent reported trades

- CongressRecentReportsResponse
  - `data` CongressRecentReport[]
    - `amounts` string — The reported amount range of the transaction.
    - `filed_at_date` string, date — The filing date as ISO date.
    - `issuer` string — The person who executed the transaction.
    - `member_type` 'senate' | 'house' | 'other' — The type of person who executed the transaction.
    - `notes` string — Notes of the filing.
    - `reporter` string — The person who reported the transaction.
    - `ticker` string — The stock ticker.
    - `transaction_date` string, date — The transaction date as ISO date.
    - `txn_type` 'Buy' | 'Sell (partial)' | 'Purchase' | 'Sale (Partial)' | 'Receive' | 'Sale (Full)' | 'Sell (PARTIAL)' | 'Sell' | 'Exchange' — The transaction type.

## Other responses

- `422` — Unprocessable Entity
- `500` — Internal 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/versions/0b37cadfb125/schema)
