Economic Calendar Invest Forex Https://t.me/econos
Archive of important events, economic news, volatility.
@kaggle.devorvant_economic_calendar
Archive of important events, economic news, volatility.
@kaggle.devorvant_economic_calendar
Explore the archive of relevant economic information: relevant news on all indicators with explanations, data on past publications on the economy of the United States, Britain, Japan and other developed countries, volatility assessments and much more. For the construction of their forecast models, the use of in-depth training is optimal, with a learning model built on the basis of EU and Forex data.
The economic calendar is an indispensable assistant for the trader.
ON THIS TOPIC
Telegram : @Economic Calendar Investing Forex
https://t.me/economic_calendar_forex_invest
This channel will wake you up 5 minutes before important events of high volatility, as well as inform you of current data for monitoring from the investing economic calendar
The data set is created in the form of an CSV, Excel spreadsheet (two files 2011-2013, 2014-2019), which can be found at boot time. You can see the source of the data on the site https://www.investing.com/economic-calendar/
CREATE TABLE d2011_13 (
"n_2011_01_01" TIMESTAMP -- 2011/01/01,
"n_4_00_00" VARCHAR -- 4:00:00,
"united_kingdom" VARCHAR,
"low_volatility_expected" VARCHAR,
"average_earnings_ex_bonus" VARCHAR,
"unnamed_5" VARCHAR -- Unnamed: 5,
"n" VARCHAR -- %,
"n_2_2" VARCHAR -- 2.2,
"unnamed_8" VARCHAR -- Unnamed: 8,
"n_2_3" VARCHAR -- 2.3
);CREATE TABLE d2014_18 (
"n_2014_01_01" TIMESTAMP -- 2014/01/01,
"n_4_00_00" VARCHAR -- 4:00:00,
"united_kingdom" VARCHAR,
"low_volatility_expected" VARCHAR,
"public_sector_net_cash_requirement" VARCHAR,
"unnamed_5" VARCHAR -- Unnamed: 5,
"b" VARCHAR,
"n_16_28" VARCHAR -- 16.28,
"n_1" VARCHAR -- 1,
"n_8_1" VARCHAR -- 8.1
);CREATE TABLE d2019_21 (
"n_2019_01_01" TIMESTAMP -- 2019/01/01,
"n_19_00_00" VARCHAR -- 19:00:00,
"singapore" VARCHAR,
"low_volatility_expected" VARCHAR,
"gdp" VARCHAR,
"worse_than_expected" VARCHAR,
"n" VARCHAR -- %,
"n_1_6" DOUBLE -- 1.6,
"n_2_9" DOUBLE -- 2.9,
"evised_from_3_0" VARCHAR
);Anyone who has the link will be able to view this.