Insider Buy Signal API
## Insider Buy Signal API Monitors SEC EDGAR Form 4 filings and surfaces **insider buy signals** — parsed, structured, and scored. Instead of raw XML, you get JSON with ticker, insider name, role, shares, dollar value, and filing date. The **cluster detection** endpoint (`/insider-buy/clusters`) identifies when multiple insiders at the same company are buying within a tight window — the…
Insider Buy Signal API endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
health /health |
|
| trades | ||
| GET |
searchBuySignals /trades/search |
Search for insider purchase transactions. Returns only type=P (Purchase) trades — the bullish signal. Filter by ticker, insider role (CEO, CFO, Director), minimum trade value,… |
| GET |
getRecentBuys /trades/recent |
Get the most recent insider stock purchases across all companies. |
| GET |
getBuysByTicker /trades/ticker/{symbol} |
Get all insider BUY transactions for a given ticker symbol. |
| stats | ||
| GET |
getBuyStats /stats |
Aggregate stats on insider buying activity — top tickers, biggest buys, buying clusters. |
Insider Buy Signal API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $24.99 / month | — |
|
| MEGA | $79.99 / month | — |
|