stock-compare
InactiveTool of The Stall
Compare a primary US equity against up to 4 peers in a single call. Returns live price, change %, volume, and day/52-week range for each ticker, plus a performance ranking showing leader (highest gain%), laggard (lowest gain%), and the primary stock's relative rank among the group. Replaces separate us-stock-price + stock-price-multi calls.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"compare": {
"type": "array",
"items": {
"type": "string"
},
"description": "Up to 4 peer tickers to compare against (e.g. ['AMD','INTC','QCOM']). Case-insensitive."
},
"primary": {
"type": "string",
"description": "The main stock to focus on (e.g. 'NVDA'). Case-insensitive."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
The Stall
1/7 registries