US Senate stock trades
congress_senate_tradesRetrieve US Senate stock transactions filtered by ticker, senator name, or transaction date range. Returns most recent matches.
Instructions
US Senate stock transactions (Stock Watcher). Filter by ticker, senator name, and/or transaction-date range; returns the most recent matches. Example: { person: 'Tuberville', startDate: '2023-01-01', endDate: '2023-12-31' }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| person | No | Senator name (substring match) | |
| ticker | No | Stock ticker, e.g. NVDA | |
| endDate | No | Latest transaction date, inclusive (YYYY-MM-DD) | |
| startDate | No | Earliest transaction date, inclusive (YYYY-MM-DD) |