get_politician_trades
Access U.S. politician stock trades and filter by issuer, politician, party, transaction type, and time period to identify trading patterns.
Instructions
Get politician trades with advanced filters. Filter by issuer, politician, party, transaction type, and time period.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days to look back for trades. Must be one of: 30, 90, 180, or 365 days | |
| type | No | Filter by transaction type(s). Can specify any combination of 'BUY', 'SELL', 'RECEIVE', 'EXCHANGE'. If all 4 are specified or empty array, treats as ALL (no filter). | |
| party | No | Filter by party affiliation. Options: 'DEMOCRAT' or 'REPUBLICAN'. If null or not provided, treats as ALL (no filter). | |
| symbol | No | Optional: The ticker symbol or company/asset name (e.g., 'Apple', 'AAPL', 'VOO'). If provided, filters trades for that asset. | |
| politician | No | Optional: The politician name to search for (e.g., 'Michael', 'Nancy Pelosi'). If provided, filters trades for that politician. |