---
title: "Get House Disclosure Data"
method: GET
path: "/government/congress/disclosure"
tags: ["Government", "Congress"]
---

# Get House Disclosure Data

`GET /government/congress/disclosure`

Fetches data from financial disclosures made by members of the U.S. House of Representatives. Can be filtered by stock symbol.

## Query parameters

- `symbol` string

## Response `200`

Successful response with an array of House disclosure records.

- object[]
  - `disclosure-year` number
  - `disclosure-date` string, date
  - `transaction-date` string, date
  - `owner` string — The type of owner (e.g., Self, SP for Spouse, JT for Joint).
  - `ticker` string
  - `asset-description` string
  - `type` string — The type of transaction (e.g., purchase, sale_full, sale_partial).
  - `amount` string — The estimated range of the transaction amount.
  - `representative` string
  - `district` string
  - `ptr-link` string, url
  - `cap-gains-over-200-usd` boolean

## Other responses

- `400` — Bad Request - Invalid parameters.
- `404` — Not Found - No House disclosure data found for the specified symbol or in general.
- `500` — Internal Server Error - Failed to fetch data or other server error.

---

[API](https://skmtc.net/laksmono---company/apis/finbud-api.md) · [All operations](https://skmtc.net/laksmono---company/apis/finbud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laksmono---company/finbud-api/revisions/742d2654c09a/schema)
