I'm looking to fetch
values of macro- economic announcement data (e.g. interest rate announcements, unemployment figures, consumer price index figures etc.) as soon as/ as near to the time the figures are released from the original source to be used within an MQL4
algorithm written on metatrader4
.
At the moment I'm fetching
the latest value
from Quandl
which provides a csv
API
so that the value
can be fetched
within an MQL4
script
. The issue here lies in that Quandl
doesn't update latest values
as soon as the sources release them, which is a factor that is very important for my algorithm.
So:
Q. Which sources allow you to fetch real- time LATEST values upon release, to be used within an algorithm?
There doesn't seem to be any documentation on the source websites such as Bureau of Labor Statistics [US], Bank of England [UK] etc. regarding fetching
released data values, yet I see online FOREX market calendar websites retrieving latest values
sometimes within the second the value
is announced- so they must be fetching
data from the source
?
Examples of the sort of latest values
to be fetched
:
[US] Non- Farm Payroll - source: Bureau of Labor Statistics
[GB] Interest Rate Announcement - source: Bank of England
[EU] Unemployment Rate - source: Eurostat
To summarise:
which sources can I use to fetch a single real- time
latest value
of an economic announcement as soon as its released? (I understand latency will mean that it won't be fetched immediately)can be fetched using
MQL4