Historical Data For Bitcoin 2014-2021
Updated at 21.12.2021
@kaggle.emredarende_historical_data_for_bitcoin_20142021
Updated at 21.12.2021
@kaggle.emredarende_historical_data_for_bitcoin_20142021
CREATE TABLE historical_data_for_bitcoin_2014_2021 (
"date" TIMESTAMP,
"open" VARCHAR,
"high" VARCHAR,
"low" VARCHAR,
"close" VARCHAR,
"volume" VARCHAR,
"market_cap" VARCHAR
);
Anyone who has the link will be able to view this.