Insider Trading

SEC Form 4 insider trading data. Covers NYSE, NASDAQ, and AMEX. Cached for 5 minutes.

GET/api/markets/insider

Get recent insider trading activity with conviction scoring.

Response

{
  "recent": [
    {
      "ticker": "AAPL",
      "name": "Apple Inc.",
      "insider": "Tim Cook",
      "position": "CEO",
      "type": "Sale",
      "shares": 250000,
      "value": 46355000,
      "date": "2026-04-25"
    }
  ],
  "summary": {
    "totalBuyValue": 125000000,
    "totalSellValue": 89000000,
    "netBuyValue": 36000000,
    "hotSignals": 3,
    "watchSignals": 7
  },
  "updatedAt": "2026-05-02T00:00:00Z"
}