sec_insiders_transactions
What did a company's insiders actually file? Search individual SEC Form 4 transaction lines by ticker, issuer CIK, insider name, direction (buy/sell/other), transaction code (P/S/A/M/F/G), role (officer/director/ten_percent), state, security type, minimum value, or date. Returns the insider, role, security, code, shares, price, and value per filing — the raw feed behind the cluster signal. Public SEC filings as filed — observational, not advice. [price: $0.05/row]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Insider role: officer | director | ten_percent. | |
| sort | No | txn_date | txn_value | shares | filing_date :asc|:desc. Default txn_date:desc. | |
| limit | No | Max rows (default 25, cap 100). | |
| owner | No | Reporting-insider name fragment. | |
| since | No | Transaction on/after this date (YYYY-MM-DD). | |
| state | No | Insider state code(s), CSV. | |
| offset | No | Rows to skip, for paging. | |
| ticker | No | Issuer ticker(s), CSV (as filed on the Form 4). | |
| txn_code | No | SEC transaction code(s), CSV: P (buy), S (sell), A (grant), M, F, G... | |
| direction | No | buy | sell | other (grants, option exercises, tax withholding...). | |
| min_value | No | Minimum transaction value in $ (shares × price). | |
| issuer_cik | No | SEC issuer CIK. | |
| security_type | No | nonderiv (common shares) | deriv (options/warrants). |