v1

latestOpenAPI 3.1.0raw.githubusercontent.com2025-04-25361217.6 KB
Government
Congress

Get House Disclosure Data

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

get/government/congress/disclosure

Query parameters

symbolstring

Filter disclosures by a specific stock symbol (e.g., AAPL).

Response

Successful response with an array of House disclosure records.

disclosure-yearnumber
disclosure-datestring date
transaction-datestring date
ownerstring

The type of owner (e.g., Self, SP for Spouse, JT for Joint).

tickerstring
asset-descriptionstring
typestring

The type of transaction (e.g., purchase, sale_full, sale_partial).

amountstring

The estimated range of the transaction amount.

representativestring
districtstring
ptr-linkstring url
cap-gains-over-200-usdboolean

Example response

[
  {
    "disclosure-year": 2023,
    "disclosure-date": "2024-05-15",
    "transaction-date": "2024-04-01",
    "owner": "SP",
    "ticker": "NVDA",
    "asset-description": "NVIDIA Corporation - Common Stock",
    "type": "purchase",
    "amount": "$1,001 - $15,000",
    "representative": "Hon. Michael T McCaul",
    "district": "TX10",
    "ptr-link": "https://disclosures-clerk.house.gov/public_disc/ptr-pdfs/2024/20024711.pdf"
  }
]