Baselight

Crypto Currencies

Historical data for all major crypto currencies including Bitcoin & Ethereum

@kaggle.joebeachcapital_crypto_currencies

Etc
@kaggle.joebeachcapital_crypto_currencies.etc

  • 141.28 KB
  • 1444 rows
  • 15 columns
date

Date

txvolume_usd

TxVolume(USD)

txcount

TxCount

marketcap_usd

Marketcap(USD)

price_usd

Price(USD)

exchangevolume_usd

ExchangeVolume(USD)

generatedcoins

GeneratedCoins

fees

Fees

activeaddresses

ActiveAddresses

mediantxvalue_usd

MedianTxValue(USD)

medianfee

MedianFee

averagedifficulty

AverageDifficulty

paymentcount

PaymentCount

blocksize

BlockSize

blockcount

BlockCount

Thu Jul 30 2015 00:00:00 GMT+0000 (Coordinated Universal Time)39311.09375121335493200.8263544498976911
Fri Jul 31 2015 00:00:00 GMT+0000 (Coordinated Universal Time)36191.71875602941851593.553839944586863
Sat Aug 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)27702.1875887254173531.021530443445293
Sun Aug 02 2015 00:00:00 GMT+0000 (Coordinated Universal Time)28227.18751020253707547.48331123485358
Mon Aug 03 2015 00:00:00 GMT+0000 (Coordinated Universal Time)27976.718751125837358847.064230999535280
Tue Aug 04 2015 00:00:00 GMT+0000 (Coordinated Universal Time)28478.43751216587344565.16931508545368
Wed Aug 05 2015 00:00:00 GMT+0000 (Coordinated Universal Time)27528.593751327837857486.721430307805235
Thu Aug 06 2015 00:00:00 GMT+0000 (Coordinated Universal Time)27075.468751380846362251.631829860605116
Fri Aug 07 2015 00:00:00 GMT+0000 (Coordinated Universal Time)205027437.6562537.318413511279310860.00132077886623551470838650662.277197732826935189
Sat Aug 08 2015 00:00:00 GMT+0000 (Coordinated Universal Time)288127943.437568.099970071856838260.0012431944296661586123528941.2517197335088785256

CREATE TABLE etc (
  "date" TIMESTAMP,
  "txvolume_usd" DOUBLE,
  "txcount" DOUBLE,
  "marketcap_usd" DOUBLE,
  "price_usd" DOUBLE,
  "exchangevolume_usd" DOUBLE,
  "generatedcoins" DOUBLE,
  "fees" DOUBLE,
  "activeaddresses" DOUBLE,
  "mediantxvalue_usd" DOUBLE,
  "medianfee" DOUBLE,
  "averagedifficulty" DOUBLE,
  "paymentcount" DOUBLE,
  "blocksize" BIGINT,
  "blockcount" BIGINT
);

Share link

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