Baselight

Crypto Currencies

Historical data for all major crypto currencies including Bitcoin & Ethereum

@kaggle.joebeachcapital_crypto_currencies

Neo
@kaggle.joebeachcapital_crypto_currencies.neo

  • 62.31 KB
  • 1037 rows
  • 8 columns
date

Date

txvolume_usd

TxVolume(USD)

txcount

TxCount

marketcap_usd

Marketcap(USD)

price_usd

Price(USD)

exchangevolume_usd

ExchangeVolume(USD)

fees

Fees

activeaddresses

ActiveAddresses

Fri Sep 09 2016 00:00:00 GMT+0000 (Coordinated Universal Time)0.1814831349
Sat Sep 10 2016 00:00:00 GMT+0000 (Coordinated Universal Time)0.558536811
Sun Sep 11 2016 00:00:00 GMT+0000 (Coordinated Universal Time)0.390948879
Mon Sep 12 2016 00:00:00 GMT+0000 (Coordinated Universal Time)0.3763121116
Tue Sep 13 2016 00:00:00 GMT+0000 (Coordinated Universal Time)0.3744693337
Wed Sep 14 2016 00:00:00 GMT+0000 (Coordinated Universal Time)0.3095164129
Thu Sep 15 2016 00:00:00 GMT+0000 (Coordinated Universal Time)0.3251881982
Fri Sep 16 2016 00:00:00 GMT+0000 (Coordinated Universal Time)0.34972615105.000000000002
Sat Sep 17 2016 00:00:00 GMT+0000 (Coordinated Universal Time)0.38892421060
Sun Sep 18 2016 00:00:00 GMT+0000 (Coordinated Universal Time)0.426591105159

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

Share link

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