Skip to content
noxstock
API referenceEndpointsMarket context

Get technical indicators

GET/v2/technicals

Technical indicator context such as RSI, SMA relationships, trend flags, and 52-week distance fields.

Access: Starter and Builder.

Authorization

ApiKeyAuth
X-API-Key<token>

noxstock API key from the dashboard.

In: header

Query Parameters

symbol*Symbol

Ticker symbol. Case-insensitive; share-class dots are normalized to dashes (BRK.B == BRK-B). Returns SYMBOL_UNKNOWN when the symbol is outside the supported universe.

Header Parameters

X-API-Key?string|null

Response Body

application/json

application/json

curl -X GET "https://example.com/v2/technicals?symbol=AAPL"
{
  "data": {
    "as_of": "string",
    "cache_age_seconds": 0,
    "freshness": "intraday",
    "market_status": "open",
    "momentum": {
      "macd": {
        "above_signal": true,
        "histogram": 0,
        "signal_line": 0,
        "value": 0
      },
      "rsi_14": 0,
      "rsi_14_weekly": 0,
      "rsi_14_weekly_zone": "string",
      "rsi_zone": "string",
      "stochastic_14_3_3": {
        "d": 0,
        "k": 0,
        "zone": "string"
      }
    },
    "moving_averages": {
      "distance_from_52w_high_pct": 0,
      "ema_20": 0,
      "golden_cross_active": true,
      "sma_200": 0,
      "sma_50": 0,
      "vs_sma_200_pct": 0,
      "vs_sma_50_pct": 0
    },
    "relative_strength": {
      "vs_sector_1y_pct": 0,
      "vs_sector_status": {
        "supported": true
      },
      "vs_spy_1m_pct": 0,
      "vs_spy_1y_pct": 0,
      "vs_spy_3m_pct": 0
    },
    "symbol": "string",
    "trend_strength": {
      "adx_14": 0,
      "adx_14_weekly": 0,
      "obv": 0,
      "obv_trend_30d": "string",
      "trending": true,
      "trending_weekly": true
    },
    "volatility": {
      "atr_14": 0,
      "beta_1y": 0,
      "bollinger_20": {
        "lower": 0,
        "middle": 0,
        "percent_b": 0,
        "upper": 0
      },
      "realized_vol_30d_annualized_pct": 0
    }
  }
}
Empty
Empty
{
  "detail": [
    {
      "ctx": {},
      "input": null,
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}
Empty
Empty