Popular Cryptocurrency Historical Data
Historical data on top 10 cryptocurrencies (as of Dec 04, 21)
@kaggle.nward7_popular_cryptocurrency_historical_data
Historical data on top 10 cryptocurrencies (as of Dec 04, 21)
@kaggle.nward7_popular_cryptocurrency_historical_data
CREATE TABLE usd_coin (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" BIGINT,
"market_cap" BIGINT
);
Anyone who has the link will be able to view this.