Bitcoin Daily (Jul 2010-Mar 2024)
The longest bitcoin trading history on Kaggle
@kaggle.krairy_bitcoin_daily_price_and_vol_jul_2010_mar_2024
The longest bitcoin trading history on Kaggle
@kaggle.krairy_bitcoin_daily_price_and_vol_jul_2010_mar_2024
CREATE TABLE btc (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE
);
Anyone who has the link will be able to view this.