Skip to content
Eden Engine

Stock Ticker Search (by Company Name or Keyword)

omnial/search-tickers

Given a company name or keyword, returns the matching stock tickers, futures, and other tradable instruments across global exchanges, with symbol, company name, exchange, instrument type, and sector/industry when the vendor reports one. Returns an empty result set when nothing matches the query (confirmed against a real no-match capture).

activeper callv1
Provider
Web & Business Data Network
Category
equities
Provider price
$0.06825 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": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query string (e.g., Apple, Tesla, MSFT)."
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "required": [
    "status",
    "data"
  ],
  "properties": {
    "data": {
      "type": "object",
      "required": [
        "quotes"
      ],
      "properties": {
        "quotes": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "symbol",
              "shortname",
              "exchange",
              "exchDisp",
              "quoteType",
              "typeDisp",
              "score"
            ],
            "properties": {
              "score": {
                "type": "number",
                "description": "The vendor's own relevance ranking for this match; higher is a closer match."
              },
              "sector": {
                "type": "string",
                "description": "Present only on equity-type entries in the real capture; absent on futures contracts, not guaranteed present."
              },
              "symbol": {
                "type": "string"
              },
              "exchDisp": {
                "type": "string",
                "description": "Human-readable exchange name, e.g. 'NASDAQ'."
              },
              "exchange": {
                "type": "string",
                "description": "Short exchange code, e.g. 'NMS', 'CME'."
              },
              "industry": {
                "type": "string",
                "description": "Same availability as sector."
              },
              "longname": {
                "type": "string",
                "description": "Present on 6 of 7 observed entries; missing on one futures contract (XAAPL=F) -- not guaranteed present."
              },
              "typeDisp": {
                "type": "string",
                "description": "Human-readable instrument type, e.g. 'Equity'."
              },
              "quoteType": {
                "type": "string",
                "description": "e.g. 'EQUITY', 'FUTURE', observed on real captures."
              },
              "shortname": {
                "type": "string"
              },
              "sectorDisp": {
                "type": "string",
                "description": "Human-readable sector; same availability as sector."
              },
              "industryDisp": {
                "type": "string",
                "description": "Human-readable industry; same availability as sector."
              }
            },
            "additionalProperties": true
          },
          "description": "Matching instruments, ranked by relevance. Empty array on a query with no match (confirmed live, not assumed)."
        }
      },
      "additionalProperties": true
    },
    "status": {
      "type": "string",
      "description": "'success' on both real calls observed."
    }
  },
  "description": "The search result, 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.

ChargeRate
Per call
Flat, regardless of what comes back
$0.06825
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 15, 2026