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
Invest in BTC by doing its 10 years price analysis
@kaggle.raihansoniwala_btc_10_years_price_data_20122021
CREATE TABLE btc_2012_2021 (
"date" TIMESTAMP,
"price" DOUBLE,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"vol" VARCHAR,
"change" DOUBLE
);
Anyone who has the link will be able to view this.