Members of the US House of Representatives are obliged to disclose any transactions involving stocks, bonds, commodities futures, or other securities worth more than $1,000. The API endpoint provides comprehensive data about each transaction completed. There is a limit of 100 records per API call.
https://financialdata.net/api/v1/house-trading?identifier=MSFT| Name | Type | Description | Example |
|---|---|---|---|
| identifier | string | The trading symbol for a security. | MSFT |
| offset | integer | (Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0. | 100 |
| format | string | (Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON. | json, csv |
[
{
"name_of_reporting_person": "Marjorie Taylor Mrs Greene",
"report_date": "2024-11-27",
"state": "GA14",
"transaction_number": "13",
"transaction_type": "Purchase",
"transaction_date": "2024-11-25",
"owner_type": null,
"trading_symbol": "MSFT",
"asset_name": "Microsoft Corporation - Common Stock",
"asset_type": "Stocks (including ADRs)",
"amount": "$1,001 - $15,000",
"notification_date": "2024-11-26"
},
{
"name_of_reporting_person": "Josh Gottheimer",
"report_date": "2024-11-06",
"state": "NJ05",
"transaction_number": "28",
"transaction_type": "Sale (Partial)",
"transaction_date": "2024-10-03",
"owner_type": "Joint",
"trading_symbol": "MSFT",
"asset_name": "Microsoft Corporation - Common Stock",
"asset_type": "Stocks (including ADRs)",
"amount": "$1,001 - $15,000",
"notification_date": "2024-11-05"
},
...
]Get your API key instantly and start pulling data into your application.
Get Your API KeyOur robust architecture guarantees 99.9% uptime for uninterrupted API access.
Native Python SDK and REST support make data integration seamless.
The official MCP server delivers financial data directly to your AI agents.