Skip to main content
GET
/
v2
/
calendar
curl
curl "https://api.noxstock.com/v2/calendar?symbol=AAPL" \
  -H "X-API-Key: $NOXSTOCK_API_KEY"
{ "data": { "as_of": "2026-06-05T09:51:01Z", "cache_age_seconds": 16091, "freshness": "end_of_day", "market_status": "open", "symbol": "AAPL", "upcoming": [ { "date": "2026-07-31", "details": "Estimated from recent earnings cadence", "estimated": true, "type": "earnings" }, { "date": "2026-07-31", "details": "Expected SEC filing based on recent statement filing cadence", "estimated": true, "type": "filing_expected" }, { "date": "2026-08-10", "details": "$0.27 quarterly cadence", "estimated": true, "type": "ex_dividend" } ] } }

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

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