BTC - ETH Price Dataset (2014-2024)
Bitcoin (2014-2024) and Ethereum (2017-2024) daily price dataset
@kaggle.mrsimple07_bitcoindataanalysis
Bitcoin (2014-2024) and Ethereum (2017-2024) daily price dataset
@kaggle.mrsimple07_bitcoindataanalysis
CREATE TABLE btc_usd_daily_2014_2024 (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);
CREATE TABLE eth_usd_daily_2017_2024 (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);
Anyone who has the link will be able to view this.