API documentation
/api/v1/Instruments/research/calendars/economicReturns macro economic calendar events (country, impact, estimates) within a UTC window.
Country scoping: an event is returned when its country matches {country}/{countries} or the primary country derived from {currencies}. Set {byCurrency=true} to additionally match on the event {Currency} field (all eurozone national releases for EUR, etc.). Supplying no country/currency returns all countries. Typical chat usage: {?from=..&to=..&importance=high¤cies=EUR,USD} (narrow: EU + US).
Instruments
Parameters
from
query · string
to
query · string
country
query · string
importance
query · string
search
query · string
countries
query · string
currencies
query · string
byCurrency
query · boolean
version
path · string
Responses
- 200Array of calendar events.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" } ]