BitCoin Historical Data
Historical Bitcoin data from the beginning in 2009
@kaggle.joebeachcapital_bitcoin
Historical Bitcoin data from the beginning in 2009
@kaggle.joebeachcapital_bitcoin
CREATE TABLE btc (
"date" TIMESTAMP,
"txvolume_usd" DOUBLE,
"adjustedtxvolume_usd" DOUBLE,
"txcount" DOUBLE,
"marketcap_usd" DOUBLE,
"price_usd" DOUBLE,
"exchangevolume_usd" DOUBLE,
"realizedcap_usd" DOUBLE,
"generatedcoins" DOUBLE,
"fees" DOUBLE,
"activeaddresses" DOUBLE,
"averagedifficulty" DOUBLE,
"paymentcount" DOUBLE,
"mediantxvalue_usd" DOUBLE,
"medianfee" DOUBLE,
"blocksize" DOUBLE,
"blockcount" DOUBLE
);
Anyone who has the link will be able to view this.