Contract
{
"type": "object",
"required": [
"ticker"
],
"properties": {
"ticker": {
"type": "string",
"description": "Stock ticker symbol (e.g. 'AAPL')."
},
"exchange": {
"type": "string",
"description": "Stock exchange (e.g. 'NYSE', 'NASDAQ')."
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"history": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Quarter": {
"type": "string",
"description": "e.g. 'Q2 2026' or 'FY 2026' for the annual estimate row."
},
"Low Estimate": {
"type": "string",
"description": "Formatted currency, e.g. '$2.28'."
},
"High Estimate": {
"type": "string",
"description": "Formatted currency, e.g. '$2.64'."
},
"Average Estimate": {
"type": "string",
"description": "Formatted currency, e.g. '$2.53'."
},
"Revenue Estimate": {
"type": "string",
"description": "Formatted, e.g. '$105.1 B'. Observed as an empty string on periods further out and on the annual FY row -- not every period has a published revenue estimate."
},
"Number of Estimates": {
"type": "string",
"description": "Count of contributing analysts, as a numeric string (e.g. '4')."
},
"Company Revenue Guidance": {
"type": "string",
"description": "Formatted range, e.g. '$107.8 B - $110.6 B'. Observed as an empty string when the company has not issued guidance for that period."
}
},
"additionalProperties": false
},
"description": "One entry per estimate period on a recognized ticker (9 quarterly/FY periods observed for AAPL, spanning Q1 2026 through Q4 2027). On a ticker the endpoint does not recognize, this is instead a long list (255 observed) of near-empty records -- none of the fields below are present -- because the endpoint answers with an unrelated generic company list instead of erroring; see this file's header comment."
}
},
"additionalProperties": true
},
"status": {
"type": "string",
"description": "'success' on every real call observed -- including the unrecognized-ticker fallback case (see this file's header)."
}
},
"description": "The earnings 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 8, 2026
