Government
Congress
Get Senate Trading Data
Fetches data on stock trades made by U.S. Senators, as reported in Periodic Transaction Reports (PTRs). Can be filtered by stock symbol.
get/government/congress/trading
Query parameters
symbolstring
Filter trades by a specific stock symbol (e.g., AAPL).
Response
Successful response with an array of Senate trading records.
Example response
[
{
"transaction-date": "2024-06-18",
"owner": "Self",
"ticker": "MSFT",
"asset-description": "Microsoft Corporation - Common Stock",
"asset-type": "Stock",
"type": "Purchase",
"amount": "$1,001 - $15,000",
"comment": "--",
"senator-name": "Thomas R Carper",
"ptr-link": "https://efdsearch.senate.gov/search/view/ptr/abc-def/",
"disclosure-date": "2024-07-12"
}
]