Euro And USD Stocks Data (2007 - 2021).
Euro and USD stocks data.
@kaggle.ahmed121ashraf131_euro_and_usd_stocks_data_2007_2021
Euro and USD stocks data.
@kaggle.ahmed121ashraf131_euro_and_usd_stocks_data_2007_2021
CREATE TABLE entire (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" BIGINT
);
CREATE TABLE newdataentire (
"date" TIMESTAMP,
"close" DOUBLE
);
Anyone who has the link will be able to view this.