Coinmarketcap Historical Data
Historical ranking, price, market cap etc of all coins on coinmarketcap.com
@kaggle.bizzyvinci_coinmarketcap_historical_data
Historical ranking, price, market cap etc of all coins on coinmarketcap.com
@kaggle.bizzyvinci_coinmarketcap_historical_data
CREATE TABLE historical (
"date" TIMESTAMP,
"coin_id" BIGINT,
"cmc_rank" BIGINT,
"market_cap" DOUBLE,
"price" DOUBLE,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"time_high" VARCHAR,
"time_low" VARCHAR,
"volume_24h" DOUBLE,
"percent_change_1h" DOUBLE,
"percent_change_24h" DOUBLE,
"percent_change_7d" DOUBLE,
"circulating_supply" DOUBLE,
"total_supply" DOUBLE,
"max_supply" DOUBLE,
"num_market_pairs" DOUBLE
);
Anyone who has the link will be able to view this.