Ownership filings
stocks_ownershipList a company's Schedule 13D/13G beneficial-ownership filings, most recent first. Paginate with cursor and limit or auto-collect across pages.
Instructions
List a company's Schedule 13D/13G beneficial-ownership filings (holders of large stakes), most recent first. Paginate with cursor/limit, or set max_items to auto-collect across pages. For officer/director trades use stocks_insiders; for institutional 13F positions use filers_holdings.
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). |