Skip to content
noxstock
API referenceEndpointsCore context

Get decision snapshot

GET/v2/snapshot

One-shot decision context for a stock or ETF: quote, performance, 52-week range, quick fundamentals, valuation facts, sector, and industry where available.

Access: Free, 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/snapshot?symbol=AAPL"
{
  "data": {
    "as_of": "string",
    "asset_type": "stock",
    "cache_age_seconds": 0,
    "currency": "USD",
    "freshness": "intraday",
    "fundamentals_quick": {
      "beta_1y": 0,
      "dividend_yield_pct": 0,
      "enterprise_value_usd": 0,
      "ev_ebitda_ttm": 0,
      "fcf_yield_pct": 0,
      "market_cap_usd": 0,
      "pb": 0,
      "pe_ttm": 0,
      "peg_1y": 0,
      "ps_ttm": 0,
      "shares_outstanding": 0,
      "ttm_eps_diluted": 0,
      "ttm_net_income_usd": 0,
      "ttm_revenue_usd": 0
    },
    "industry": "string",
    "market_status": "open",
    "name": "string",
    "performance": {
      "pct_1d": 0,
      "pct_1m": 0,
      "pct_1y": 0,
      "pct_3m": 0,
      "pct_3y": 0,
      "pct_5d": 0,
      "pct_ytd": 0,
      "vs_sector_status": {
        "supported": true
      },
      "vs_spy_pct_1m": 0,
      "vs_spy_pct_1y": 0,
      "vs_spy_pct_ytd": 0
    },
    "quote": {
      "change_abs": 0,
      "change_pct": 0,
      "day_high": 0,
      "day_low": 0,
      "day_open": 0,
      "previous_close": 0,
      "price": 0,
      "volume": 0
    },
    "range_52w": {
      "drawdown_from_high_pct": 0,
      "high": 0,
      "low": 0,
      "position_pct": 0
    },
    "sector": "string",
    "symbol": "string"
  }
}
Empty
{
  "detail": [
    {
      "ctx": {},
      "input": null,
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}
Empty
Empty