datasets_sec_companies_insider
Retrieve insider transaction history (Forms 3/4/5) for a SEC company by CIK. Filter by date range, transaction code, and set result limit.
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 |