Baselight

Crypto Currencies

Historical data for all major crypto currencies including Bitcoin & Ethereum

@kaggle.joebeachcapital_crypto_currencies

Dcr
@kaggle.joebeachcapital_crypto_currencies.dcr

  • 158.76 KB
  • 1252 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

Mon Feb 08 2016 00:00:00 GMT+0000 (Coordinated Universal Time)17051687121.770831284.46512723535675.019446191618200.05791498331
Tue Feb 09 2016 00:00:00 GMT+0000 (Coordinated Universal Time)85807412.56853176426.942715783148829.14060415647570.052807946359
Wed Feb 10 2016 00:00:00 GMT+0000 (Coordinated Universal Time)124724.00242458556110402.4661908924840530.9534121271493280.34443101235.425230035469228174.595912554187517.7978146772837640.051317896161
Thu Feb 11 2016 00:00:00 GMT+0000 (Coordinated Universal Time)69927.1165891500759750.27399208864566680.990628445296006.83677288369.590196910149393.504022381368317.91435646838960.062220122292
Fri Feb 12 2016 00:00:00 GMT+0000 (Coordinated Universal Time)90314.903355833273994.834585943438541.22415997898.05527544203.50096857142203.528110116221921.63704274680.051390380371
Sat Feb 13 2016 00:00:00 GMT+0000 (Coordinated Universal Time)49414.2522802678137732.29115036313041.31370946180.52334104000164.881153004215942.4870708463922.86694505750.05526738286
Sun Feb 14 2016 00:00:00 GMT+0000 (Coordinated Universal Time)59569.948690336352385.883886411316871.13151385099.27581632000197.94893985225406.91817324384521.09427045740.05824362238
Mon Feb 15 2016 00:00:00 GMT+0000 (Coordinated Universal Time)62681.26484701951318.13649682518481.18459225358.33006100.93963650176440.887917484133322.02764525640.05735240250
Tue Feb 16 2016 00:00:00 GMT+0000 (Coordinated Universal Time)52903.17135363243262.3604709824119571.36593038515.919512800001109.726553014160498.812249773160923.5516834616000030.05829088395
Wed Feb 17 2016 00:00:00 GMT+0000 (Coordinated Universal Time)42094.624503668433075.404358299214521.48412956082.2855764875.77063413251283.06427907768624.57429528360.05598848282

CREATE TABLE dcr (
  "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.