get_trades_by_insider
Retrieve all stock trades by a specific corporate insider across multiple companies to analyze their complete trading patterns and historical activity.
Instructions
Get all trades by a specific corporate insider across all companies. Useful for tracking an executive's full trading pattern.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| insider_name | Yes | Full name of the insider (e.g. 'Mark Zuckerberg') | |
| days | No | Look back N days (default: 365) | |
| limit | No | Max results (default: 50) |