API referenceEndpointsEvents
Get symbol calendar
GET
/v2/calendarPer-symbol upcoming events derived from available statement and dividend history. This is not a market-wide calendar.
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.
Header Parameters
X-API-Key?string|null
Response Body
application/json
application/json
curl -X GET "https://example.com/v2/calendar?symbol=AAPL"{
"data": {
"as_of": "string",
"cache_age_seconds": 0,
"freshness": "intraday",
"market_status": "open",
"symbol": "string",
"upcoming": [
{
"date": "string",
"details": "string",
"estimated": true,
"type": "earnings"
}
]
}
}Empty
Empty
{
"detail": [
{
"ctx": {},
"input": null,
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Empty
Empty