Baselight

BTC 10 Years Price Data (2012-2021)

Invest in BTC by doing its 10 years price analysis

@kaggle.raihansoniwala_btc_10_years_price_data_20122021

About this Dataset

BTC 10 Years Price Data (2012-2021)

Bitcoin is a decentralized digital currency that can be transferred on the peer-to-peer bitcoin network. Bitcoin transactions are verified by network nodes through cryptography and recorded in a public distributed ledger called a blockchain. This dataset is the historical data of daily Bitcoin price and changes in its volume from 1 January 2012 to 31 Dec 2021. by using this data set a user an create a model which could predict the future price of the bitcoin

Do up vote this dataset and make it famous so that other can know about it
and also check my other work to keep me motivated

Tables

Btc 2012–2021

@kaggle.raihansoniwala_btc_10_years_price_data_20122021.btc_2012_2021
  • 148.26 KB
  • 3653 rows
  • 7 columns
Loading...

CREATE TABLE btc_2012_2021 (
  "date" TIMESTAMP,
  "price" DOUBLE,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "vol" VARCHAR,
  "change" DOUBLE
);