Cryptocurrencies
Historical price data for 1200 cryptocurrencies (excluding BTC)
@kaggle.akababa_cryptocurrencies
Historical price data for 1200 cryptocurrencies (excluding BTC)
@kaggle.akababa_cryptocurrencies
Thousands of cryptocurrencies have sprung up in the past few years. Can you predict which one will be the next BTC?
The dataset contains daily opening, high, low, close, and trading volumes for over 1200 cryptocurrencies (excluding bitcoin).
https://timescaledata.blob.core.windows.net/datasets/crypto_data.tar.gz
Speculative forces are always at work on cryptocurrency exchanges - but do they contain any statistically significant features?
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.