us-stock-price
ActiveTool of The Stall
declared in 4.82.0
Returns current US equity price and intraday metrics (change %, volume, day high/low, 52-week range) for any NYSE/NASDAQ 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