get_latest_trades
Retrieve recent SEC insider trades with filtering by ticker, insider name, signal type, and time window to analyze market activity and conviction scores.
Instructions
Get the most recent insider trades filed with the SEC. Filter by ticker symbol, insider name, signal type (buy/sell/corp), and time window. Returns trade details including conviction scores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | No | Filter by stock ticker symbol (e.g. AAPL, TSLA) | |
| insider_name | No | Filter by insider's name | |
| signal_type | No | Filter by signal type: 'buy' (open-market purchases), 'sell' (open-market sales), 'corp' (corporate actions like grants/exercises) | |
| days | No | Look back N days (default: 7) | |
| limit | No | Max results to return (default: 25, max: 100) |