Skip to main content
GET
/
v2
/
valuation
curl
curl "https://api.noxstock.com/v2/valuation?symbol=NVDA" \
  -H "X-API-Key: $NOXSTOCK_API_KEY"
{ "data": { "as_of": "2026-06-05T14:19:09Z", "cache_age_seconds": 0, "currency": "USD", "enterprise_value_usd": 5245214000000, "freshness": "intraday", "market_cap_usd": 5313438000000, "market_status": "open", "multiples": { "ev_ebit_ttm": { "context": { "available": true, "coverage_pct": 98, "median_5y": 53.63, "percentile_5y": 1, "position": "deep_value" }, "value": 27.64 }, "ev_ebitda_ttm": { "context": { "available": true, "coverage_pct": 98, "median_5y": 48.69, "percentile_5y": 2, "position": "deep_value" }, "value": 27.18 }, "ev_sales_ttm": { "context": { "available": true, "coverage_pct": 98, "median_5y": 24.94, "percentile_5y": 24, "position": "below_median" }, "value": 20.69 }, "pb": { "context": { "available": true, "coverage_pct": 100, "median_5y": 34.4, "percentile_5y": 33, "position": "below_median" }, "value": 27.18 }, "pe_ttm": { "context": { "available": true, "coverage_pct": 97, "median_5y": 57.67, "percentile_5y": 2, "position": "deep_value" }, "value": 33.29 }, "peg_1y": { "context": { "available": true, "coverage_pct": 100, "median_5y": 0.33, "percentile_5y": 41, "position": "below_median" }, "value": 0.16 }, "ps_ttm": { "context": { "available": true, "coverage_pct": 98, "median_5y": 25.21, "percentile_5y": 25, "position": "below_median" }, "value": 20.96 } }, "returns_on_capital": { "flags": [], "roa_pct": 83.11, "roce_pct": 105.39, "roe_pct": 111.66, "roic_pct": 105.39 }, "symbol": "NVDA", "valuation_context": { "anchor": "pe_ttm", "coverage_pct": 97, "median_5y": 57.67, "percentile_5y": 2, "position": "deep_value", "rationale": "positive_earnings_period", "value": 33.29 }, "yields": { "buyback_yield_pct_ttm": 1, "dividend_yield_pct": 0.46, "earnings_yield_pct": 3, "fcf_yield_pct": 2.24, "total_payout_yield_pct_ttm": 1.02 } } }

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

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