Baselight

Crypto Currencies

Historical data for all major crypto currencies including Bitcoin & Ethereum

@kaggle.joebeachcapital_crypto_currencies

Ada
@kaggle.joebeachcapital_crypto_currencies.ada

  • 64.7 KB
  • 657 rows
  • 12 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)

fees

Fees

activeaddresses

ActiveAddresses

mediantxvalue_usd

MedianTxValue(USD)

medianfee

MedianFee

paymentcount

PaymentCount

Sun Sep 24 2017 00:00:00 GMT+0000 (Coordinated Universal Time)50.69939880.1708944
Mon Sep 25 2017 00:00:00 GMT+0000 (Coordinated Universal Time)80.520637163
Tue Sep 26 2017 00:00:00 GMT+0000 (Coordinated Universal Time)10.17876140.1787611
Wed Sep 27 2017 00:00:00 GMT+0000 (Coordinated Universal Time)60.683577120.17080653
Thu Sep 28 2017 00:00:00 GMT+0000 (Coordinated Universal Time)362.2459736512
Fri Sep 29 2017 00:00:00 GMT+0000 (Coordinated Universal Time)248797.6458584747548
Sat Sep 30 2017 00:00:00 GMT+0000 (Coordinated Universal Time)2528146.1587024976823
Sun Oct 01 2017 00:00:00 GMT+0000 (Coordinated Universal Time)436003334.5370864131172323.0881657230960.02167850068700291.170785597318065.2962660.171071661
Mon Oct 02 2017 00:00:00 GMT+0000 (Coordinated Universal Time)1025157737.9568694151391424.739816162943596765346.77479570.02460757641300316.074603585824206.7671450.171071792
Tue Oct 03 2017 00:00:00 GMT+0000 (Coordinated Universal Time)604612406.4398379125245327.846005281808667797139.71248080.02575716997800182.280983370121063.743716885010.171071018

CREATE TABLE ada (
  "date" TIMESTAMP,
  "txvolume_usd" DOUBLE,
  "adjustedtxvolume_usd" DOUBLE,
  "txcount" BIGINT,
  "marketcap_usd" DOUBLE,
  "price_usd" DOUBLE,
  "exchangevolume_usd" DOUBLE,
  "fees" DOUBLE,
  "activeaddresses" BIGINT,
  "mediantxvalue_usd" DOUBLE,
  "medianfee" DOUBLE,
  "paymentcount" BIGINT
);

Share link

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