Baselight

Cryptocurrency Prices Dataset

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

@kaggle.himanshunakrani_cryptocurrencies_dataset

Crypto Data Updated 13 November
@kaggle.himanshunakrani_cryptocurrencies_dataset.crypto_data_updated_13_november

  • 123.23 KB
  • 1827 rows
  • 9 columns
date

Date

close_btc

Close (BTC)

volume_btc

Volume (BTC)

close_eth

Close (ETH)

volume_eth

Volume (ETH)

close_usdt

Close (USDT)

volume_usdt

Volume (USDT)

close_bnb

Close (BNB)

volume_bnb

Volume (BNB)

2017-11-13 00:00:00+00:006559.4902343756263249920316.7160034179687510418899841.00934994220733647678840321.68661999702453612238800
2017-11-14 00:00:00+00:006635.753197110016337.631011962890610696800001.00682997703552254298579841.5925799608230597829600
2017-11-15 00:00:00+00:007315.54003906254200880128333.356994628906257226659841.00318002700805664496710081.53044998645782477615500
2017-11-16 00:00:00+00:007871.689941406255123809792330.924011230468757972540161.0021200180053716502789761.57791996002197298928640
2017-11-17 00:00:00+00:007708.9902343754651670016332.39401245117196217329921.0013899803161626393980161.51036000251770028508840
2017-11-18 00:00:00+00:007790.149902343753667190016347.611999511718756496389761.0023100376129155881360001.674329996109008832167300
2017-11-19 00:00:00+00:008036.4902343753149319936354.38598632812511815299841.00243997573852544857529921.613770008087158238081700
2017-11-20 00:00:00+00:008200.63964843753488450048366.73001098632818070270081.00191998481750494495950081.624449968338012712994500
2017-11-21 00:00:00+00:008071.2597656254277609984360.40100097656259499120000.9960470199584966226490241.57405996322631845440790
2017-11-22 00:00:00+00:008253.54980468753633530112380.65200805664068008190081.00014996528625494998120001.61175000667572027177000

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
);

Share link

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