Bitcoin Historical Price (USD)
Bitcoin daily price till July, 2022
@kaggle.rishabhkmr_bitcoin_historical_price_usd
Bitcoin daily price till July, 2022
@kaggle.rishabhkmr_bitcoin_historical_price_usd
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.