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
  • 123.23 KB
  • 1827 rows
  • 9 columns
Loading...

CREATE TABLE crypto_data_updated_13_november (
  "date" VARCHAR,
  "close_btc" DOUBLE,
  "volume_btc" BIGINT,
  "close_eth" DOUBLE,
  "volume_eth" BIGINT,
  "close_usdt" DOUBLE,
  "volume_usdt" BIGINT,
  "close_bnb" DOUBLE,
  "volume_bnb" BIGINT
);

Crypto Data Updated 27 August

@kaggle.himanshunakrani_cryptocurrencies_dataset.crypto_data_updated_27_august
  • 132.73 KB
  • 1753 rows
  • 9 columns
Loading...

CREATE TABLE crypto_data_updated_27_august (
  "date" TIMESTAMP,
  "adj_close_bnb" DOUBLE,
  "volume_bnb" BIGINT,
  "adj_close_btc" DOUBLE,
  "volume_btc" BIGINT,
  "adj_close_usdt" DOUBLE,
  "volume_usdt" BIGINT,
  "adj_close_eth" DOUBLE,
  "volume_eth" BIGINT
);

Share link

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