Baselight

Crypto Currencies

Historical data for all major crypto currencies including Bitcoin & Ethereum

@kaggle.joebeachcapital_crypto_currencies

Eos
@kaggle.joebeachcapital_crypto_currencies.eos

  • 56.67 KB
  • 753 rows
  • 10 columns
date

Date

txvolume_usd

TxVolume(USD)

txcount

TxCount

marketcap_usd

Marketcap(USD)

price_usd

Price(USD)

exchangevolume_usd

ExchangeVolume(USD)

mediantxvalue_usd

MedianTxValue(USD)

activeaddresses

ActiveAddresses

paymentcount

PaymentCount

blockcount

BlockCount

Tue Jun 20 2017 00:00:00 GMT+0000 (Coordinated Universal Time)121
Wed Jun 21 2017 00:00:00 GMT+0000 (Coordinated Universal Time)
Thu Jun 22 2017 00:00:00 GMT+0000 (Coordinated Universal Time)
Fri Jun 23 2017 00:00:00 GMT+0000 (Coordinated Universal Time)
Sat Jun 24 2017 00:00:00 GMT+0000 (Coordinated Universal Time)
Sun Jun 25 2017 00:00:00 GMT+0000 (Coordinated Universal Time)
Mon Jun 26 2017 00:00:00 GMT+0000 (Coordinated Universal Time)
Tue Jun 27 2017 00:00:00 GMT+0000 (Coordinated Universal Time)
Wed Jun 28 2017 00:00:00 GMT+0000 (Coordinated Universal Time)
Thu Jun 29 2017 00:00:00 GMT+0000 (Coordinated Universal Time)

CREATE TABLE eos (
  "date" TIMESTAMP,
  "txvolume_usd" DOUBLE,
  "txcount" DOUBLE,
  "marketcap_usd" DOUBLE,
  "price_usd" DOUBLE,
  "exchangevolume_usd" DOUBLE,
  "mediantxvalue_usd" DOUBLE,
  "activeaddresses" DOUBLE,
  "paymentcount" DOUBLE,
  "blockcount" DOUBLE
);

Share link

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