get_trades_by_ticker
Retrieve insider trading data for a specific stock ticker, including transaction details, volumes, and conviction scores to analyze market activity.
Instructions
Get all insider trading activity for a specific stock ticker. Shows who is buying/selling, volumes, and conviction scores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Stock ticker symbol (e.g. AAPL) | |
| days | No | Look back N days (default: 90) | |
| limit | No | Max results (default: 50) |