Baselight

Crypto Currencies

Historical data for all major crypto currencies including Bitcoin & Ethereum

@kaggle.joebeachcapital_crypto_currencies

Dash
@kaggle.joebeachcapital_crypto_currencies.dash

  • 239.11 KB
  • 2002 rows
  • 17 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)

realizedcap_usd

RealizedCap(USD)

generatedcoins

GeneratedCoins

fees

Fees

activeaddresses

ActiveAddresses

averagedifficulty

AverageDifficulty

paymentcount

PaymentCount

mediantxvalue_usd

MedianTxValue(USD)

medianfee

MedianFee

blocksize

BlockSize

blockcount

BlockCount

Sun Jan 19 2014 00:00:00 GMT+0000 (Coordinated Universal Time)115118121040.62836910.27470092355438168012726224138
Mon Jan 20 2014 00:00:00 GMT+0000 (Coordinated Universal Time)42392013571.693544763.60433708939142151189408765
Tue Jan 21 2014 00:00:00 GMT+0000 (Coordinated Universal Time)2118168401.797522624.7177014277105321180.001631205454
Wed Jan 22 2014 00:00:00 GMT+0000 (Coordinated Universal Time)26720790.2263386.106503913529642660.0019490599
Thu Jan 23 2014 00:00:00 GMT+0000 (Coordinated Universal Time)18887290.1582386.106503913529641870.0017454179
Fri Jan 24 2014 00:00:00 GMT+0000 (Coordinated Universal Time)212103700.0833526.106503913529642268448185
Sat Jan 25 2014 00:00:00 GMT+0000 (Coordinated Universal Time)23587840.0833296.106503913529642349726572
Sun Jan 26 2014 00:00:00 GMT+0000 (Coordinated Universal Time)26078080.1683196.106503913529642600.0018365764
Mon Jan 27 2014 00:00:00 GMT+0000 (Coordinated Universal Time)607470000.2987101.56864320714523607242059327
Tue Jan 28 2014 00:00:00 GMT+0000 (Coordinated Universal Time)12901140480.563000000000000114521.220135827200941283555328781

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

Share link

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