Skip to content
Eden Engine

Real-Time Stock Quote (by Ticker Symbol)

omnial/get-stock-overview

Given a stock ticker symbol, returns its current price, dollar and percent change, trading volume, exchange, today's open/high/low, the 52-week high/low, whether the market is open or closed, and after-hours price/change when the endpoint has extended-hours data.

activeper callv1
Provider
Web & Business Data Network
Category
equities
Provider price
$0.01365 per call
Latency p50 / p95
— / —
Success rate
Verified

Provider list price; Omnial MCP charges provider cost plus a platform markup on top.

Contract

input_schema.json
{
  "type": "object",
  "required": [
    "symbol"
  ],
  "properties": {
    "symbol": {
      "type": "string",
      "description": "Stock ticker symbol (e.g. 'AAPL', 'MSFT', 'TSLA')."
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "properties": {
        "c": {
          "type": "number",
          "description": "Price change vs. the prior close, in dollars."
        },
        "e": {
          "type": "boolean",
          "description": "Observed `true` on the one real call. Reads as an 'extended-hours data present' flag; unconfirmed against a call with no extended-hours activity."
        },
        "h": {
          "type": "number",
          "description": "Today's high."
        },
        "l": {
          "type": "number",
          "description": "Today's low."
        },
        "o": {
          "type": "number",
          "description": "Today's opening price."
        },
        "p": {
          "type": "number",
          "description": "Current/last trade price."
        },
        "u": {
          "type": "string",
          "description": "Human-readable 'as of' timestamp for `p`, e.g. 'Sep 4, 2026, 4:00 PM EDT'."
        },
        "v": {
          "type": "number",
          "description": "Trading volume (shares) for the current session."
        },
        "cl": {
          "type": "number",
          "description": "Observed close to but not identical to `p` on the one real call; appears to be the prior session's closing price, but the vendor does not document this key -- unconfirmed."
        },
        "cp": {
          "type": "number",
          "description": "Price change vs. the prior close, in percent."
        },
        "ec": {
          "type": "number",
          "description": "Extended-hours price change, in dollars."
        },
        "ep": {
          "type": "number",
          "description": "Extended-hours (after-hours/pre-market) price."
        },
        "es": {
          "type": "string",
          "description": "Extended-hours session label, observed as 'After-hours'."
        },
        "eu": {
          "type": "string",
          "description": "Human-readable 'as of' timestamp for the extended-hours quote."
        },
        "ex": {
          "type": "string",
          "description": "Exchange the symbol trades on, e.g. 'NASDAQ'."
        },
        "ms": {
          "type": "string",
          "description": "Market status, observed as 'closed' on the one real call. Other values (e.g. 'open') are expected but unconfirmed against a real fixture."
        },
        "pd": {
          "type": "number",
          "description": "Observed numerically identical to `p` on the one real call (market was closed at capture time). Undocumented by the vendor; its distinction from `p` is unconfirmed."
        },
        "td": {
          "type": "string",
          "description": "Trade date as 'YYYY-MM-DD', e.g. '2026-09-04'. NOTE: a PII heuristic flagged this leaf as a possible phone number during capture; the observed value is a calendar date, not a phone number (see verification.notes)."
        },
        "ts": {
          "type": "number",
          "description": "Epoch-milliseconds timestamp matching `u`."
        },
        "cdr": {
          "type": "number",
          "description": "Observed as -1 on the one real call (a down day). Reads as a change-direction sign; whether it takes other values (e.g. 0 or 1) is unconfirmed -- only a decline was observed."
        },
        "ecp": {
          "type": "number",
          "description": "Extended-hours price change, in percent."
        },
        "epd": {
          "type": "number",
          "description": "Observed numerically identical to `ep` on the one real call. Undocumented; its distinction from `ep` is unconfirmed."
        },
        "etd": {
          "type": "string",
          "description": "Extended-hours trade date as 'YYYY-MM-DD'. NOTE: a PII heuristic flagged this leaf as a possible phone number during capture; the observed value is a calendar date, not a phone number (see verification.notes)."
        },
        "ets": {
          "type": "number",
          "description": "Epoch-milliseconds timestamp for the extended-hours quote. Observed as a non-integer value on the one real call -- unconfirmed whether that is typical."
        },
        "exp": {
          "type": "number",
          "description": "Epoch-milliseconds timestamp observed after the extended-hours timestamps, on the one real call. Undocumented by the vendor; reads plausibly as the next session's expected open time, but this is unconfirmed."
        },
        "fms": {
          "type": "string",
          "description": "Observed identical to `ms` ('closed') on the one real call. Undocumented by the vendor; whether it ever diverges from `ms` is unconfirmed."
        },
        "h52": {
          "type": "number",
          "description": "52-week high."
        },
        "l52": {
          "type": "number",
          "description": "52-week low."
        },
        "uid": {
          "type": "string",
          "description": "Observed identical to `symbol` on the one real call ('AAPL') -- an internal identifier the vendor does not document; whether it ever diverges from `symbol` is unconfirmed."
        },
        "days": {
          "type": "number",
          "description": "Observed as 0 on the one real call. Undocumented by the vendor; its meaning is unconfirmed."
        },
        "symbol": {
          "type": "string",
          "description": "Echoes the input ticker, e.g. 'AAPL'."
        }
      },
      "description": "Present only when the symbol was recognized; absent (whole response `{}`) otherwise.",
      "additionalProperties": true
    },
    "status": {
      "type": "string",
      "description": "'success' on the one real recognized-symbol call observed (AAPL)."
    }
  },
  "description": "The quote record, as returned at routing.responseResultPath ($.output). Shapes to `{}` for a ticker symbol the endpoint does not recognize (see `invalid-symbol.json`) -- no field below is guaranteed present.",
  "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.

ChargeRate
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