Live Forex & Macro Data

Multilingual
Economic Calendar API

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.

.../economic-events/filter?date=today&importance=high
// Response: Major Forex Driver
{
"meta": { "count": 1 },
"data": [
{
"event": "Non-Farm Payrolls (NFP)",
"currency": "USD",
"actual": "253K",
"forecast": "180K",
"impact": "High"
}
]
}
2005
Historical Data Since
23
Languages (EN, TR, RU...)
160+
Countries Covered
ISO
Standardized Output

Built For Modern Finance

Tailored solutions for different sectors of the financial industry.

📈

Forex Brokers

Display an embedded economic calendar directly on your trading platform to increase user retention and engagement.

Fintech Startups

Build rapid MVP dashboards or news aggregators without managing complex data pipelines or scraping sites.

🤖

Algo Trading

Feed your algorithms with clean, machine-readable volatility data to hedge positions during high-impact news like CPI or Rates.

📰

News Portals

Provide localized economic calendars in 23 languages, automatically syncing with your user's regional preferences.

Why EconPulse?

A stable, scalable, and language-agnostic foundation with a clear schema.

🌎

Multilingual by Design

All event titles and labels available in 23 languages. Perfect for localized dashboards and multi-region financial services.

📅

Natural Language Dates

Filter simply using "today", "yesterday", "next_week" instead of complex timestamp calculations.

Cursor-Based Pagination

Server-side cursor pagination ensures high performance on large datasets and stable ordering with no duplicates.

🎯

Forex Volatility Logic

Events are tagged with High, Medium, or Low impact. Easily filter for "Market Movers" to identify trading opportunities.

🛡

Validated Data

Numerical fields are standardized, sanitized, and validated. No more parsing errors for your quant models.

🚀

Smart-Cache

Backend architecture reduces latency and ensures consistent delivery for real-time applications.

3 Powerful Endpoints

GET

/langs-list

Returns the full list of languages available for economic event data.

  • [
  • {"code": "en", "name": "English"},
  • {"code": "tr", "name": "Turkish"},
  • ... ]
GET

/countries-list

Returns a complete list of countries. Adapts based on the selected language.

  • ?lang=de
  • {
  • "59": {"name": "?gypten"},
  • "66": {"name": "Irak"}
  • }
GET

/economic-events/filter

The core Economic Calendar endpoint. Filter by date, country, and currency.

# Example Query
?date=today
&country_id=5
&importance=high

Integration Ready

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.

Cursor-based pagination for large datasets
Filter by multiple countries (e.g., country_id=5,35)
Plan-aware rate limits for stability
cURL
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'

Flexible Plans

Choose the plan that fits your data volume and language needs.

Basic

$0 /mo
  • 50 Requests per month
  • 100 Records per request
  • • 1 Language (English only)
  • • Standard Support

Pro

$9.99 /mo
  • 20,000 Requests per month
  • 300 Records per request
  • Up to 5 Languages per request
  • • Languages User-Selectable
  • • Higher Rate Limit
RECOMMENDED

Ultra

$19.99 /mo
  • 500,000 Requests per month
  • 500 Records per request
  • All 23 Languages
  • • lang=all Supported
  • • Ideal for Startups & Brokers

Ultimate

Custom
  • Unlimited Requests per month
  • 1500 Records per request
  • All 23 Languages
  • • lang=all Supported
  • • Dedicated Support

Frequently Asked Questions

Is this API suitable for Forex trading apps?

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.

How does pagination work?

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.

Can I get all languages at once?

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`).

How do I filter for "Today"?

You can use natural language! Simply pass `?date=today` (or `yesterday`, `current_week`) instead of formatting strict date strings.

Get In Touch

Questions about enterprise integration?