Gurufocus Insider
gurufocus_insiderGet insider trades for a symbol — corporate insiders buying/selling. Returns insider identity, role/position, transaction date, trade type, share count, execution price, and resulting ownership. Supports pagination. Example: gurufocus_insider({ symbol: "AAPL", page: 1, _apiKey: "your-token" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (optional, default 1) | |
| symbol | Yes | Stock ticker symbol, e.g. "AAPL" | |
| _apiKey | Yes | GuruFocus Data API token | |
| per_page | No | Records per page (optional, default 40) |