analyze_insider_activity
Monitors insider transactions and analyzes sentiment to evaluate buying or selling patterns, providing confidence scores and insights for identifying strong insider support or potential red flags.
Instructions
Comprehensive insider trading analysis tool that monitors recent transactions and analyzes sentiment patterns. Retrieves buy/sell activity by executives, directors, and major shareholders, then evaluates trading patterns to determine overall insider confidence (bullish, bearish, neutral). Returns detailed transaction history with sentiment analysis, confidence scores, and key insights about insider motivation. Essential for identifying stocks with strong insider support or potential red flags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Stock ticker symbol | |
| limit | No | Maximum number of transactions to return for display | |
| transaction_types | No | Filter by transaction types (buy, sell, etc.) | |
| analysis_period | No | Analysis period in days for sentiment calculation | |
| min_transaction_value | No | Minimum transaction value to include in sentiment analysis |