Insider transactions
stocks_insidersList a company's insider transactions from SEC Form 3/4/5 filings, most recent first. Includes officers, directors, and 10% owners.
Instructions
List a company's insider transactions from SEC Form 3/4/5 filings (officers, directors, 10% owners), most recent first. Paginate with cursor/limit (default 10, max 25), or set max_items to auto-collect across pages. For large outside stakeholders (13D/13G) use stocks_ownership.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (endpoint-specific default and max). | |
| cursor | No | Opaque cursor from a previous response's meta.next_cursor. | |
| ticker | Yes | US equity ticker, e.g. AAPL. | |
| max_items | No | If set, auto-paginate across pages and return up to this many items (ignores cursor). |