API documentation
get
/api/v1/Instruments/{symbol}/calendar-eventsReturns calendar events linked to a symbol (earnings, dividends, splits, etc.) within a UTC window.
Instruments
Parameters
symbol
path · string
Required
from
query · string
Optional
to
query · string
Optional
byCurrency
query · boolean
Optional
version
path · string
Required
Responses
- 200Array of related calendar events for chart markers.application/json
[ { "eventType": "economic", "eventUtc": "2026-06-30T12:30:00Z", "country": "US", "currency": "USD", "symbol": null, "title": "Non-Farm Payrolls", "importance": "high", "actual": null, "estimate": "180K", "previous": "175K" } ] - 404Unknown symbol.application/json
{}