get_insider_transactions
Retrieve all Form 4 insider trading transactions for a given CIK number, with options to filter by date, transaction code, ticker, and exclude 10b5-1 plan trades.
Instructions
Get all Form 4 transactions for a specific insider by their CIK.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date ISO 8601 | |
| cik | Yes | Insider CIK number | |
| code | No | Filter by SEC transaction code | |
| from | No | Start date ISO 8601 | |
| page | No | Page number | |
| ticker | No | Filter to a specific company ticker | |
| per_page | No | Results per page (max 100) | |
| exclude_10b5 | No | Exclude pre-scheduled 10b5-1 plan trades |