Skip to content
Eden Engine

Stock Screener Results (Fundamental & Technical Filters)

omnial/get-screener-results

Runs a stock screen against fundamental and technical filter criteria -- sector, country, market-cap band, P/E ratio, moving-average position, and more, expressed as comma-separated filter codes in the Finviz URL-filter convention -- and returns up to 20 matching stocks with ticker, company name, sector, industry, country, market cap, P/E ratio, price, day change percent, and volume for each. Returns an empty list, not an error, when no stock currently matches the given filters.

activeper callv1
Provider
Web & Business Data Network
Category
stock-market
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": [
    "filters"
  ],
  "properties": {
    "filters": {
      "type": "string",
      "description": "Comma-separated Finviz filter codes (e.g. 'fa_peg_u1' for PEG under 1, 'ta_sma200_pc5' for price within 5% of SMA200). Codes follow the Finviz URL parameter format visible in screener URLs."
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "properties": {
        "items": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "rank": {
                "type": "string",
                "description": "The row's 1-based position in this page of results, as a string, e.g. '1'."
              },
              "price": {
                "type": "string",
                "description": "Last price as a string, e.g. '181.29'."
              },
              "sector": {
                "type": "string",
                "description": "e.g. 'Technology'."
              },
              "ticker": {
                "type": "string",
                "description": "Stock ticker symbol, e.g. 'AADBE'."
              },
              "volume": {
                "type": "string",
                "description": "Comma-formatted share volume as a string, e.g. '11,664,728'."
              },
              "company": {
                "type": "string",
                "description": "The company's listed name, e.g. 'Adobe Inc'."
              },
              "country": {
                "type": "string",
                "description": "e.g. 'USA', 'Ireland', 'Taiwan'."
              },
              "industry": {
                "type": "string",
                "description": "e.g. 'Software - Application'."
              },
              "pe_ratio": {
                "type": "string",
                "description": "Price-to-earnings ratio as a string, e.g. '14.48'. Observed as the literal string '-' (not null, not omitted) when the company has no meaningful P/E, e.g. 'AASTS' and 'BBSP' in the large-cap-tech fixture."
              },
              "market_cap": {
                "type": "string",
                "description": "Abbreviated dollar figure as a string, not a number, e.g. '110.94B'."
              },
              "change_percent": {
                "type": "string",
                "description": "Signed, percent-formatted string, e.g. '-4.73%', '3.60%'."
              }
            },
            "additionalProperties": true
          },
          "description": "One entry per matching stock, up to 20 per call, in the order the screener returned them. Empty array when no stock on record currently clears the given filters (observed for filters='fa_peg_u0.001,cap_mega,sec_utilities')."
        }
      },
      "additionalProperties": true
    },
    "status": {
      "type": "string",
      "description": "'success' on both real calls observed."
    }
  },
  "description": "The screener 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.

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 23, 2026