---
title: "US House congressional stock trades for a ticker"
method: GET
path: "/api/v1/equities/{symbol}/congress-trades"
tags: ["Equities Indices"]
---

# US House congressional stock trades for a ticker

`GET /api/v1/equities/{symbol}/congress-trades`

Certified US House member securities transactions for a ticker (STOCK Act periodic transaction reports), from the House Clerk primary source - the open equivalent of commercial congressional-trading feeds. Covers e-filed House PTRs over the current + prior year; amounts are the disclosed ranges. Senate eFD and scanned-paper House filings are out of v1 scope. A ticker that no House member disclosed trading returns 404. Refreshed monthly. Public-record aggregate, not investment advice.

## Path parameters

- `symbol` string, required — Company ticker symbol.

## Response `200`

Disclosed US House member securities transactions for the ticker - members, transaction type (purchase/sale), date and disclosed amount range - aggregated across the covered years.

- EnvelopeCongressTradesData
  - `data` CongressTradesData, required — DATA-5.4: US House congressional stock trades for a ticker.
    - `symbol` string, required
    - `years_covered` integer[]
    - `transaction_count` integer, required — Total disclosed transactions for the ticker.
    - `member_count` integer, required — Distinct House members who traded it.
    - `members` string[]
    - `transactions` CongressTransaction[]
      - `member` string, required
      - `state` string, nullable — State + district (e.g. CA01).
      - `type` string, required — P=purchase, S=sale, E=exchange.
      - `date` string, nullable — Transaction date (ISO).
      - `amount_low` string, nullable
      - `amount_high` string, nullable
      - `doc_id` string, nullable
      - `filing_year` string, nullable
    - `source` string
    - `generated_at` string, nullable
    - `note` string, required
  - `meta` SugraMeta, required — Metadata attached to every /api/v1/* response envelope.
    - `endpoint` string, required — Requested endpoint path.
    - `data_time` string, required — ISO 8601 UTC timestamp of the source data, not of the request.
    - `response_time` string, required — ISO 8601 UTC timestamp when this response was produced.
    - `provider` string, required — API name and version.
    - `source` string, nullable — Identifier of the primary upstream source used for this response.
    - `attribution` string, nullable — Human-readable attribution mandated by an upstream source (e.g. a securities regulator or self-regulatory organization). Present only on responses whose source requires the owner and source to be clearly identified. Do not remove or alter it when using the response.
    - `fallback_used` boolean, nullable — True when the primary source failed and a fallback produced the data.
    - `fallback_chain` string[], nullable — Ordered list of sources attempted, in the order they were tried.
    - `cached` boolean, nullable — True when this response was served from the internal cache.
    - `stale` boolean, nullable — True when the cached response was returned after the upstream rate-limited or errored. Clients can use this to detect degraded data.

## Other responses

- `400` — Invalid ticker symbol.
- `401` — Missing or invalid `x-api-key` header.
- `404` — No congressional trades disclosed for this ticker.
- `422` — Validation Error
- `429` — Daily rate limit exceeded. Check `X-RateLimit-Reset` for the next window.
- `503` — Upstream source is temporarily unavailable. Retry after a short delay.

---

[API](https://skmtc.net/sugra/apis/sugra-api.md) · [All operations](https://skmtc.net/sugra/apis/sugra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sugra/sugra-api/versions/dcf7427e6897/schema)
