Bitcoin Historical Data 2013-2023
Including Price, Market Cap, 24hr Volume and Timestamp from CoinGecko API
@kaggle.danieltsai04_bitcoin_historical_data_from_2013_2023
Including Price, Market Cap, 24hr Volume and Timestamp from CoinGecko API
@kaggle.danieltsai04_bitcoin_historical_data_from_2013_2023
CREATE TABLE bitcoin_merged_data (
"timestamp" TIMESTAMP,
"price" DOUBLE,
"volume" DOUBLE,
"market_cap" DOUBLE
);
Anyone who has the link will be able to view this.