senate_trades_by_ticker
Retrieve normalized US Senate trades for any stock ticker. Filter by date range and limit results, with output in JSON or CSV format.
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 |