Contract
{
"type": "object",
"properties": {},
"additionalProperties": false
}{
"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.
| Charge | Rate |
|---|---|
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
