Crypto Currencies
Historical data for all major crypto currencies including Bitcoin & Ethereum
@kaggle.joebeachcapital_crypto_currencies
Historical data for all major crypto currencies including Bitcoin & Ethereum
@kaggle.joebeachcapital_crypto_currencies
CREATE TABLE btg (
"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.