equity_insider_activity
Measures net insider buying and selling from SEC Form 4 filings, returning a directional score from -100 to +100 to gauge insider sentiment for any stock.
Instructions
Measure net insider buying vs. selling from SEC Form 4 filings (last 180 days).
Aggregates open-market Purchase (P) and Sale (S) transactions by USD value and returns a directional score from -100 (heavy net selling) to +100 (heavy net buying). Insider buying is among the more predictive public signals. If a company has no qualifying Form 4 activity, returns "no signal" rather than a fabricated score.
Requires the EDGAR_IDENTITY env var (any 'Name email@example.com') per SEC fair-access policy.
Args: params: ticker (str) and response_format ('markdown'|'json').
Returns: str: Markdown or JSON with score, confidence, and data: net_usd, buys_usd, sells_usd, n_filings, net_selling, window_days.
Examples: - "Are insiders buying Tesla?" -> ticker='TSLA' - "Insider sentiment for PLTR" -> ticker='PLTR'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |