---
title: "Congressional Trading"
method: GET
path: "/stock/congressional-trading"
tags: ["Default"]
---

# Congressional Trading

`GET /stock/congressional-trading`

Get stock trades data disclosed by members of congress.

## Query parameters

- `symbol` string, required
- `from` string, date, required
- `to` string, date, required

## Response `200`

successful operation

- CongressionalTrading
  - `symbol` string — Symbol of the company.
  - `data` CongressionalTransaction[] — Array of stock trades.
    - `amountFrom` number, float — Transaction amount from.
    - `amountTo` number, float — Transaction amount to.
    - `assetName` string — Asset name.
    - `filingDate` string — Filing date.
    - `name` string — Name of the representative.
    - `ownerType` string — Owner Type.
    - `position` string — Position.
    - `symbol` string — Symbol.
    - `transactionDate` string — Transaction date.
    - `transactionType` string — Transaction type <code>Sale</code> or <code>Purchase</code>.

---

[API](https://skmtc.net/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.net/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
