Economic Calendar API · Live Macro Data

Economic Calendar API
for Forex & Fintech

Ship a production-ready Economic Calendar API in minutes. Get normalized macroeconomic events (NFP, CPI, rates), forecast vs actual, and High/Medium/Low impact tags — built for Forex brokers, fintech dashboards, and algo systems.

.../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

Live Economic Calendar

See the calendar in action — embed it on your platform with a single line of code.

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

What is an Economic Calendar API?

An Economic Calendar API delivers scheduled macroeconomic releases in machine-readable JSON so your app can show news times, filter by currency, and react to volatility — without scraping websites.

EconPulse is a multilingual Economic Calendar API designed for developers who need reliable Forex and macro event data. Instead of maintaining scrapers, you query REST endpoints and receive structured fields: event name, currency, country, importance, actual, forecast, previous, and UTC timestamps.

Typical use cases include embedding a live economic calendar on a broker site, powering push alerts before high-impact news, and feeding trading bots that pause or hedge around CPI, NFP, and interest-rate decisions.

  • Filter by date=today, currency (USD, EUR…), country, and impact level
  • Event titles in up to 23 languages for localized trader UX
  • Historical coverage from 2005 for backtests and research
  • Cursor pagination for stable, duplicate-free result sets
GET /economic-events/filter
?date=today
&currency=USD,EUR
&importance=high
&lang=en

// → JSON: event, currency, actual,
//   forecast, previous, impact, time
Get API Key

Economic Calendar API FAQ

What is an Economic Calendar API?

An Economic Calendar API is a web service that returns macroeconomic event schedules and results (such as NFP, CPI, GDP, and central-bank rates) as JSON. EconPulse exposes REST endpoints so Forex and fintech apps can display calendars, alerts, and volatility filters without scraping.

Is EconPulse suitable for Forex trading platforms?

Yes. The API includes High/Medium/Low impact tags, forecast vs actual values, and UTC release times — the core fields used in Forex economic calendars and news-trading workflows.

Which endpoint returns calendar events?

Use GET /economic-events/filter. You can pass date (e.g. today), currency, country_id, importance, and lang. Supporting endpoints /langs-list and /countries-list help you build language and country selectors.

Can I localize the economic calendar for multiple languages?

Yes. Event labels are available in 23 languages. Pro allows up to 5 languages per request; Ultra supports all languages and lang=all.

How do I get started with the Economic Calendar API?

Create a key on RapidAPI, call /economic-events/filter with your RapidAPI headers, and start with date=today&importance=high&lang=en. A free Basic plan is available for testing.

Get In Touch

Questions about enterprise integration?