Trades by Congress Member
GetMemberTradesGet a congress member's disclosed securities transactions (newest first, last year by default). Shows tickers, transaction and filing dates, disclosed amount ranges, and the filed Asset identifying the instrument (such as stock, option, or bond). Use SearchCongressMembers to find member names, and GetCongressionalTrades for all members' transactions in one ticker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Number of trades to skip before returning rows — pass the previous call's shown count to page past the maxResults cap (default: 0) | |
| endDate | No | End date in YYYY-MM-DD format (defaults to today) | |
| startDate | No | Start date in YYYY-MM-DD format (defaults to 1 year ago) | |
| maxResults | No | Maximum number of trades to return (default: 50, max: 500, newest first) | |
| memberName | Yes | Congress member name, case-insensitive (e.g., 'Nancy Pelosi', 'Dan Crenshaw'); use SearchCongressMembers to find the exact name | |
| transactionType | No | Filter by transaction type: Purchase or Sale; the synonyms Buy/Sell are accepted (defaults to all) |