insider_trades
Retrieve insider trading transactions from Form 4 filings by company ticker, with filters for buy/sell activity, date range, and transaction value.
Instructions
Search insider trading transactions (Form 4 filings) by company ticker. Filter by buy/sell activity, transaction type, and date range. Returns officer and director trades.
Examples:
insider_trades({ ticker: "TSLA", activity: "buying", limit: 10 })
insider_trades({ ticker: "NVDA", activity: "latest" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| ticker | Yes | ||
| endDate | No | ||
| activity | No | Filter: all transactions, buying only, selling only, or latest | all |
| minValue | No | Minimum transaction value in USD | |
| startDate | No |