Get selected history series
Selected time series in columnar {columns, rows} form: price, volume, RSI, financial ratios, or dividends, at daily through annual cadence. Daily price history covers up to 5 years. Request only the series you need — payloads grow fast. period is accepted as a legacy alias for range.
Access: Starter and Builder plans.
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"
Comma-separated list of history series, max 3. Allowed values: close, volume, rsi_14, roic_pct, fcf_margin_pct, gross_margin_pct, dividend. daily/weekly support close, volume, rsi_14; quarterly/annual support roic_pct, fcf_margin_pct, gross_margin_pct; per-payment supports dividend.
"close,volume"
Historical lookback window. Allowed values: 1m, 1mo, 3m, 3mo, 6m, 6mo, 1y, 2y, 5y, 10y, 30y, ytd, max. Long mo forms normalize to short month forms; max is capped at 30y.
1m, 1mo, 3m, 3mo, 6m, 6mo, 1y, 2y, 5y, 10y, 30y, ytd, max "1y"
Legacy alias for range (back-compat).
1m, 1mo, 3m, 3mo, 6m, 6mo, 1y, 2y, 5y, 10y, 30y, ytd, max "1m"
Row cadence. Allowed values: daily, weekly, quarterly, annual, per-payment.
daily, weekly, quarterly, annual, per-payment "daily"
Response
Success envelope: { "data": ... }.
The endpoint payload. Present on every 2xx response; never null.
- HistoryData
- UnsupportedHistoryData