Members of the United States Senate are required to disclose any purchase, sale, or exchange of a stock, bond, commodity future, or other security when the transaction exceeds $1,000. The API endpoint provides detailed data about each of the transactions made. There is a limit of 100 records per API call.
https://financialdata.net/api/v1/senate-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": "Thomas H Tuberville",
"type_of_reporting_person": "Senator",
"report_date": "2024-11-15",
"transaction_number": "5",
"transaction_type": "Sale (Full)",
"transaction_date": "2024-10-29",
"owner_type": "Joint",
"trading_symbol": "MSFT",
"asset_name": "Microsoft Corporation - Common Stock",
"asset_type": "Stock",
"amount": "$15,001 - $50,000",
"comment": null
},
{
"name_of_reporting_person": "Shelley M Capito",
"type_of_reporting_person": "Senator",
"report_date": "2024-10-05",
"transaction_number": "4",
"transaction_type": "Sale (Partial)",
"transaction_date": "2024-09-20",
"owner_type": "Spouse",
"trading_symbol": "MSFT",
"asset_name": "Microsoft Corp",
"asset_type": "Stock",
"amount": "$1,001 - $15,000",
"comment": null
},
...
]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.