Cryptocurrencies
Historical price data for 1200 cryptocurrencies (excluding BTC)
@kaggle.akababa_cryptocurrencies
Historical price data for 1200 cryptocurrencies (excluding BTC)
@kaggle.akababa_cryptocurrencies
CREATE TABLE crypto_prices (
"datetime" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE,
"volumebtc" DOUBLE,
"symbol" VARCHAR
);
Anyone who has the link will be able to view this.