Baselight

Cryptocurrency Prices Dataset

historical prices of 4 Cryptocurrencies (BTC, BNB, ETH and USDT)

@kaggle.himanshunakrani_cryptocurrencies_dataset

Loading...
Loading...

About this Dataset

Cryptocurrency Prices Dataset

This dataset contains the historical prices and volume of 4 cryptocurrencies from November 9, 2017 to August 27, 2022.

  • BTC - Bitcoin
  • BNB - Binance coin
  • ETH - Ethereum
  • USDT - Tether

Tables

Crypto Data Updated 13 November

@kaggle.himanshunakrani_cryptocurrencies_dataset.crypto_data_updated_13_november
  • 126.18 kB
  • 1,827 rows
  • 9 columns
Loading...
CREATE TABLE crypto_data_updated_13_november (
  "date" VARCHAR,
  "close_btc" DOUBLE  -- Close (BTC),
  "volume_btc" BIGINT  -- Volume (BTC),
  "close_eth" DOUBLE  -- Close (ETH),
  "volume_eth" BIGINT  -- Volume (ETH),
  "close_usdt" DOUBLE  -- Close (USDT),
  "volume_usdt" BIGINT  -- Volume (USDT),
  "close_bnb" DOUBLE  -- Close (BNB),
  "volume_bnb" BIGINT  -- Volume (BNB)
);

Crypto Data Updated 27 August

@kaggle.himanshunakrani_cryptocurrencies_dataset.crypto_data_updated_27_august
  • 135.92 kB
  • 1,753 rows
  • 9 columns
Loading...
CREATE TABLE crypto_data_updated_27_august (
  "date" TIMESTAMP,
  "adj_close_bnb" DOUBLE  -- Adj Close (BNB),
  "volume_bnb" BIGINT  -- Volume (BNB),
  "adj_close_btc" DOUBLE  -- Adj Close (BTC),
  "volume_btc" BIGINT  -- Volume (BTC),
  "adj_close_usdt" DOUBLE  -- Adj Close (USDT),
  "volume_usdt" BIGINT  -- Volume (USDT),
  "adj_close_eth" DOUBLE  -- Adj Close (ETH),
  "volume_eth" BIGINT  -- Volume (ETH)
);

Share link

Anyone who has the link will be able to view this.