Get insider trades (Form 4)
edgar_get_insider_tradesGet insider trading activity from SEC Form 4 filings: transaction type, shares, price, value, and open-market buy/sell summary for any US company.
Instructions
Get recent insider transactions from Form 4 filings (officers, directors, 10% owners): date, insider, role, transaction type, shares, price, value and shares owned afterwards, plus a summary of open-market buys vs sells. Codes: P = open-market buy, S = open-market sale (the most informative); A = grant, M/X = option exercise, F = tax withholding, G = gift.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company | Yes | Company: US ticker ('MSFT', 'BRK.B'), SEC CIK ('789019') or company name ('Microsoft'). | |
| max_filings | No | How many of the most recent Form 4 filings to parse (1-40, default 15). | |
| response_format | No | Output format: 'markdown' (readable, default) or 'json' (structured). | markdown |
| open_market_only | No | Only open-market buys and sales (codes P and S). |