You're viewing a demo portfolio

Join the waitlist
PRSM

stock_compare

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Compare 2 to 5 stocks side by side. Returns price, daily change, market cap, P/E ratio, dividend yield, volume, 52-week range, sector, revenue, profit margin, EPS, and beta. Use this for "compare Apple and Microsoft", "which is a better investment, NVDA or AMD?", "tech stock comparison", or any stock-vs-stock analysis.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "symbols"
  ],
  "properties": {
    "symbols": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      ],
      "description": "Ticker symbols, 2-5 stocks. Accept either CSV string (\"AAPL,MSFT,GOOGL\") or array ([\"AAPL\",\"MSFT\",\"GOOGL\"])."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →