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 vtc (
"date" TIMESTAMP,
"txvolume_usd" DOUBLE,
"adjustedtxvolume_usd" DOUBLE,
"txcount" BIGINT,
"marketcap_usd" DOUBLE,
"price_usd" DOUBLE,
"exchangevolume_usd" DOUBLE,
"realizedcap_usd" DOUBLE,
"generatedcoins" DOUBLE,
"fees" DOUBLE,
"activeaddresses" BIGINT,
"averagedifficulty" DOUBLE,
"paymentcount" BIGINT,
"mediantxvalue_usd" DOUBLE,
"medianfee" DOUBLE,
"blocksize" BIGINT,
"blockcount" BIGINT
);
Anyone who has the link will be able to view this.