Baselight

Euro And USD Stocks Data (2007 - 2021).

Euro and USD stocks data.

@kaggle.ahmed121ashraf131_euro_and_usd_stocks_data_2007_2021

Loading...
Loading...

About this Dataset

Euro And USD Stocks Data (2007 - 2021).

the resource:

Yahoo finance

about the data:

(Entire.csv) : raw data before preprocessing
(NewDataEntire.csv) : data for time series forecasting

  • approximately 1 million training examples

labels:

Date : Date of a specific stock
Open : the opening price
High : highest price
Low: lowest price
Close: closing price
Volume: number of shares traded and, for futures and options

metrics:

MSE

questioning:

what affects this data the most and how to make it at least can work on a real stock indication or prediction

Tables

Entire

@kaggle.ahmed121ashraf131_euro_and_usd_stocks_data_2007_2021.entire
  • 16.99 MB
  • 940403 rows
  • 6 columns
Loading...

CREATE TABLE entire (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" BIGINT
);

Newdataentire

@kaggle.ahmed121ashraf131_euro_and_usd_stocks_data_2007_2021.newdataentire
  • 8.84 MB
  • 940403 rows
  • 2 columns
Loading...

CREATE TABLE newdataentire (
  "date" TIMESTAMP,
  "close" DOUBLE
);

Share link

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