ToolAssay

Latest insider trades (SEC Form 4) for any US-listed company by stock ticker or

Latest insider trades (SEC Form 4) for any US-listed company by stock ticker or CIK: who bought or sold, their role (director, officer, 10% owner), the buy/sell/grant/exercise code, shares, price per share, total value, and shares held after. Resolves ticker to CIK via SEC's official index. Sourced live from data.sec.gov.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.003listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://edgar.apitoll.cloud/v1/edgar/insider

CategoryCode and developer
Provider hostedgar.apitoll.cloud
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days6 from 3 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "limit": 10,
    "ticker": "AAPL"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "cik": {
              "description": "SEC CIK (1-10 digits). XOR with ticker.",
              "pattern": "^\\d{1,10}$",
              "type": "string"
            },
            "limit": {
              "description": "Max Form 4 filings to parse (ceiling 25).",
              "maximum": 25,
              "minimum": 1,
              "type": "integer"
            },
            "since": {
              "description": "Inclusive lower bound on filingDate (YYYY-MM-DD), within 5 years.",
              "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
              "type": "string"
            },
            "ticker": {
              "description": "Stock ticker, case-insensitive. XOR with cik.",
              "pattern": "^[A-Za-z.\\-]{1,10}$",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "count": {
              "type": "integer"
            },
            "form": {
              "enum": [
                "4"
              ],
              "type": "string"
            },
            "items": {
              "items": {
                "type": "object"
              },
              "type": "array"
            },
            "resolved": {
              "type": "object"
            },
            "source": {
              "type": "object"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON