congress_trades
Fetch stock trades disclosed by members of Congress. Filter by ticker, politician, direction, owner, asset type, and date range to examine legislative trading activity.
Instructions
Stock trades disclosed by members of Congress (House and Senate PTRs).
Filter by ticker and/or politician id (from search), direction, who in
the household traded, asset type, and a date range on the trade date.
Newest first. Amounts are the dollar brackets the law requires, not exact
figures. direction already treats a put purchase as the bearish bet it is.
Args:
ticker: Exact symbol, e.g. NVDA.
politician_id: From search.
direction: buy or sell.
owner: self, spouse, child or joint.
asset_type: stock, option or other.
since: Earliest trade date, YYYY-MM-DD.
until: Latest trade date, YYYY-MM-DD.
limit: Rows to return, 1-100 (default 25).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| owner | No | ||
| since | No | ||
| until | No | ||
| ticker | No | ||
| direction | No | ||
| asset_type | No | ||
| politician_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||