BTC-Historical Data
This is Official Price of Bitcoin From past 2 years
@kaggle.prudhvi143413s_btc_historical_data
This is Official Price of Bitcoin From past 2 years
@kaggle.prudhvi143413s_btc_historical_data
CREATE TABLE btc_usd (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);
Anyone who has the link will be able to view this.