Bitcoin Historical Dashboard(POWER BI)
Bitcoin Historical Data
@kaggle.deremmy_bitcoin_historical_dashboardpower_bi
Bitcoin Historical Data
@kaggle.deremmy_bitcoin_historical_dashboardpower_bi
CREATE TABLE bitstampusd_1_min_data_2012_01_01_to_2021_03_31 (
"timestamp" BIGINT,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume_btc" DOUBLE,
"volume_currency" DOUBLE,
"weighted_price" DOUBLE
);
Anyone who has the link will be able to view this.