Insider transactions
stocks_insidersRead-only
Retrieve insider transaction data from SEC Form 3/4/5 filings for US equities, including transaction details and filing dates.
Instructions
Form 3/4/5 insider transactions (limit default 10, max 25).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | US equity ticker, e.g. AAPL. | |
| cursor | No | Opaque cursor from a previous response's meta.next_cursor. | |
| limit | No | Page size (endpoint-specific default and max). | |
| max_items | No | If set, auto-paginate across pages and return up to this many items (ignores cursor). |