Bitcoin Price History
Historical data of Bitcoin (Latest)
@kaggle.pavan9065_bitcoin_price_history
Historical data of Bitcoin (Latest)
@kaggle.pavan9065_bitcoin_price_history
I had started to trade, learn about Cryptocurrencies and was interested to explore this data for better insights into this crpyto.
The data consists of historical changes in Bitcoin price till today.
The data is from Yahoo Finance. and analysis purpose
Explore the Bitcoin historical data for better insights and decide whether investing in bitcoin is good for the future!
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.