ToolAssay

Insider trades — SEC Form 4 buys and sells by officers and directors for any tic

Insider trades — SEC Form 4 buys and sells by officers and directors for any ticker

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.03listed 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://insider.lonestaroracle.xyz/trades

CategoryEverything else
Provider hostinsider.lonestaroracle.xyz
Networkseip155:4663, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days6 from 5 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": {
    "days": 90,
    "symbol": "AAPL",
    "ticker": "AAPL"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "category": "finance",
  "description": "Corporate insider trading activity from SEC EDGAR Form 4 filings. Returns all open-market buys (P) and sells (S) by officers, directors, and 10%+ owners for any US stock ticker. Includes insider name, role, transaction date, shares, price, total value, and shares owned after. Aggregates buy vs sell totals and generates a bullish/bearish/mixed signal. Configurable lookback period (default 90 days, max 365). Data sourced directly from SEC EDGAR \u2014 no API key required.",
  "name": "LoneStarOracle \u2014 InsiderFlow",
  "properties": {
    "input": {
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "days": {
              "anyOf": [
                {
                  "type": "integer"
                },
                {
                  "type": "null"
                }
              ],
              "default": 90,
              "title": "Days"
            },
            "symbol": {
              "title": "Symbol",
              "type": "string"
            },
            "ticker": {
              "title": "Ticker",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "buy_count": 2,
          "buy_value": 850000,
          "company": "NVIDIA CORP",
          "period_days": 90,
          "sell_count": 5,
          "sell_value": 38502524,
          "signal": "bearish \u2014 insiders selling heavily",
          "summary": "NVDA: 2 buy(s) $850K vs 5 sell(s) $38.5M in last 90d",
          "ticker": "NVDA",
          "trades": [
            {
              "code": "S",
              "date": "2026-03-20",
              "direction": "SELL",
              "owned_after": 250000,
              "owner": "STEVENS MARK A",
              "price": 172.61,
              "role": "EVP Sales",
              "shares": 100000,
              "value": 17260680
            }
          ]
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "tags": [
    "insider",
    "sec",
    "form4",
    "trading",
    "officers",
    "directors"
  ],
  "type": "object",
  "version": "1.0.0"
}

This page as JSON