Skip to content
noxstock
API referenceEndpointsMarket context

Get selected history series

GET/v2/history

Historical series endpoint for selected price, volume, technical, financial, or dividend series. Keep series lists narrow.

Access: Starter and Builder.

Authorization

ApiKeyAuth
X-API-Key<token>

noxstock API key from the dashboard.

In: header

Query Parameters

symbol*Symbol

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.

series?|

Comma-separated list of price/fundamental series columns. See the endpoint documentation for the per-cadence allowed values.

range?|

Historical lookback window. Accepts short (1m/3m/6m/1y/2y/5y/10y/30y) and long (1mo/3mo/6mo) forms plus ytd and max (capped at 30y).

period?|

Legacy alias for range (back-compat).

cadence?|

Row cadence: daily, weekly, quarterly, annual, per-payment.

Header Parameters

X-API-Key?string|null

Response Body

application/json

application/json

curl -X GET "https://example.com/v2/history?symbol=AAPL"
{
  "data": {
    "as_of": "string",
    "cache_age_seconds": 0,
    "cadence": "daily",
    "columns": [
      "string"
    ],
    "freshness": "intraday",
    "market_status": "open",
    "period": "string",
    "rows": [
      [
        null
      ]
    ],
    "symbol": "string"
  }
}
Empty
Empty
{
  "detail": [
    {
      "ctx": {},
      "input": null,
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}
Empty
Empty