Skip to content
Eden Engine

Market-Wide Insider Buy/Sell Ratio History

omnial/get-insider-buy-sell-ratios

One call returns the entire daily history (back to 2003) of market-wide insider buy and sell counts and dollar volume, alongside matching daily S&P 500, DOW, and NASDAQ index values for the same dates -- a single aggregate time series, not data for one company.

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",
  "properties": {},
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "properties": {
        "buySells": {
          "type": "object",
          "properties": {
            "date": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "ISO date (YYYY-MM-DD) for each entry above, same index alignment."
            },
            "buy_count": {
              "type": "array",
              "items": {
                "type": "number"
              },
              "description": "Number of insider BUY transactions reported that day."
            },
            "sell_count": {
              "type": "array",
              "items": {
                "type": "number"
              },
              "description": "Number of insider SELL transactions reported that day."
            },
            "buy_dollar_volume": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "Total dollar value of insider BUY transactions that day, as a plain digit string (e.g. '12147845'), not a number -- large digit-heavy strings here, not phone numbers, despite an automated scan flagging entries in this field; see verification.notes."
            },
            "sell_dollar_volume": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "Total dollar value of insider SELL transactions that day, as a plain digit string, not a number."
            }
          },
          "description": "Daily market-wide insider trading activity, one entry per trading day at the same array index across all five series below -- over 5,600 daily entries in this capture, from 2003-07-01 through the most recent trading day.",
          "additionalProperties": true
        },
        "marketIndex": {
          "type": "object",
          "properties": {
            "dow": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "DOW daily close, as a decimal string."
            },
            "date": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "ISO date (YYYY-MM-DD) for each index entry above."
            },
            "sp500": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "S&P 500 daily close, as a decimal string (e.g. '982.32')."
            },
            "nasdaq": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "NASDAQ daily close, as a decimal string."
            }
          },
          "description": "Daily closing values for the three indexes named in marketIndexName, aligned by date to data.buySells.date above (both series start 2003-07-01 in this capture).",
          "additionalProperties": true
        },
        "marketIndexName": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Names of the three market indexes reported below, in order: 'SP500', 'DOW', 'NASDAQ' -- this order matches data.marketIndex.sp500/dow/nasdaq below, observed on the one real call."
        }
      },
      "additionalProperties": true
    },
    "status": {
      "type": "string",
      "description": "'success' on the one real call observed."
    }
  },
  "description": "The insider ratio 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