Ethereum Cryptocurrency Historical Dataset
Historical Ethereum data from the start(2016) to 2021
@kaggle.kaushiksuresh147_ethereum_cryptocurrency_historical_dataset
Historical Ethereum data from the start(2016) to 2021
@kaggle.kaushiksuresh147_ethereum_cryptocurrency_historical_dataset
CREATE TABLE ethereum_historical_data (
"date" TIMESTAMP,
"price" DOUBLE,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"vol" VARCHAR,
"change" VARCHAR
);
Anyone who has the link will be able to view this.