Get Insider Transactions
get_insider_transactionsRetrieve insider transaction history from SEC Form 4 filings for any company. Filter by year, month, or transaction code to identify insider buying or selling patterns.
Instructions
Get detailed insider transaction history for a company from Form 4 filings. Returns individual buy/sell transactions with insider name, title, shares, price, and transaction codes. Supports pagination for companies with extensive insider activity. Filter by year/month to narrow results, or use transactionCode to find only purchases (P), sales (S), etc. Useful for identifying "first insider buy since X" patterns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Filter by transaction year (e.g., 2025) | |
| limit | No | Maximum results to return (default: 20, max: 100) | |
| month | No | Filter by transaction month (1-12, requires year) | |
| offset | No | Offset for pagination (default: 0) | |
| ticker | Yes | Stock ticker symbol (e.g., AAPL, TSLA) | |
| transactionCode | No | Filter by SEC transaction code: P=Purchase, S=Sale, A=Grant/Award, M=Exercise/Conversion, F=Tax withholding, G=Gift, C=Conversion, W=Will, D=Disposition to issuer, etc. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No |