insider_transactions_by_ticker
Retrieve insider transactions for a stock ticker with date filtering, pagination, and choices of JSON or CSV output.
Instructions
Normalized insider transactions with paging over series.
JSON:
{
format: "json",
ticker, name,
series: [{date, insider_name, relationship, transaction_type,
price, shares, usd_value, total_shares,
sec_form4_date, sec_form4_link}, ...],
series_count, series_total
}
CSV: sliced series as CSV.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| req | Yes |