Insider trades before bad news
trades_before_eventsCross-feed signal: for issuers that filed a material 8-K event, show SEC Form 4 insider transactions in the N days BEFORE the event - e.g. insider selling before a bankruptcy, restatement, or delisting. Joins two feeds through the shared entity graph; raw EDGAR cannot answer this in one query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows, default 50, cap 500. | |
| since | No | Earliest event date, YYYY-MM-DD. | |
| txn_type | No | Insider transaction filter: sell (default - selling before bad news), buy, or all. | |
| item_codes | No | 8-K items to anchor on, e.g. ["1.03","4.02","3.01"]. Default: distress items 1.03, 2.06, 3.01, 4.02. | |
| days_before | No | Lookback window before the event date, default 60. | |
| min_value_usd | No | Minimum insider transaction value in USD. |