Search insider trades
get_insider_tradesSearch normalized insider transactions from SEC Forms 3/4/5 (US public companies). Returns rows with pre-computed value_usd and a quote-ready summary string with the SEC filing link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows per page, default 50, cap 500. | |
| since | No | Earliest transaction date, YYYY-MM-DD. | |
| until | No | Latest transaction date, YYYY-MM-DD. | |
| cursor | No | Opaque pagination token from the previous response's page.next_cursor; pass it back verbatim to fetch the next page. | |
| insider | No | Substring match on the insider's name, e.g. "MUSK". | |
| tickers | No | Ticker symbols to include, e.g. ["NVDA","AAPL"]. Empty = all issuers. | |
| txn_type | No | buy (open-market/private purchase P), sell (S), grant (A), exercise (M/X), or gift (G). Omit for all. | |
| relationship | No | Filter by insider role. | |
| min_value_usd | No | Minimum transaction value in USD (shares x price). | |
| exclude_10b5_1 | No | Drop pre-scheduled 10b5-1 plan transactions; true (default) for signal-seeking, false for full audit. |