Baselight

Crypto Currencies

Historical data for all major crypto currencies including Bitcoin & Ethereum

@kaggle.joebeachcapital_crypto_currencies

Btc
@kaggle.joebeachcapital_crypto_currencies.btc

  • 339.35 KB
  • 3844 rows
  • 17 columns
date

Date

txvolume_usd

TxVolume(USD)

adjustedtxvolume_usd

AdjustedTxVolume(USD)

txcount

TxCount

marketcap_usd

Marketcap(USD)

price_usd

Price(USD)

exchangevolume_usd

ExchangeVolume(USD)

realizedcap_usd

RealizedCap(USD)

generatedcoins

GeneratedCoins

fees

Fees

activeaddresses

ActiveAddresses

averagedifficulty

AverageDifficulty

paymentcount

PaymentCount

mediantxvalue_usd

MedianTxValue(USD)

medianfee

MedianFee

blocksize

BlockSize

blockcount

BlockCount

Sat Jan 03 2009 00:00:00 GMT+0000 (Coordinated Universal Time)
Sun Jan 04 2009 00:00:00 GMT+0000 (Coordinated Universal Time)
Mon Jan 05 2009 00:00:00 GMT+0000 (Coordinated Universal Time)
Tue Jan 06 2009 00:00:00 GMT+0000 (Coordinated Universal Time)
Wed Jan 07 2009 00:00:00 GMT+0000 (Coordinated Universal Time)
Thu Jan 08 2009 00:00:00 GMT+0000 (Coordinated Universal Time)
Fri Jan 09 2009 00:00:00 GMT+0000 (Coordinated Universal Time)700141301014
Sat Jan 10 2009 00:00:00 GMT+0000 (Coordinated Universal Time)30506111312961
Sun Jan 11 2009 00:00:00 GMT+0000 (Coordinated Universal Time)46509312003393
Mon Jan 12 2009 00:00:00 GMT+0000 (Coordinated Universal Time)74700102152203194

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
);

Share link

Anyone who has the link will be able to view this.