Baselight

Cryptocurrency Historical Prices

Prices of top cryptocurrencies including BTC, ETH, ADA, DOT and BNB

@kaggle.sudalairajkumar_cryptocurrencypricehistory

Coin Monero
@kaggle.sudalairajkumar_cryptocurrencypricehistory.coin_monero

  • 173.03 KB
  • 2602 rows
  • 10 columns
sno

SNo

name

Name

symbol

Symbol

date

Date

high

High

low

Low

open

Open

close

Close

volume

Volume

marketcap

Marketcap

1MoneroXMRThu May 22 2014 23:59:59 GMT+0000 (Coordinated Universal Time)2.188879966735841.3590899705886841.5894000530242922.0955801010131841329181855607.93064
2MoneroXMRFri May 23 2014 23:59:59 GMT+0000 (Coordinated Universal Time)3.43437004089355472.0510399341583252.0510399341583252.9630200862884522668522692180.34199
3MoneroXMRSat May 24 2014 23:59:59 GMT+0000 (Coordinated Universal Time)4.014239788055422.61777997016906742.92038989067077643.7024500370025642480283456657.53448
4MoneroXMRSun May 25 2014 23:59:59 GMT+0000 (Coordinated Universal Time)4.043029785156252.8032999038696294.043029785156253.13856005668640142835452993339.41728
5MoneroXMRMon May 26 2014 23:59:59 GMT+0000 (Coordinated Universal Time)3.7623500823974612.3120200634002693.21897006034851073.0218598842620852201482946133.3216
6MoneroXMRTue May 27 2014 23:59:59 GMT+0000 (Coordinated Universal Time)3.0337998867034912.06524991989135743.0337998867034912.208230018615722797602.60156252199815.53958
7MoneroXMRWed May 28 2014 23:59:59 GMT+0000 (Coordinated Universal Time)2.846899986267091.90615999698638872.24011993408203122.2688601016998291777162315317.60277
8MoneroXMRThu May 29 2014 23:59:59 GMT+0000 (Coordinated Universal Time)2.49409008026123051.67653000354766852.2054400444030761.67653000354766851091571742651.60972
9MoneroXMRFri May 30 2014 23:59:59 GMT+0000 (Coordinated Universal Time)1.86663997173309331.0829000473022461.6765099763870241.5676399469375611192961667566.07652
10MoneroXMRSat May 31 2014 23:59:59 GMT+0000 (Coordinated Universal Time)2.2846400737762451.40769994258880621.5750399827957151.9385399818420411173992113584.5887

CREATE TABLE coin_monero (
  "sno" BIGINT,
  "name" VARCHAR,
  "symbol" VARCHAR,
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "marketcap" DOUBLE
);

Share link

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