Complete Cryptocurrency Market History
Daily historical prices for all cryptocurrencies listed on CoinMarketCap
@kaggle.taniaj_cryptocurrency_market_history_coinmarketcap
Daily historical prices for all cryptocurrencies listed on CoinMarketCap
@kaggle.taniaj_cryptocurrency_market_history_coinmarketcap
CREATE TABLE all_currencies (
"unnamed_0" BIGINT,
"date" TIMESTAMP,
"symbol" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE,
"market_cap" DOUBLE
);
Anyone who has the link will be able to view this.