Edgar Insider Transactions
edgar_insider_transactionsAUTHORITATIVE insider trading activity (SEC Form 3/4/5) for a US public company — who bought or sold, how many shares, at what price, and what they hold now. Pass a ticker ("TSLA") or CIK. Returns each recent Form 4 filing parsed into structured transactions: reporting owner + role (director/officer/10% holder), transaction code (P=open-market purchase, S=sale, A=grant/award, M=option exercise, G=gift, F=tax-withholding), shares, price per share, acquired/disposed, and shares owned after. Use for "insider buying at $TICKER", "did executives sell recently", "latest Form 4 activity". Open-market purchases (code P) are the strongest conviction signal; awards (code A) are routine comp. For the raw filing list use edgar_company_filings with form_type:"4".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max Form 4/3/5 filings to parse (1-25, default 10) | |
| ticker_or_cik | Yes | Ticker symbol (e.g., "TSLA") or CIK number (e.g., "1318605") | |
| include_derivatives | No | Also include derivative (options/RSU) transactions. Default false (non-derivative common-stock only). |