API referenceEndpointsCore context
Compare symbols
GET
/v2/compareFast 2–4 symbol scorecard using fields from snapshot and technicals. Use deeper endpoints only for finalists.
Access: Starter and Builder.
Authorization
ApiKeyAuth X-API-Key<token>
noxstock API key from the dashboard.
In: header
Query Parameters
symbols*Symbols
Comma-separated list of ticker symbols (2-10 entries). Each symbol is validated against the supported universe.
fields?|
Comma-separated subset of compare fields. Defaults to a curated set when omitted; see /v2/compare documentation for the full allowed list.
Header Parameters
X-API-Key?string|null
Response Body
application/json
application/json
curl -X GET "https://example.com/v2/compare?symbols=AAPL%2CMSFT%2CNVDA"{
"data": {
"as_of": "string",
"cache_age_seconds": 0,
"fields_omitted_by_symbol": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"fields_requested": [
"string"
],
"freshness": "intraday",
"market_status": "open",
"symbols": [
{
"beta_1y": 0,
"distance_from_52w_high_pct": 0,
"dividend_yield_pct": 0,
"drawdown_from_high_pct": 0,
"ev_ebitda_ttm": 0,
"fcf_yield_pct": 0,
"golden_cross_active": true,
"market_cap_usd": 0,
"pb": 0,
"pct_1d": 0,
"pct_1m": 0,
"pct_1y": 0,
"pct_ytd": 0,
"pe_ttm": 0,
"peg_1y": 0,
"price": 0,
"ps_ttm": 0,
"range_52w_position_pct": 0,
"rsi_14": 0,
"rsi_zone": "string",
"symbol": "string",
"trending": true,
"vs_sma_200_pct": 0,
"vs_spy_pct_1y": 0
}
]
}
}Empty
Empty
{
"detail": [
{
"ctx": {},
"input": null,
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Empty
Empty