Baselight

Crypto Currencies

Historical data for all major crypto currencies including Bitcoin & Ethereum

@kaggle.joebeachcapital_crypto_currencies

Xmr
@kaggle.joebeachcapital_crypto_currencies.xmr

  • 178.77 KB
  • 1912 rows
  • 13 columns
date

Date

txcount

TxCount

marketcap_usd

Marketcap(USD)

price_usd

Price(USD)

exchangevolume_usd

ExchangeVolume(USD)

fees

Fees

generatedcoins

GeneratedCoins

activeaddresses

ActiveAddresses

medianfee

MedianFee

averagedifficulty

AverageDifficulty

paymentcount

PaymentCount

blockcount

BlockCount

blocksize

BlockSize

Fri Apr 18 2014 00:00:00 GMT+0000 (Coordinated Universal Time)40.00000445844415562.508905908397420.00000156163.1423728813524885332259
Sat Apr 19 2014 00:00:00 GMT+0000 (Coordinated Universal Time)110.00001433688323801.395172535243760.00000169769.40339233038631356641393
Sun Apr 20 2014 00:00:00 GMT+0000 (Coordinated Universal Time)40.0000041846828784.406614076812210.00000103178184092.53016453382311641659774
Mon Apr 21 2014 00:00:00 GMT+0000 (Coordinated Universal Time)300.00003128704.210262963934590.000001117482.1153142161611639636743
Tue Apr 22 2014 00:00:00 GMT+0000 (Coordinated Universal Time)520.00006576777425691.39002913844514210.0000010629755238052.536054421772961470679633
Wed Apr 23 2014 00:00:00 GMT+0000 (Coordinated Universal Time)310.00004077100526319.91306920004428540.000001255662.599072233281611509854872
Thu Apr 24 2014 00:00:00 GMT+0000 (Coordinated Universal Time)120.00001624164325198.1871295120156300.0000011127085273815.8539792388841445600547
Fri Apr 25 2014 00:00:00 GMT+0000 (Coordinated Universal Time)790.00009261890824884.48683786990359590.000001302515.0966183574651514491928254
Sat Apr 26 2014 00:00:00 GMT+0000 (Coordinated Universal Time)210.00002907456726758.3248003059734490.000001423198332938.17662337661341540920395
Sun Apr 27 2014 00:00:00 GMT+0000 (Coordinated Universal Time)610.00007411152926382.73612746977669540.000001424868.539465101140115331849742

CREATE TABLE xmr (
  "date" TIMESTAMP,
  "txcount" BIGINT,
  "marketcap_usd" DOUBLE,
  "price_usd" DOUBLE,
  "exchangevolume_usd" DOUBLE,
  "fees" DOUBLE,
  "generatedcoins" DOUBLE,
  "activeaddresses" BIGINT,
  "medianfee" DOUBLE,
  "averagedifficulty" DOUBLE,
  "paymentcount" BIGINT,
  "blockcount" BIGINT,
  "blocksize" BIGINT
);

Share link

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