Skip to main content
GET
/
v2
/
snapshot
curl
curl "https://api.noxstock.com/v2/snapshot?symbol=AAPL" \
  -H "X-API-Key: $NOXSTOCK_API_KEY"
{ "data": { "as_of": "2026-06-05T14:19:06Z", "asset_type": "stock", "cache_age_seconds": 0, "currency": "USD", "freshness": "intraday", "fundamentals_quick": { "beta_1y": 0.96, "dividend_yield_pct": 0.34, "enterprise_value_usd": 4585415202200, "ev_ebitda_ttm": 28.61, "fcf_yield_pct": 2.83, "market_cap_usd": 4569211202200, "pb": 42.91, "pe_ttm": 37.28, "peg_1y": 1.66, "ps_ttm": 10.12, "shares_outstanding": 14725873000, "ttm_eps_diluted": 8.26, "ttm_net_income_usd": 122575000000, "ttm_revenue_usd": 451442000000 }, "industry": "Consumer Electronics", "market_status": "open", "name": "Apple Inc", "performance": { "pct_1d": 1.17, "pct_1m": 9.62, "pct_1y": 54.06, "pct_3m": 21, "pct_3y": 75.72, "pct_5d": -0.41, "pct_ytd": 15.06, "vs_sector_status": { "supported": true }, "vs_spy_pct_1m": 5.02, "vs_spy_pct_1y": 25.56, "vs_spy_pct_ytd": 3.93 }, "quote": { "change_abs": 3.63, "change_pct": 1.17, "day_high": 315.19, "day_low": 312.42, "day_open": 313.26, "previous_close": 311.23, "price": 314.86, "volume": 235657 }, "range_52w": { "drawdown_from_high_pct": -1.8, "high": 316.94, "low": 194.3, "position_pct": 95.3 }, "sector": "Technology", "symbol": "AAPL" } }

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
StockSnapshotData · object
required

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