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.
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"
}
]