API documentación
get
/api/v1/Instruments/{symbol}/calendar-eventsReturns calendar events linked to a symbol (earnings, dividends, splits, etc.) within a UTC window.
Instruments
Parámetros
symbol
path · string
Requerido
from
query · string
Requerido
to
query · string
Requerido
byCurrency
query · boolean
Opcional
version
path · string
Requerido
Respuestas
- 200Related calendar events for the instrument.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
{}