Contract
{
"type": "object",
"required": [
"asset_class"
],
"properties": {
"asset_class": {
"type": "string",
"description": "Asset class: stocks, etf."
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"ETF": {
"type": "object",
"properties": {
"MostAdvanced": {
"type": "object",
"properties": {
"table": {
"type": "object",
"properties": {
"asOf": {
"type": [
"string",
"null"
],
"description": "Observed null on both real calls; a populated value was never seen."
},
"rows": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The company's or fund's own registered/listed name, e.g. 'NVIDIA Corporation' -- public exchange-listing data, not a natural person's identity."
},
"change": {
"type": "string",
"description": "Meaning depends on the section (see table.headers.change): a plain formatted share-volume number (e.g. '275,716,073.474977') on the most-active-by-share-volume table, or a signed percentage string (e.g. '+6.0981%', '-65%') on every other table observed."
},
"symbol": {
"type": "string",
"description": "Ticker symbol, e.g. 'NVDA'."
},
"lastSalePrice": {
"type": "string",
"description": "Dollar-formatted price string, e.g. '$230.36'."
},
"deltaIndicator": {
"type": "string",
"description": "'up' or 'down' on every real call observed."
},
"lastSaleChange": {
"type": "string",
"description": "Signed dollar change string, e.g. '+1.91' or '-22.285'."
}
},
"additionalProperties": true
}
},
"headers": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"change": {
"type": "string",
"description": "'Share Volume' on the most-active-by-share-volume table, '% Change' on every other table observed -- names what rows[].change means for this section."
},
"symbol": {
"type": "string"
},
"lastSalePrice": {
"type": "string"
},
"lastSaleChange": {
"type": "string"
}
},
"description": "Column labels for the rows below, not per-row values -- always the same fixed text on every real call observed for a given section.",
"additionalProperties": true
}
},
"additionalProperties": true
},
"dataAsOf": {
"type": "string",
"description": "Human-readable timestamp string, e.g. 'Data as of Sep 6, 2026 11:20 PM ET'."
},
"lastTradeTimestamp": {
"type": "string"
}
},
"description": "One ranked mover table (e.g. most active by share volume) as of the timestamp inside it.",
"additionalProperties": true
},
"MostDeclined": {
"type": "object",
"properties": {
"table": {
"type": "object",
"properties": {
"asOf": {
"type": [
"string",
"null"
],
"description": "Observed null on both real calls; a populated value was never seen."
},
"rows": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The company's or fund's own registered/listed name, e.g. 'NVIDIA Corporation' -- public exchange-listing data, not a natural person's identity."
},
"change": {
"type": "string",
"description": "Meaning depends on the section (see table.headers.change): a plain formatted share-volume number (e.g. '275,716,073.474977') on the most-active-by-share-volume table, or a signed percentage string (e.g. '+6.0981%', '-65%') on every other table observed."
},
"symbol": {
"type": "string",
"description": "Ticker symbol, e.g. 'NVDA'."
},
"lastSalePrice": {
"type": "string",
"description": "Dollar-formatted price string, e.g. '$230.36'."
},
"deltaIndicator": {
"type": "string",
"description": "'up' or 'down' on every real call observed."
},
"lastSaleChange": {
"type": "string",
"description": "Signed dollar change string, e.g. '+1.91' or '-22.285'."
}
},
"additionalProperties": true
}
},
"headers": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"change": {
"type": "string",
"description": "'Share Volume' on the most-active-by-share-volume table, '% Change' on every other table observed -- names what rows[].change means for this section."
},
"symbol": {
"type": "string"
},
"lastSalePrice": {
"type": "string"
},
"lastSaleChange": {
"type": "string"
}
},
"description": "Column labels for the rows below, not per-row values -- always the same fixed text on every real call observed for a given section.",
"additionalProperties": true
}
},
"additionalProperties": true
},
"dataAsOf": {
"type": "string",
"description": "Human-readable timestamp string, e.g. 'Data as of Sep 6, 2026 11:20 PM ET'."
},
"lastTradeTimestamp": {
"type": "string"
}
},
"description": "One ranked mover table (e.g. most active by share volume) as of the timestamp inside it.",
"additionalProperties": true
},
"MostActiveByShareVolume": {
"type": "object",
"properties": {
"table": {
"type": "object",
"properties": {
"asOf": {
"type": [
"string",
"null"
],
"description": "Observed null on both real calls; a populated value was never seen."
},
"rows": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The company's or fund's own registered/listed name, e.g. 'NVIDIA Corporation' -- public exchange-listing data, not a natural person's identity."
},
"change": {
"type": "string",
"description": "Meaning depends on the section (see table.headers.change): a plain formatted share-volume number (e.g. '275,716,073.474977') on the most-active-by-share-volume table, or a signed percentage string (e.g. '+6.0981%', '-65%') on every other table observed."
},
"symbol": {
"type": "string",
"description": "Ticker symbol, e.g. 'NVDA'."
},
"lastSalePrice": {
"type": "string",
"description": "Dollar-formatted price string, e.g. '$230.36'."
},
"deltaIndicator": {
"type": "string",
"description": "'up' or 'down' on every real call observed."
},
"lastSaleChange": {
"type": "string",
"description": "Signed dollar change string, e.g. '+1.91' or '-22.285'."
}
},
"additionalProperties": true
}
},
"headers": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"change": {
"type": "string",
"description": "'Share Volume' on the most-active-by-share-volume table, '% Change' on every other table observed -- names what rows[].change means for this section."
},
"symbol": {
"type": "string"
},
"lastSalePrice": {
"type": "string"
},
"lastSaleChange": {
"type": "string"
}
},
"description": "Column labels for the rows below, not per-row values -- always the same fixed text on every real call observed for a given section.",
"additionalProperties": true
}
},
"additionalProperties": true
},
"dataAsOf": {
"type": "string",
"description": "Human-readable timestamp string, e.g. 'Data as of Sep 6, 2026 11:20 PM ET'."
},
"lastTradeTimestamp": {
"type": "string"
}
},
"description": "One ranked mover table (e.g. most active by share volume) as of the timestamp inside it.",
"additionalProperties": true
}
},
"description": "Present when asset_class was 'etf'. Observed with only 3 of the 5 STOCKS sections -- no MostActiveByDollarVolume, no Nasdaq100Movers.",
"additionalProperties": true
},
"STOCKS": {
"type": "object",
"properties": {
"MostAdvanced": {
"type": "object",
"properties": {
"table": {
"type": "object",
"properties": {
"asOf": {
"type": [
"string",
"null"
],
"description": "Observed null on both real calls; a populated value was never seen."
},
"rows": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The company's or fund's own registered/listed name, e.g. 'NVIDIA Corporation' -- public exchange-listing data, not a natural person's identity."
},
"change": {
"type": "string",
"description": "Meaning depends on the section (see table.headers.change): a plain formatted share-volume number (e.g. '275,716,073.474977') on the most-active-by-share-volume table, or a signed percentage string (e.g. '+6.0981%', '-65%') on every other table observed."
},
"symbol": {
"type": "string",
"description": "Ticker symbol, e.g. 'NVDA'."
},
"lastSalePrice": {
"type": "string",
"description": "Dollar-formatted price string, e.g. '$230.36'."
},
"deltaIndicator": {
"type": "string",
"description": "'up' or 'down' on every real call observed."
},
"lastSaleChange": {
"type": "string",
"description": "Signed dollar change string, e.g. '+1.91' or '-22.285'."
}
},
"additionalProperties": true
}
},
"headers": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"change": {
"type": "string",
"description": "'Share Volume' on the most-active-by-share-volume table, '% Change' on every other table observed -- names what rows[].change means for this section."
},
"symbol": {
"type": "string"
},
"lastSalePrice": {
"type": "string"
},
"lastSaleChange": {
"type": "string"
}
},
"description": "Column labels for the rows below, not per-row values -- always the same fixed text on every real call observed for a given section.",
"additionalProperties": true
}
},
"additionalProperties": true
},
"dataAsOf": {
"type": "string",
"description": "Human-readable timestamp string, e.g. 'Data as of Sep 6, 2026 11:20 PM ET'."
},
"lastTradeTimestamp": {
"type": "string"
}
},
"description": "One ranked mover table (e.g. most active by share volume) as of the timestamp inside it.",
"additionalProperties": true
},
"MostDeclined": {
"type": "object",
"properties": {
"table": {
"type": "object",
"properties": {
"asOf": {
"type": [
"string",
"null"
],
"description": "Observed null on both real calls; a populated value was never seen."
},
"rows": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The company's or fund's own registered/listed name, e.g. 'NVIDIA Corporation' -- public exchange-listing data, not a natural person's identity."
},
"change": {
"type": "string",
"description": "Meaning depends on the section (see table.headers.change): a plain formatted share-volume number (e.g. '275,716,073.474977') on the most-active-by-share-volume table, or a signed percentage string (e.g. '+6.0981%', '-65%') on every other table observed."
},
"symbol": {
"type": "string",
"description": "Ticker symbol, e.g. 'NVDA'."
},
"lastSalePrice": {
"type": "string",
"description": "Dollar-formatted price string, e.g. '$230.36'."
},
"deltaIndicator": {
"type": "string",
"description": "'up' or 'down' on every real call observed."
},
"lastSaleChange": {
"type": "string",
"description": "Signed dollar change string, e.g. '+1.91' or '-22.285'."
}
},
"additionalProperties": true
}
},
"headers": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"change": {
"type": "string",
"description": "'Share Volume' on the most-active-by-share-volume table, '% Change' on every other table observed -- names what rows[].change means for this section."
},
"symbol": {
"type": "string"
},
"lastSalePrice": {
"type": "string"
},
"lastSaleChange": {
"type": "string"
}
},
"description": "Column labels for the rows below, not per-row values -- always the same fixed text on every real call observed for a given section.",
"additionalProperties": true
}
},
"additionalProperties": true
},
"dataAsOf": {
"type": "string",
"description": "Human-readable timestamp string, e.g. 'Data as of Sep 6, 2026 11:20 PM ET'."
},
"lastTradeTimestamp": {
"type": "string"
}
},
"description": "One ranked mover table (e.g. most active by share volume) as of the timestamp inside it.",
"additionalProperties": true
},
"Nasdaq100Movers": {
"type": "object",
"properties": {
"table": {
"type": "object",
"properties": {
"asOf": {
"type": [
"string",
"null"
],
"description": "Observed null on both real calls; a populated value was never seen."
},
"rows": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The company's or fund's own registered/listed name, e.g. 'NVIDIA Corporation' -- public exchange-listing data, not a natural person's identity."
},
"change": {
"type": "string",
"description": "Meaning depends on the section (see table.headers.change): a plain formatted share-volume number (e.g. '275,716,073.474977') on the most-active-by-share-volume table, or a signed percentage string (e.g. '+6.0981%', '-65%') on every other table observed."
},
"symbol": {
"type": "string",
"description": "Ticker symbol, e.g. 'NVDA'."
},
"lastSalePrice": {
"type": "string",
"description": "Dollar-formatted price string, e.g. '$230.36'."
},
"deltaIndicator": {
"type": "string",
"description": "'up' or 'down' on every real call observed."
},
"lastSaleChange": {
"type": "string",
"description": "Signed dollar change string, e.g. '+1.91' or '-22.285'."
}
},
"additionalProperties": true
}
},
"headers": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"change": {
"type": "string",
"description": "'Share Volume' on the most-active-by-share-volume table, '% Change' on every other table observed -- names what rows[].change means for this section."
},
"symbol": {
"type": "string"
},
"lastSalePrice": {
"type": "string"
},
"lastSaleChange": {
"type": "string"
}
},
"description": "Column labels for the rows below, not per-row values -- always the same fixed text on every real call observed for a given section.",
"additionalProperties": true
}
},
"additionalProperties": true
},
"dataAsOf": {
"type": "string",
"description": "Human-readable timestamp string, e.g. 'Data as of Sep 6, 2026 11:20 PM ET'."
},
"lastTradeTimestamp": {
"type": "string"
}
},
"description": "One ranked mover table (e.g. most active by share volume) as of the timestamp inside it.",
"additionalProperties": true
},
"MostActiveByShareVolume": {
"type": "object",
"properties": {
"table": {
"type": "object",
"properties": {
"asOf": {
"type": [
"string",
"null"
],
"description": "Observed null on both real calls; a populated value was never seen."
},
"rows": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The company's or fund's own registered/listed name, e.g. 'NVIDIA Corporation' -- public exchange-listing data, not a natural person's identity."
},
"change": {
"type": "string",
"description": "Meaning depends on the section (see table.headers.change): a plain formatted share-volume number (e.g. '275,716,073.474977') on the most-active-by-share-volume table, or a signed percentage string (e.g. '+6.0981%', '-65%') on every other table observed."
},
"symbol": {
"type": "string",
"description": "Ticker symbol, e.g. 'NVDA'."
},
"lastSalePrice": {
"type": "string",
"description": "Dollar-formatted price string, e.g. '$230.36'."
},
"deltaIndicator": {
"type": "string",
"description": "'up' or 'down' on every real call observed."
},
"lastSaleChange": {
"type": "string",
"description": "Signed dollar change string, e.g. '+1.91' or '-22.285'."
}
},
"additionalProperties": true
}
},
"headers": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"change": {
"type": "string",
"description": "'Share Volume' on the most-active-by-share-volume table, '% Change' on every other table observed -- names what rows[].change means for this section."
},
"symbol": {
"type": "string"
},
"lastSalePrice": {
"type": "string"
},
"lastSaleChange": {
"type": "string"
}
},
"description": "Column labels for the rows below, not per-row values -- always the same fixed text on every real call observed for a given section.",
"additionalProperties": true
}
},
"additionalProperties": true
},
"dataAsOf": {
"type": "string",
"description": "Human-readable timestamp string, e.g. 'Data as of Sep 6, 2026 11:20 PM ET'."
},
"lastTradeTimestamp": {
"type": "string"
}
},
"description": "One ranked mover table (e.g. most active by share volume) as of the timestamp inside it.",
"additionalProperties": true
},
"MostActiveByDollarVolume": {
"type": "object",
"properties": {
"table": {
"type": "object",
"properties": {
"asOf": {
"type": [
"string",
"null"
],
"description": "Observed null on both real calls; a populated value was never seen."
},
"rows": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The company's or fund's own registered/listed name, e.g. 'NVIDIA Corporation' -- public exchange-listing data, not a natural person's identity."
},
"change": {
"type": "string",
"description": "Meaning depends on the section (see table.headers.change): a plain formatted share-volume number (e.g. '275,716,073.474977') on the most-active-by-share-volume table, or a signed percentage string (e.g. '+6.0981%', '-65%') on every other table observed."
},
"symbol": {
"type": "string",
"description": "Ticker symbol, e.g. 'NVDA'."
},
"lastSalePrice": {
"type": "string",
"description": "Dollar-formatted price string, e.g. '$230.36'."
},
"deltaIndicator": {
"type": "string",
"description": "'up' or 'down' on every real call observed."
},
"lastSaleChange": {
"type": "string",
"description": "Signed dollar change string, e.g. '+1.91' or '-22.285'."
}
},
"additionalProperties": true
}
},
"headers": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"change": {
"type": "string",
"description": "'Share Volume' on the most-active-by-share-volume table, '% Change' on every other table observed -- names what rows[].change means for this section."
},
"symbol": {
"type": "string"
},
"lastSalePrice": {
"type": "string"
},
"lastSaleChange": {
"type": "string"
}
},
"description": "Column labels for the rows below, not per-row values -- always the same fixed text on every real call observed for a given section.",
"additionalProperties": true
}
},
"additionalProperties": true
},
"dataAsOf": {
"type": "string",
"description": "Human-readable timestamp string, e.g. 'Data as of Sep 6, 2026 11:20 PM ET'."
},
"lastTradeTimestamp": {
"type": "string"
}
},
"description": "One ranked mover table (e.g. most active by share volume) as of the timestamp inside it.",
"additionalProperties": true
}
},
"description": "Present when asset_class was 'stocks'.",
"additionalProperties": true
}
},
"description": "Present only under the key matching the requested asset_class.",
"additionalProperties": true
},
"status": {
"type": "string",
"description": "'success' on both real calls observed."
}
},
"description": "The market-movers document, 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 8, 2026
