Skip to main content
GET
/
v2
/
technicals
curl
curl "https://api.noxstock.com/v2/technicals?symbol=AAPL" \
  -H "X-API-Key: $NOXSTOCK_API_KEY"
{ "data": { "as_of": "2026-06-05T14:19:11Z", "cache_age_seconds": 0, "freshness": "intraday", "market_status": "open", "momentum": { "macd": { "above_signal": false, "histogram": -0.48, "signal_line": 9.68, "value": 9.2 }, "rsi_14": 66.61, "rsi_14_weekly": 71.17, "rsi_14_weekly_zone": "overbought", "rsi_zone": "neutral", "stochastic_14_3_3": { "d": 80.08, "k": 80.87, "zone": "overbought" } }, "moving_averages": { "distance_from_52w_high_pct": -1.8, "ema_20": 302.13, "golden_cross_active": true, "sma_200": 264.38, "sma_50": 279.99, "vs_sma_200_pct": 17.72, "vs_sma_50_pct": 11.16 }, "relative_strength": { "vs_sector_1y_pct": -10.01, "vs_sector_status": { "supported": true }, "vs_spy_1m_pct": 5.02, "vs_spy_1y_pct": 25.56, "vs_spy_3m_pct": 8.09 }, "symbol": "AAPL", "trend_strength": { "adx_14": 45.73, "adx_14_weekly": 20.25, "obv": 3635324275, "obv_trend_30d": "up", "trending": true, "trending_weekly": false }, "volatility": { "atr_14": 5.92, "beta_1y": 0.96, "bollinger_20": { "lower": 287.78, "middle": 303.23, "percent_b": 0.76, "upper": 318.68 }, "realized_vol_30d_annualized_pct": 19.36 } } }

Authorizations

X-API-Key
string
header
required

noxstock API key from the dashboard. Keys start with nxs_ and are shown once when created.

Query Parameters

symbol
string
required

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.

Example:

"AAPL"

Response

Success envelope: { "data": ... }.

data
TechnicalsData · object
required

The endpoint payload. Present on every 2xx response; never null.