Skip to content
Eden Engine

Retail Trading Activity Tracker (Top 5 Stocks)

omnial/get-retail-trading-activity

Returns today's top 5 stocks by percent of retail equity flow, each with its percent activity change and a buy/sell/even sentiment score reflecting individual-investor trading, not institutional volume.

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",
  "properties": {},
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "properties": {
        "retail": {
          "type": "object",
          "properties": {
            "date": {
              "type": "string",
              "description": "Human-readable label, e.g. 'Data as of Sep 4, 2026' -- not an ISO date."
            },
            "table": {
              "type": "object",
              "properties": {
                "asOf": {
                  "type": [
                    "string",
                    "null"
                  ],
                  "description": "Observed as `null` on the one real fixture; the human-readable `date` field above is the one populated timestamp label -- do not assume `asOf` is ever populated."
                },
                "rows": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "url": {
                        "type": "string",
                        "description": "Site-relative path to the stock's page, e.g. '/market-activity/stocks/nvda' -- not a full URL."
                      },
                      "ticker": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        },
                        "description": "Two-element array: [ticker symbol, full company/security name], e.g. ['NVDA', 'NVIDIA Corporation Common Stock']."
                      },
                      "activity": {
                        "type": "string",
                        "description": "Percent change in retail activity as a formatted string, e.g. '+4.04%' or '-3.47%'; a value with no explicit sign observed as positive, e.g. '3.06%'."
                      },
                      "sentiment": {
                        "type": "string",
                        "description": "One of 'BUY <n>', 'SELL <n>', or 'EVEN' on the one real fixture, e.g. 'BUY +1', 'SELL -6'."
                      },
                      "deltaIndicator": {
                        "type": "string",
                        "description": "One of 'up', 'down', or 'unch' on the one real fixture observed."
                      }
                    },
                    "additionalProperties": true
                  },
                  "description": "Exactly 5 entries on the one real fixture observed, ranked by retail equity flow."
                }
              },
              "additionalProperties": true
            },
            "title": {
              "type": "string",
              "description": "e.g. 'Retail Trading Activity Tracker'."
            },
            "subtitle": {
              "type": "string",
              "description": "e.g. 'Top 5 by Percent of Retail Equity Flow'."
            }
          },
          "additionalProperties": true
        }
      },
      "additionalProperties": true
    },
    "status": {
      "type": "string",
      "description": "'success' on the one real fixture observed."
    }
  },
  "description": "The retail-trading-activity 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 15, 2026