
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
10 reasons to set up a professional economic calendar from MetaQuotes
Monitoring of macroeconomic events is available for free in 7 languages with no ads. However, this is not the only reason our calendar will attract your audience — you have another 10 extra reasons to add it in your website:
...
Forum on trading, automated trading systems and testing trading strategies
All about Calendar tab and Macro Economic Events.
Sergey Golubev, 2017.12.12 15:42
Economic CalendarThe beginning:
After
This is the most packed up calendar and historic economic data I know:
https://tradingeconomics.com/calendar
Also has an API.
Bad side is sometimes lags a few minutes on news release.
I've found myfxbook to have the most reliable calendar and you can just scrape it into a csv file. Here's an example in python.
You can get a good economic calendar on this link:
https://www.mql5.com/en/economic-calendar
And also you can attach on your website.
Forum on trading, automated trading systems and testing trading strategies
The fastest economic calendar.
MetaQuotes Software Corp. , 2018.04.27 22:26
Here is our own fast economic calendar, which we collect and form ourselves:
We specifically created it so that it worked with minimal delay.
Forum on trading, automated trading systems and testing trading strategies
The fastest economic calendar.
MetaQuotes Software Corp. , 2018.04.28 00:40
In theory, a delay in tens milliseconds.
We have our own specialized spider on primary sources, which are listed on each section of the calendar:
Forum on trading, automated trading systems and testing trading strategies
The fastest economic calendar.
Renat Fatkhullin , 2018.04.28 12:50
No, it is not about 5 seconds delay. Perhaps drawing / updating the site page could create such an impression.
Inside, for the MT5 trading platform, we have implemented a Real Time Streaming of all events without delay.
Forum on trading, automated trading systems and testing trading strategies
The fastest economic calendar.
MetaQuotes Software Corp. 2019.05.09 17:34
Economic calendar functions allow conducting the auto analysis of incoming events according to custom importance criteria from a perspective of necessary countries/currencies.
Function
Action
CalendarCountryById
Get a country description by its ID
CalendarEventById
Get an event description by its ID
CalendarValueById
Get an event value description by its ID
CalendarCountries
Get the array of country names available in the calendar
CalendarEventByCountry
Get the array of descriptions of all events available in the calendar by a specified country code
CalendarEventByCurrency
Get the array of descriptions of all events available in the calendar by a specified currency
CalendarValueHistoryByEvent
Get the array of values for all events in a specified time range by an event ID
CalendarValueHistory
Get the array of values for all events in a specified time range with the ability to sort by country and/or currency
CalendarValueLastByEvent
Get the array of event values by its ID since the calendar database status with a specified change_id
CalendarValueLast
Get the array of values for all events with the ability to sort by country and/or currency since the calendar database status with a specified change_id
ForexFactory.com has all the major currencies + China
FxStreet.com has 40+ most influential countries (based on GDP?)
Investing.com has 96 countries. I assume it is based on GDP, but with greater scope (GDP and national wealth can be calculated differently). And also it considers commodities like Crude Oil, Gold, etc.
FxStreet and ForexFactory has their data in downloadable format or build a scraper.
Investing.com looks like you must scrape manually.
IMHO, you need a comprehensive view on the markets, as some news calendar sources have events listed that others do not for the same country/currency. (Theoretically they should all be the same, but this speaks to some bias between calendar providers in their filtering process and/or comprehensiveness of their event).
So you must look at 3-4 of the most comprehensive news calendars to make sure you do not have missing events.
What website has a good economic calendar? I usually trade on release of economic indicators. Anyone knows any eco calendar that provides a lot of information and is user-friendly?