technical-indicators
ActiveTool of The Stall
Full technical analysis for any US equity, ETF, or index. Returns RSI(14), MACD(12,26,9), SMA(20/50/200), EMA(20), Bollinger Bands, volume trend, golden/death cross status, and a composite tech_signal (STRONG_BULLISH/BULLISH/NEUTRAL/BEARISH/STRONG_BEARISH). One call replaces raw price history fetch + indicator math. Pairs with stock-screener, equity-fundamentals, and earnings-reaction. Yahoo Finance, no API key.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"ticker"
],
"properties": {
"ticker": {
"type": "string",
"description": "Equity ticker symbol (e.g. AAPL, SPY, QQQ)."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries