Get latest insider trading alerts
edgaralert_get_latest_alertsRetrieve the most recent SEC insider trading and officer/director change alerts, ranked by recency, with configurable filters for confidence, scope, and transaction direction.
Instructions
Returns the most recent SEC Form 4 insider trading alerts and 8-K Item 5.02 officer/director change alerts across the EDGAR Alert universe, ranked by recency. By default only returns high-confidence alerts (signal_score >= 80); lower minScore to widen results. Use this for 'what's happening right now' questions. For complex multi-filter searches (by ticker, sector, market cap, date range), use edgaralert_search_alerts instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Optional lookback window in days. | |
| side | No | Filter by transaction direction. Omit or "ALL" returns both. | |
| limit | No | Maximum number of alerts to return (1-200). | |
| scope | No | "watchlist" restricts to the user's default ticker list; "universe" (default) applies no restriction. | |
| planned | No | true = only planned/10b5-1/scheduled trades. false = only likely-discretionary trades. Omit for both. | |
| minScore | No | Minimum signal_score, inclusive. Defaults to 80 (high-confidence only). Pass 0 to see all alerts. |