stock-price-multi
ActiveTool of The Stall
declared in 4.82.0
Returns current US equity prices for up to 5 tickers in one call — STRC, AMD, MSTR, SLV, USO, or any NYSE/NASDAQ symbol. Each call returns price, change %, volume, day range, and 52-week range per ticker. 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