Insider Transactions
Form 4 insider trades, trading cluster detection, accumulation scores, and quarterly summaries. Track what company insiders are doing.
Insider Trades
GET
/v1/insider-transactions| Param | Type | Description |
|---|---|---|
| ticker | string | Filter by stock ticker |
| transaction_type | string | P (purchase), S (sale), A (award) |
| date_from | date | Start date filter |
| date_to | date | End date filter |
| limit | integer | Max results (1-1000) |
Response Fields
ticker, insider_name, insider_cik, title, is_director, is_officer, transaction_date, transaction_code, shares, price_per_share, transaction_value, shares_owned_after, ownership_change_pct
Insider Summary
GET
/v1/companies/{ticker}/insider-summarySummary stats for trailing N days: buy/sell counts, net shares, net value, unique insiders, i-ratio (buy_count / total — above 0.5 = net buying), and insider ownership percentage.
Clusters & Scores
GET
/v1/insider-clustersDetected clusters of insider buying or selling. A cluster is 3+ insiders trading within 30 days with minimum $10K per transaction.
GET
/v1/insider-scoresComputed accumulation scores measuring the intensity and conviction of insider buying activity.