get_insider_trades
Retrieve insider buying and selling activity and summary statistics for any stock by symbol.
Instructions
Get insider buying/selling activity and summary statistics for a stock.
Fetches recent insider transactions and aggregate insider trading stats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max trade rows to return in summary mode (default: 20). | |
| format | No | Output format: - "summary": Normalized recent trades and key stats - "full": Raw endpoint payloads | summary |
| symbol | Yes | Stock symbol (required, e.g., "AAPL"). | |
| use_cache | No | Use cached data when available (default: True). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||