🪙 Cryptocurrency Prices Data
Historical OHLC data for over 50 cryptocurrencies from May 2013 to October 2022
@kaggle.maharshipandya_cryptocurrency_historical_prices_dataset
Historical OHLC data for over 50 cryptocurrencies from May 2013 to October 2022
@kaggle.maharshipandya_cryptocurrency_historical_prices_dataset
CREATE TABLE dataset (
"unnamed_0" BIGINT,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE,
"marketcap" DOUBLE,
"timestamp" TIMESTAMP,
"crypto_name" VARCHAR,
"date" TIMESTAMP
);
Anyone who has the link will be able to view this.