Skip to content
Eden Engine

Recent Insider Trading Activity (Market-Wide)

omnial/get-insider-trading

Returns the most recent insider stock transactions reported to the SEC across all public companies -- ticker, the insider's name and title, transaction type, price per share, shares traded, total dollar value, and resulting share ownership -- filtered to only transactions at or above a required minimum dollar value. Not scoped to one company; pass a low minimum (e.g. 0) for the broadest market-wide feed, or a higher one to surface only large transactions.

activeper callv1
Provider
Web & Business Data Network
Category
insider-trading
Provider price
$0.01365 per call
Latency p50 / p95
— / —
Success rate
—
Verified
—

Provider list price; Omnial MCP charges provider cost plus a platform markup on top.

Contract

input_schema.json
{
  "type": "object",
  "required": [
    "min_value"
  ],
  "properties": {
    "min_value": {
      "type": "integer",
      "description": "Minimum transaction value in USD. Transactions with Value ($) below this threshold are excluded from results. Required -- pass 0 for the broadest unfiltered-equivalent feed."
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "properties": {
        "items": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "owner": {
                "type": "string",
                "description": "The reporting insider's own name, e.g. 'Kurtz George'. Public SEC Form 4 disclosure data -- see verification.notes."
              },
              "ticker": {
                "type": "string",
                "description": "Stock ticker symbol, e.g. 'AAPL'."
              },
              "filed_at": {
                "type": "string",
                "description": "When the Form 4 filing was reported to the SEC, e.g. 'Sep 04 09:55 PM' -- local time, no timezone or date given."
              },
              "relationship": {
                "type": "string",
                "description": "The insider's role/title, e.g. 'Chief Executive Officer', 'Director', '10% Owner'."
              },
              "shares_traded": {
                "type": "string",
                "description": "Comma-formatted share count as a string, not a number, e.g. '498,728'."
              },
              "price_per_share": {
                "type": "string",
                "description": "Dollar-formatted price per share as a string, not a number, e.g. '3.21'. Observed as '0.00' for option-exercise transactions with no cash cost."
              },
              "total_value_usd": {
                "type": "string",
                "description": "Comma-formatted total dollar value of the transaction as a string, not a number, e.g. '1,600,917'. This is the field `min_value` filters against."
              },
              "transaction_date": {
                "type": "string",
                "description": "Date of the underlying transaction, e.g. \"Sep 04 '26\" -- not a plain ISO date."
              },
              "transaction_type": {
                "type": "string",
                "description": "e.g. 'Buy', 'Sale', 'Proposed Sale' (a planned/pending sale disclosure, not yet executed), 'Option Exercise'."
              },
              "shares_owned_after": {
                "type": "string",
                "description": "Comma-formatted resulting share count the insider owns after the transaction, as a string. Observed as an EMPTY STRING (not omitted, not null) on every 'Proposed Sale' entry across every fixture -- a pending disclosure that does not yet report a post-transaction balance."
              }
            },
            "additionalProperties": true
          },
          "description": "One entry per insider transaction reported market-wide, most recent filing first on every real call observed. Empty array when no transaction on record clears the requested min_value filter (observed for min_value=999999999999)."
        }
      },
      "additionalProperties": true
    },
    "status": {
      "type": "string",
      "description": "'success' on all three real calls observed."
    }
  },
  "description": "The insider trading record, as returned at routing.responseResultPath ($.output).",
  "additionalProperties": true
}

Pricing

Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.

Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.

ChargeRate
Per call
Flat, regardless of what comes back
$0.01365
Cost basis
Not recorded

This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.

Updated
Sep 15, 2026