datasets_sec_companies_insider
Retrieve a company's SEC insider-transaction history (Forms 3/4/5) by CIK. Filter transactions by date range or transaction code to track insider buys and sales.
Instructions
Get a SEC company's insider-transaction history. Returns a company's insider (Form 3/4/5) transaction history from the SEC companies dataset, most recent transaction first. An unknown CIK or a company with no reported transactions returns an empty series rather than a 404.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Inclusive end date (YYYY-MM-DD, UTC) filtering transaction date | |
| cik | Yes | SEC CIK, numeric or zero-padded | |
| code | No | Exact transaction code filter, e.g. P (open-market purchase), S (sale) | |
| from | No | Inclusive start date (YYYY-MM-DD, UTC) filtering transaction date | |
| limit | No | Maximum transactions returned (most recent first), default 50, max 200 |