Get decision snapshot
One-call decision context: live quote, performance over seven windows plus relative-to-SPY, 52-week range position, and a fundamentals_quick block (market cap, P/E, FCF yield, and peers). The shape differs by asset type: ETF responses omit market_cap_usd and return {available: false, reason} objects for earnings-based ratios instead of numbers — handle both.
Access: all plans, including Free.
Authorizations
noxstock API key from the dashboard. Keys start with nxs_ and are shown once when created.
Query Parameters
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.
"AAPL"
Response
Success envelope: { "data": ... }.
The endpoint payload. Present on every 2xx response; never null.
- StockSnapshotData
- EtfSnapshotData