Cryptocurrency Prices Dataset
historical prices of 4 Cryptocurrencies (BTC, BNB, ETH and USDT)
@kaggle.himanshunakrani_cryptocurrencies_dataset
historical prices of 4 Cryptocurrencies (BTC, BNB, ETH and USDT)
@kaggle.himanshunakrani_cryptocurrencies_dataset
CREATE TABLE crypto_data_updated_13_november (
"date" VARCHAR,
"close_btc" DOUBLE,
"volume_btc" BIGINT,
"close_eth" DOUBLE,
"volume_eth" BIGINT,
"close_usdt" DOUBLE,
"volume_usdt" BIGINT,
"close_bnb" DOUBLE,
"volume_bnb" BIGINT
);
CREATE TABLE crypto_data_updated_27_august (
"date" TIMESTAMP,
"adj_close_bnb" DOUBLE,
"volume_bnb" BIGINT,
"adj_close_btc" DOUBLE,
"volume_btc" BIGINT,
"adj_close_usdt" DOUBLE,
"volume_usdt" BIGINT,
"adj_close_eth" DOUBLE,
"volume_eth" BIGINT
);
Anyone who has the link will be able to view this.