datasets_sec_companies_insider
Get SEC insider transactions by CIK, with Form 3/4/5 history sorted newest first. Unknown CIKs return an empty series instead of an error.
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 |