senate_trades_by_ticker
Retrieve US Senate trading activity for a specific stock ticker. Returns trades with senator, trade type, amount range, and dates. Filter by date range and limit results.
Instructions
Normalized US Senate trades:
{
format: "json",
ticker, name,
series: [{date, senator, trade_type,
amount_min, amount_max, amount_exact, amount_raw}, ...],
series_count, series_total
}
CSV returns the sliced series.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| req | Yes |