get_congress_ticker_rollup
Identify which politicians traded a specific ticker, with buy/sell counts and net totals. Optionally restrict to a trailing window for recent congressional trading activity.
Instructions
Which politicians traded a ticker, with net buy/sell counts (Pro plan+). Returns every politician who has a non-superseded congressional trade in the given ticker, each with their trade/buy/sell counts, plus ticker-level totals. Optional window_days restricts to trades with a transactionDate in the trailing N days; omit for all-time. A ticker with no congress trades returns 200 with an empty politicians array and zero counts rather than 404 — there is no separate ticker/company entity in this dataset to 404 against. Requires Pro plan or higher (402 PLAN_REQUIRED on Free/Starter). Query runs live — no caching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Ticker symbol, case-insensitive (e.g. "AAPL"). | |
| window_days | No | Trailing window in days ending now, applied to transactionDate. Omit for all-time. |