This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 4.97.1).
stock-price-multi
InactiveTool of The Stall
declared in 4.97.1
Stock price for up to 5 US equity tickers in one call — returns current stock price, change %, volume, day range, and 52-week range per ticker. Works with any NYSE/NASDAQ symbol (STRC, AMD, MSTR, SLV, USO, etc.). Sourced from Yahoo Finance public data, no API key.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"tickers": {
"type": "array",
"items": {
"type": "string"
},
"description": "Up to 5 US stock ticker symbols as an array (e.g. [\"AAPL\",\"NVDA\",\"MSFT\"]). Case-insensitive. A comma-separated string is also accepted."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries