Baselight

EUR USD Forex Pair Historical Data (2002 - 2020)

Historical Data from Oanda

@kaggle.imetomi_eur_usd_forex_pair_historical_data_2002_2019

Loading...
Loading...

About this Dataset

EUR USD Forex Pair Historical Data (2002 - 2020)

Content

This dataset contains historical data saved from Oanda Brokerage. The columns represent the Bid and Ask price for every minute / hour. There are also news downloaded form Investing.com. These can be used to forecast the trend of the Forex market with machine learning techniques.

Acknowledgements

The data is downloaded from Quantconnect.com. If they have any concerns, I will remove it instantly.

Inspiration

The reason I am sharing this dataset is because I struggled so much to find good quality data which is large enough to train trading algorithms. Feel free to use this dataset in your kernels.

Tables

Eurusd Hour

@kaggle.imetomi_eur_usd_forex_pair_historical_data_2002_2019.eurusd_hour
  • 4 MB
  • 93084 rows
  • 12 columns
Loading...

CREATE TABLE eurusd_hour (
  "date" TIMESTAMP,
  "time" VARCHAR,
  "bo" DOUBLE,
  "bh" DOUBLE,
  "bl" DOUBLE,
  "bc" DOUBLE,
  "bch" DOUBLE,
  "ao" DOUBLE,
  "ah" DOUBLE,
  "al" DOUBLE,
  "ac" DOUBLE,
  "ach" DOUBLE
);

Eurusd Minute

@kaggle.imetomi_eur_usd_forex_pair_historical_data_2002_2019.eurusd_minute
  • 108.27 MB
  • 5618819 rows
  • 12 columns
Loading...

CREATE TABLE eurusd_minute (
  "date" TIMESTAMP,
  "time" VARCHAR,
  "bo" DOUBLE,
  "bh" DOUBLE,
  "bl" DOUBLE,
  "bc" DOUBLE,
  "bch" DOUBLE,
  "ao" DOUBLE,
  "ah" DOUBLE,
  "al" DOUBLE,
  "ac" DOUBLE,
  "ach" DOUBLE
);

Eurusd News

@kaggle.imetomi_eur_usd_forex_pair_historical_data_2002_2019.eurusd_news
  • 1.12 MB
  • 1133 rows
  • 4 columns
Loading...

CREATE TABLE eurusd_news (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "title" VARCHAR,
  "article" VARCHAR
);

Share link

Anyone who has the link will be able to view this.