A unified, normalized access layer to global macroeconomic event data. Essential for Forex brokers, Fintech dashboards, and algorithmic trading systems requiring high-precision volatility indicators.
Tailored solutions for different sectors of the financial industry.
Display an embedded economic calendar directly on your trading platform to increase user retention and engagement.
Build rapid MVP dashboards or news aggregators without managing complex data pipelines or scraping sites.
Feed your algorithms with clean, machine-readable volatility data to hedge positions during high-impact news like CPI or Rates.
Provide localized economic calendars in 23 languages, automatically syncing with your user's regional preferences.
A stable, scalable, and language-agnostic foundation with a clear schema.
All event titles and labels available in 23 languages. Perfect for localized dashboards and multi-region financial services.
Filter simply using "today", "yesterday", "next_week" instead of complex timestamp calculations.
Server-side cursor pagination ensures high performance on large datasets and stable ordering with no duplicates.
Events are tagged with High, Medium, or Low impact. Easily filter for "Market Movers" to identify trading opportunities.
Numerical fields are standardized, sanitized, and validated. No more parsing errors for your quant models.
Backend architecture reduces latency and ensures consistent delivery for real-time applications.
Returns the full list of languages available for economic event data.
Returns a complete list of countries. Adapts based on the selected language.
The core Economic Calendar endpoint. Filter by date, country, and currency.
Zero complexity — just simple, powerful HTTP GET requests. Whether you are building a Forex trading dashboard, a financial bot, or a news analytics system, EconPulse provides structured JSON ready for use.
curl --request GET \ # Fetch High Impact events for USD and EUR --url 'https://.../economic-events/filter?date=today¤cy=USD,EUR&importance=high&lang=en' \ --header 'x-rapidapi-host: multilingual-economic-calendar-api-by-truedata.p.rapidapi.com' \ --header 'x-rapidapi-key: YOUR_API_KEY'
Choose the plan that fits your data volume and language needs.
Absolutely. We provide high-impact tagging, forecast vs actual values, and accurate release times (normalized to UTC), which are critical for building an Economic Calendar for Forex traders.
We use cursor-based pagination (server-side). Each response includes a `next_cursor` in the meta object. Pass this cursor in your next request to fetch the next batch. This ensures no missing or duplicated events.
Yes, if you are on the Ultra plan, you can use `lang=all`. For the Pro plan, you can request up to 5 specific languages (e.g., `lang=en,fr,de,es,it`).
You can use natural language! Simply pass `?date=today` (or `yesterday`, `current_week`) instead of formatting strict date strings.
Questions about enterprise integration?