Skip to main content

Fetch Economic Calendar

Type: fetch_economic_calendar • Category: flow • Tags: economic, calendar, data, mongo

Description

Fetch economic calendar events

Parameters

NameTypeDescriptionRequiredDefault
eventsautocompleteSelect one or more eventsno
countriesautocompleteSelect one or more countriesno
impactstringImpact level (0 to 3 stars)no"*"
dateFromdateStart ISO datetime (inclusive)no
dateTodateEnd ISO datetime (inclusive)no
limitnumberMax docs (1-200)no50
sortModestringSorting orderno"date_desc"

Help

Overview

This worker retrieves economic calendar events based on a set of optional filters. By specifying the desired event types, countries, impact levels, date range, and sorting preferences, you can obtain a concise list of upcoming or past releases that are relevant to your analysis.

Inputs

  • eventsautocomplete – Choose one or more specific economic calendar events (e.g., “GDP”, “CPI”, “Employment”).
  • countriesautocomplete – Select one or more countries whose events you want to include (e.g., “United States”, “Germany”).
  • impactstring, default "*" – Impact level of the event, expressed as 0‑3 stars. "*" returns events of any impact.
  • dateFromdate – ISO‑8601 datetime marking the inclusive start of the query period.
  • dateTodate – ISO‑8601 datetime marking the inclusive end of the query period.
  • limitnumber, default 50 – Maximum number of event records to return; must be between 1 and 200.
  • sortModestring, default "date_desc" – Determines the order of the results. "date_desc" sorts newest first, while "date_asc" sorts oldest first.

Minimal Example

Fetch the next 30 high‑impact events for the United States and the United Kingdom, starting today and sorted by the earliest date:

events: “GDP, CPI”
countries: “United States, United Kingdom”
impact: “3”
dateFrom: “2025-10-15