Contract
{
"type": "object",
"required": [
"symbol"
],
"properties": {
"symbol": {
"type": "string",
"description": "Stock ticker symbol (e.g. 'AAPL', 'NVDA', 'TSLA')."
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"dates": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Short machine-oriented stat key, e.g. 'pe'."
},
"hover": {
"type": "string",
"description": "More precise form of the same value, e.g. '4,669,699,774,600'."
},
"title": {
"type": "string",
"description": "Human-readable stat label, e.g. 'PE Ratio'."
},
"value": {
"type": "string",
"description": "Display-formatted value, e.g. '36.71' or '4.67T'."
}
},
"additionalProperties": false
}
},
"text": {
"type": "string",
"description": "Human-readable one or two sentence summary."
}
},
"description": "Key dates section: one summary sentence plus a list of labeled stats.",
"additionalProperties": false
},
"taxes": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Short machine-oriented stat key, e.g. 'pe'."
},
"hover": {
"type": "string",
"description": "More precise form of the same value, e.g. '4,669,699,774,600'."
},
"title": {
"type": "string",
"description": "Human-readable stat label, e.g. 'PE Ratio'."
},
"value": {
"type": "string",
"description": "Display-formatted value, e.g. '36.71' or '4.67T'."
}
},
"additionalProperties": false
}
},
"text": {
"type": "string",
"description": "Human-readable one or two sentence summary."
}
},
"description": "Taxes paid section: one summary sentence plus a list of labeled stats.",
"additionalProperties": false
},
"trust": {
"type": "object",
"properties": {
"topic": {
"type": "string"
},
"ticker": {
"type": "string"
},
"sources": {
"type": "array",
"items": {
"type": "object",
"properties": {
"url": {
"type": [
"string",
"null"
],
"description": "Raw upstream URL leaf; stripped by responseShaping (strip: true) before reaching a customer."
},
"name": {
"type": "string"
},
"short": {
"type": "string"
}
},
"additionalProperties": false
},
"description": "The named data provider(s) backing this section, e.g. 'S&P Global Market Intelligence'. A public regulatory/market-data attribution, not a private individual's identity -- see verification.notes."
},
"summary": {
"type": "object",
"properties": {
"pre": {
"type": "string"
},
"post": {
"type": "string"
}
},
"description": "A sentence naming the data source, split around where a source link/name sits: `pre` before it, `post` after it.",
"additionalProperties": false
},
"lastChecked": {
"type": "number",
"description": "Epoch milliseconds."
},
"lastUpdated": {
"type": "number",
"description": "Epoch milliseconds."
},
"freshnessLag": {
"type": "string",
"description": "e.g. 'hours'."
},
"updateFrequency": {
"type": "string",
"description": "e.g. 'daily'."
},
"extraSummaryLinks": {
"type": "null",
"description": "Stripped (always null). Observed as the literal null on the one real fixture captured -- a populated value was never seen, so its shape (array, object, or otherwise) is unconfirmed, and it is stripped for that reason."
}
},
"description": "Metadata about where these figures come from and how fresh they are.",
"additionalProperties": false
},
"ratios": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Short machine-oriented stat key, e.g. 'pe'."
},
"hover": {
"type": "string",
"description": "More precise form of the same value, e.g. '4,669,699,774,600'."
},
"title": {
"type": "string",
"description": "Human-readable stat label, e.g. 'PE Ratio'."
},
"value": {
"type": "string",
"description": "Display-formatted value, e.g. '36.71' or '4.67T'."
}
},
"additionalProperties": false
}
},
"text": {
"type": "string",
"description": "Human-readable one or two sentence summary."
}
},
"description": "Price ratios section: one summary sentence plus a list of labeled stats.",
"additionalProperties": false
},
"scores": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Short machine-oriented stat key, e.g. 'pe'."
},
"hover": {
"type": "string",
"description": "More precise form of the same value, e.g. '4,669,699,774,600'."
},
"title": {
"type": "string",
"description": "Human-readable stat label, e.g. 'PE Ratio'."
},
"value": {
"type": "string",
"description": "Display-formatted value, e.g. '36.71' or '4.67T'."
}
},
"additionalProperties": false
}
},
"text": {
"type": "string",
"description": "Human-readable one or two sentence summary."
}
},
"description": "Financial health scores section: one summary sentence plus a list of labeled stats.",
"additionalProperties": false
},
"shares": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Short machine-oriented stat key, e.g. 'pe'."
},
"hover": {
"type": "string",
"description": "More precise form of the same value, e.g. '4,669,699,774,600'."
},
"title": {
"type": "string",
"description": "Human-readable stat label, e.g. 'PE Ratio'."
},
"value": {
"type": "string",
"description": "Display-formatted value, e.g. '36.71' or '4.67T'."
}
},
"additionalProperties": false
}
},
"text": {
"type": "string",
"description": "Human-readable one or two sentence summary."
}
},
"description": "Share count and ownership section: one summary sentence plus a list of labeled stats.",
"additionalProperties": false
},
"margins": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Short machine-oriented stat key, e.g. 'pe'."
},
"hover": {
"type": "string",
"description": "More precise form of the same value, e.g. '4,669,699,774,600'."
},
"title": {
"type": "string",
"description": "Human-readable stat label, e.g. 'PE Ratio'."
},
"value": {
"type": "string",
"description": "Display-formatted value, e.g. '36.71' or '4.67T'."
}
},
"additionalProperties": false
}
},
"text": {
"type": "string",
"description": "Human-readable one or two sentence summary."
}
},
"description": "Margins section: one summary sentence plus a list of labeled stats.",
"additionalProperties": false
},
"cashFlow": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Short machine-oriented stat key, e.g. 'pe'."
},
"hover": {
"type": "string",
"description": "More precise form of the same value, e.g. '4,669,699,774,600'."
},
"title": {
"type": "string",
"description": "Human-readable stat label, e.g. 'PE Ratio'."
},
"value": {
"type": "string",
"description": "Display-formatted value, e.g. '36.71' or '4.67T'."
}
},
"additionalProperties": false
}
},
"text": {
"type": "string",
"description": "Human-readable one or two sentence summary."
}
},
"description": "Cash flow section: one summary sentence plus a list of labeled stats.",
"additionalProperties": false
},
"evRatios": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Short machine-oriented stat key, e.g. 'pe'."
},
"hover": {
"type": "string",
"description": "More precise form of the same value, e.g. '4,669,699,774,600'."
},
"title": {
"type": "string",
"description": "Human-readable stat label, e.g. 'PE Ratio'."
},
"value": {
"type": "string",
"description": "Display-formatted value, e.g. '36.71' or '4.67T'."
}
},
"additionalProperties": false
}
},
"text": {
"type": "string",
"description": "Human-readable one or two sentence summary."
}
},
"description": "Enterprise-value ratios section: one summary sentence plus a list of labeled stats.",
"additionalProperties": false
},
"dividends": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Short machine-oriented stat key, e.g. 'pe'."
},
"hover": {
"type": "string",
"description": "More precise form of the same value, e.g. '4,669,699,774,600'."
},
"title": {
"type": "string",
"description": "Human-readable stat label, e.g. 'PE Ratio'."
},
"value": {
"type": "string",
"description": "Display-formatted value, e.g. '36.71' or '4.67T'."
}
},
"additionalProperties": false
}
},
"text": {
"type": "string",
"description": "Human-readable one or two sentence summary."
}
},
"description": "Dividends and shareholder yield section: one summary sentence plus a list of labeled stats.",
"additionalProperties": false
},
"fairValue": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Short machine-oriented stat key, e.g. 'pe'."
},
"hover": {
"type": "string",
"description": "More precise form of the same value, e.g. '4,669,699,774,600'."
},
"title": {
"type": "string",
"description": "Human-readable stat label, e.g. 'PE Ratio'."
},
"value": {
"type": "string",
"description": "Display-formatted value, e.g. '36.71' or '4.67T'."
},
"proOnly": {
"type": "boolean",
"description": "True on every fair-value entry observed in the one real fixture captured -- these figures may require an upstream paid tier; treat the value as informational rather than guaranteed always-populated."
}
},
"additionalProperties": false
}
},
"text": {
"type": "string",
"description": "Human-readable one or two sentence summary."
}
},
"description": "Fair-value model estimates section: one summary sentence plus a list of labeled stats.",
"additionalProperties": false
},
"valuation": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Short machine-oriented stat key, e.g. 'pe'."
},
"hover": {
"type": "string",
"description": "More precise form of the same value, e.g. '4,669,699,774,600'."
},
"title": {
"type": "string",
"description": "Human-readable stat label, e.g. 'PE Ratio'."
},
"value": {
"type": "string",
"description": "Display-formatted value, e.g. '36.71' or '4.67T'."
}
},
"additionalProperties": false
}
},
"text": {
"type": "string",
"description": "Human-readable one or two sentence summary."
}
},
"description": "Valuation section: one summary sentence plus a list of labeled stats.",
"additionalProperties": false
},
"stockPrice": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Short machine-oriented stat key, e.g. 'pe'."
},
"hover": {
"type": "string",
"description": "More precise form of the same value, e.g. '4,669,699,774,600'."
},
"title": {
"type": "string",
"description": "Human-readable stat label, e.g. 'PE Ratio'."
},
"value": {
"type": "string",
"description": "Display-formatted value, e.g. '36.71' or '4.67T'."
}
},
"additionalProperties": false
}
},
"text": {
"type": "string",
"description": "Human-readable one or two sentence summary."
}
},
"description": "Price performance section: one summary sentence plus a list of labeled stats.",
"additionalProperties": false
},
"stockSplits": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Short machine-oriented stat key, e.g. 'pe'."
},
"hover": {
"type": "string",
"description": "More precise form of the same value, e.g. '4,669,699,774,600'."
},
"title": {
"type": "string",
"description": "Human-readable stat label, e.g. 'PE Ratio'."
},
"value": {
"type": "string",
"description": "Display-formatted value, e.g. '36.71' or '4.67T'."
}
},
"additionalProperties": false
}
},
"text": {
"type": "string",
"description": "Human-readable one or two sentence summary."
}
},
"description": "Stock split history section: one summary sentence plus a list of labeled stats.",
"additionalProperties": false
},
"balanceSheet": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Short machine-oriented stat key, e.g. 'pe'."
},
"hover": {
"type": "string",
"description": "More precise form of the same value, e.g. '4,669,699,774,600'."
},
"title": {
"type": "string",
"description": "Human-readable stat label, e.g. 'PE Ratio'."
},
"value": {
"type": "string",
"description": "Display-formatted value, e.g. '36.71' or '4.67T'."
}
},
"additionalProperties": false
}
},
"text": {
"type": "string",
"description": "Human-readable one or two sentence summary."
}
},
"description": "Balance sheet section: one summary sentence plus a list of labeled stats.",
"additionalProperties": false
},
"shortSelling": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Short machine-oriented stat key, e.g. 'pe'."
},
"hover": {
"type": "string",
"description": "More precise form of the same value, e.g. '4,669,699,774,600'."
},
"title": {
"type": "string",
"description": "Human-readable stat label, e.g. 'PE Ratio'."
},
"value": {
"type": "string",
"description": "Display-formatted value, e.g. '36.71' or '4.67T'."
}
},
"additionalProperties": false
}
},
"text": {
"type": "string",
"description": "Human-readable one or two sentence summary."
}
},
"description": "Short interest section: one summary sentence plus a list of labeled stats.",
"additionalProperties": false
},
"incomeStatement": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Short machine-oriented stat key, e.g. 'pe'."
},
"hover": {
"type": "string",
"description": "More precise form of the same value, e.g. '4,669,699,774,600'."
},
"title": {
"type": "string",
"description": "Human-readable stat label, e.g. 'PE Ratio'."
},
"value": {
"type": "string",
"description": "Display-formatted value, e.g. '36.71' or '4.67T'."
}
},
"additionalProperties": false
}
},
"text": {
"type": "string",
"description": "Human-readable one or two sentence summary."
}
},
"description": "Income statement section: one summary sentence plus a list of labeled stats.",
"additionalProperties": false
},
"analystForecasts": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Short machine-oriented stat key, e.g. 'pe'."
},
"hover": {
"type": "string",
"description": "More precise form of the same value, e.g. '4,669,699,774,600'."
},
"title": {
"type": "string",
"description": "Human-readable stat label, e.g. 'PE Ratio'."
},
"value": {
"type": "string",
"description": "Display-formatted value, e.g. '36.71' or '4.67T'."
}
},
"additionalProperties": false
}
},
"text": {
"type": "string",
"description": "Human-readable one or two sentence summary."
}
},
"description": "Analyst forecasts section: one summary sentence plus a list of labeled stats.",
"additionalProperties": false
},
"financialPosition": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Short machine-oriented stat key, e.g. 'pe'."
},
"hover": {
"type": "string",
"description": "More precise form of the same value, e.g. '4,669,699,774,600'."
},
"title": {
"type": "string",
"description": "Human-readable stat label, e.g. 'PE Ratio'."
},
"value": {
"type": "string",
"description": "Display-formatted value, e.g. '36.71' or '4.67T'."
}
},
"additionalProperties": false
}
},
"text": {
"type": "string",
"description": "Human-readable one or two sentence summary."
}
},
"description": "Balance sheet health section: one summary sentence plus a list of labeled stats.",
"additionalProperties": false
},
"financialEfficiency": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Short machine-oriented stat key, e.g. 'pe'."
},
"hover": {
"type": "string",
"description": "More precise form of the same value, e.g. '4,669,699,774,600'."
},
"title": {
"type": "string",
"description": "Human-readable stat label, e.g. 'PE Ratio'."
},
"value": {
"type": "string",
"description": "Display-formatted value, e.g. '36.71' or '4.67T'."
}
},
"additionalProperties": false
}
},
"text": {
"type": "string",
"description": "Human-readable one or two sentence summary."
}
},
"description": "Return and efficiency ratios section: one summary sentence plus a list of labeled stats.",
"additionalProperties": false
}
},
"description": "Present only when the symbol was recognized.",
"additionalProperties": false
},
"status": {
"type": "string",
"description": "'success' on the one real found-symbol call observed."
}
},
"description": "The statistics record, as returned at routing.responseResultPath ($.output). An unrecognized ticker symbol settles as COMPLETED with this shaped to `{}` (see examples/invalid-symbol.json) -- no field here is required at the top level for exactly that reason.",
"additionalProperties": false
}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
