ToolAssay

Insider trading transactions from SEC Form 4 filings for any US stock — officer

Insider trading transactions from SEC Form 4 filings for any US stock — officer and director buys and sells with dates as JSON. Powered by EDGAR. Use for: insider buying signals, executive stock sales monitoring, insider sentiment analysis. $0.005 USDC per call.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.005listed 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://api.tickersfeed.net/sec/:symbol/insiders

CategoryMarket data
Provider hostapi.tickersfeed.net
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 1 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",
  "pathParams": {
    "symbol": "AAPL"
  },
  "queryParams": {
    "days": 30,
    "limit": 10,
    "symbol": "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"
        },
        "pathParams": {
          "properties": {
            "symbol": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "queryParams": {
          "properties": {
            "days": {
              "description": "Lookback days, max 365 (default 90)",
              "type": "number"
            },
            "limit": {
              "description": "Max results, up to 50 (default 20)",
              "type": "number"
            },
            "symbol": {
              "description": "Stock ticker symbol (e.g. AAPL, TSLA)",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    }
  },
  "type": "object"
}

This page as JSON