You're viewing a demo portfolio

Join the waitlist
PRSM

stock_quote_batch

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Get real-time stock prices for multiple stocks at once (up to 10). Returns a comparison table with price, daily change, volume, market cap, and P/E. Use this for "show me FAANG stocks", "compare tech stock prices", "how are energy stocks doing?", or any multi-stock price check.

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, max 10. 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.50.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →