Baselight

Crypto Currencies

Historical data for all major crypto currencies including Bitcoin & Ethereum

@kaggle.joebeachcapital_crypto_currencies

Zil
@kaggle.joebeachcapital_crypto_currencies.zil

  • 38.44 KB
  • 547 rows
  • 8 columns
date

Date

txvolume_usd

TxVolume(USD)

txcount

TxCount

marketcap_usd

Marketcap(USD)

price_usd

Price(USD)

exchangevolume_usd

ExchangeVolume(USD)

activeaddresses

ActiveAddresses

mediantxvalue_usd

MedianTxValue(USD)

Fri Jan 12 2018 00:00:00 GMT+0000 (Coordinated Universal Time)34
Sat Jan 13 2018 00:00:00 GMT+0000 (Coordinated Universal Time)
Sun Jan 14 2018 00:00:00 GMT+0000 (Coordinated Universal Time)
Mon Jan 15 2018 00:00:00 GMT+0000 (Coordinated Universal Time)
Tue Jan 16 2018 00:00:00 GMT+0000 (Coordinated Universal Time)
Wed Jan 17 2018 00:00:00 GMT+0000 (Coordinated Universal Time)
Thu Jan 18 2018 00:00:00 GMT+0000 (Coordinated Universal Time)
Fri Jan 19 2018 00:00:00 GMT+0000 (Coordinated Universal Time)
Sat Jan 20 2018 00:00:00 GMT+0000 (Coordinated Universal Time)
Sun Jan 21 2018 00:00:00 GMT+0000 (Coordinated Universal Time)

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

Share link

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