Bitcoin USD Historical Data 2013-2023
BTC data from Coingecko
@kaggle.utkarshx27_bitcoin_usd_historical_data
BTC data from Coingecko
@kaggle.utkarshx27_bitcoin_usd_historical_data
# Data Set Information:
Data on the historical price of bitcoin from 2013 until 2023 has been compiled by Coingecko.
# Attribute Information:
snapped_at(Date & Time): 2013-04-28 00:00:00 UTC - 2023-04-07 00:00:00 UTC
price: 67.809 - 67617.01554
market_cap: 18408732920 - 1.2788E+12
total_volume: 0 - 1.78894E+11
CREATE TABLE btc_usd_max (
"snapped_at" VARCHAR,
"price" DOUBLE,
"market_cap" DOUBLE,
"total_volume" DOUBLE
);Anyone who has the link will be able to view this.