This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 4.97.1).
us-stock-price
InactiveTool of The Stall
declared in 4.97.1
Returns current US stock price and intraday metrics (change %, volume, day high/low, 52-week range) for any NYSE/NASDAQ stock ticker. Sourced from Yahoo Finance public data — no API key, live during market hours.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"ticker": {
"type": "string",
"description": "US stock ticker symbol (e.g. AMD, AAPL, NVDA). Case-insensitive."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries