Ethereum Historical Data
Interval of each day from Aug 2015- May 2021
@kaggle.prahladmehandiratta_ethereum_historical_data
Interval of each day from Aug 2015- May 2021
@kaggle.prahladmehandiratta_ethereum_historical_data
CREATE TABLE eth_usd (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" DOUBLE
);
Anyone who has the link will be able to view this.