Insider Signal
get_insider_signalProbe insider filing activity for a company over a configurable lookback window. Specify ticker or CIK to get count of recent Form 4 filings. Answers if insiders are filing recently.
Instructions
Probe insider filing activity (Form 3, 4, 4/A) for a company over a configurable lookback window. Answers: "Are insiders filing recently?" Returns recent Form 4 filing references and counts. NOTE: Direction-aware buy/sell signals (insider_signal, buy_count, sell_count) are null/0 in v0.1 — Form 4 XML parsing ships in v0.2.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker_or_cik | Yes | Ticker symbol (e.g. "MSFT") or numeric CIK. | |
| lookback_days | No | Number of calendar days to look back (default 90, max 730). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | ||
| cik | Yes | ||
| company_name | Yes | ||
| lookback_days | Yes | ||
| insider_signal | Yes | ||
| net_transaction_count | Yes | ||
| buy_count | Yes | ||
| sell_count | Yes | ||
| recent_insider_filings | Yes | ||
| meta | Yes |