Contract
{
"type": "object",
"required": [
"symbol"
],
"properties": {
"symbol": {
"type": "string",
"description": "Stock symbol (e.g. AAPL)."
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"eps": {
"type": "object",
"properties": {
"symbol": {
"type": "string",
"description": "Lowercased, e.g. 'aapl'."
},
"earningsPerShare": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "'PreviousQuarter' or 'UpcomingQuarter', observed values."
},
"period": {
"type": "string",
"description": "e.g. 'Sep 2025'."
},
"earnings": {
"type": "number",
"description": "Actual reported EPS for a 'PreviousQuarter' entry; observed as 0 for every 'UpcomingQuarter' entry (not yet reported), not a real reported value."
},
"consensus": {
"type": "number",
"description": "Analyst consensus EPS estimate for the quarter."
}
},
"additionalProperties": true
},
"description": "8 entries on the one covered-symbol fixture observed: four 'PreviousQuarter' entries (reported) followed by four 'UpcomingQuarter' entries (not yet reported). Entry count and the exact split is not confirmed to be fixed across all symbols."
}
},
"description": "Null on the unrecognized-symbol fixture; absent from shaped output in that case.",
"additionalProperties": true
},
"earnings_date": {
"type": "object",
"properties": {
"heading": {
"type": "string",
"description": "e.g. 'AAPL Earnings Date'."
},
"reportText": {
"type": "string",
"description": "A longer paragraph naming the estimated report date, the analyst count behind the consensus, the consensus EPS forecast, and the prior-year comparable EPS."
},
"announcement": {
"type": "string",
"description": "One-line summary of the symbol and its next report date."
},
"eQRResposeModel": {
"type": "object",
"properties": {
"text": {
"type": "array",
"items": {
"type": "string"
},
"description": "One or more paragraphs describing the symbol's current earnings-quality ranking."
},
"boldText": {
"type": [
"string",
"null"
],
"description": "Observed null on the one covered-symbol fixture; presence/shape when non-null is unconfirmed."
}
},
"description": "An Earnings Quality Ranking blurb attached to the earnings-date record.",
"additionalProperties": true
}
},
"description": "Null on the unrecognized-symbol fixture; absent from shaped output in that case.",
"additionalProperties": true
}
},
"description": "Present as an object on every real call. Its two children (`eps`, `earnings_date`) were each observed `null` for a symbol the provider does not recognize (fixture 01M1WJW3RQCPJG63WDECKDX5E5, symbol ZZZZZQX) -- absent entirely from the shaped output in that case rather than present as an explicit null, since the field map only populates a leaf it can reach through a non-null parent.",
"additionalProperties": true
},
"status": {
"type": "string",
"description": "'success' on both real calls observed, including the not-found symbol case."
}
},
"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
