Finance
Technical indicators
Classical technical indicators computed from the symbol's daily OHLCV history: SMA (20/50/200), EMA (12/26), MACD (12-26-9), RSI (14), Bollinger Bands (20, 2), Stochastic Oscillator (14/3), ATR (14), and OBV. All values reference the most recent bar. Two plain-English signals are derived: RSI regime (overbought/oversold/neutral) and trend (bullish if SMA-50 is above SMA-200, bearish otherwise). Uses a 1-year daily history window by default (250+ bars).
get/api/v2/quotes/{symbol}/technical-analysis
Path parameters
symbolstring required
Security ticker symbol.
Security ticker symbol.
Response
Technical indicators and rule-based signals on the most recent bar.
Example response
{
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}