API документація
get
/api/v1/Instruments/{symbol}/calendar-eventsReturns calendar events linked to a symbol (earnings, dividends, splits, etc.) within a UTC window.
Instruments
Параметри
symbol
path · string
Обов'язковий
from
query · string
Обов'язковий
to
query · string
Обов'язковий
byCurrency
query · boolean
Необов'язково
version
path · string
Обов'язковий
Відповіді
- 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
{}