Historical Data Of BTC-USD
data of bitcoin (USD) since its creation on until to day
@kaggle.borismbobe_historical_data_of_btcusd
data of bitcoin (USD) since its creation on until to day
@kaggle.borismbobe_historical_data_of_btcusd
CREATE TABLE btc_usd_1 (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);
CREATE TABLE btc_usd_2 (
"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.