get_company_insiders
Retrieve a full roster of insiders who filed Form 4 for a given ticker, including names, CIK, titles, flags, last-filed date, and total transaction count.
Instructions
Full roster of insiders who have ever filed a Form 4 for a given ticker — name, CIK, titles, director/officer/10%-owner flags, last-filed date, and total transaction count per insider. Use this to enumerate a company's insiders (e.g. before pulling each one's career summary); use get_transactions with ticker= for the underlying trade history itself. Free plan. Paginated, max 100/page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. Defaults to 1. | |
| ticker | Yes | Stock ticker symbol, case-insensitive, e.g. MSFT. | |
| per_page | No | Results per page. Defaults to 20, maximum 100. |