Get congressional stock trades (House STOCK Act)
get_congressCongressional stock trades parsed from US House STOCK Act periodic transaction reports, normalized to flat JSON: member, state/district, ticker, buy or sell, the disclosed dollar range, transaction and disclosure dates, and a House disclosure PDF link. Pass a ticker for one stock, or omit it for the recent feed. House-only for now (Senate coming); amounts are ranges and disclosure lags the trade by up to 45 days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Trades to return, 1-100 (default 40). | |
| action | No | Filter the feed to 'buy' or 'sell'. | |
| ticker | No | Stock ticker for one-stock history, e.g. 'NVDA'. Omit for the recent feed. |