Baselight

Cryptocurrency Historical Prices

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

@kaggle.sudalairajkumar_cryptocurrencypricehistory

Coin Ethereum
@kaggle.sudalairajkumar_cryptocurrencypricehistory.coin_ethereum

  • 146.38 KB
  • 2160 rows
  • 10 columns
sno

SNo

name

Name

symbol

Symbol

date

Date

high

High

low

Low

open

Open

close

Close

volume

Volume

marketcap

Marketcap

1EthereumETHSat Aug 08 2015 23:59:59 GMT+0000 (Coordinated Universal Time)2.79881000518798830.71472501754760742.7937600612640380.753324985504150467418845486894.2408
2EthereumETHSun Aug 09 2015 23:59:59 GMT+0000 (Coordinated Universal Time)0.87980997562408450.6291909813880920.70613598823547360.701897025108337453217042399573.4991
3EthereumETHMon Aug 10 2015 23:59:59 GMT+0000 (Coordinated Universal Time)0.72985398769378660.63654601573944090.71398901939392090.708447992801666340528342818364.3945
4EthereumETHTue Aug 11 2015 23:59:59 GMT+0000 (Coordinated Universal Time)1.1314100027084350.66323500871658330.70808702707290651.0678600072860718146310064569288.4328
5EthereumETHWed Aug 12 2015 23:59:59 GMT+0000 (Coordinated Universal Time)1.28993999958038330.88360798358917241.0587500333786011.2174400091171265215062073645010.9863
6EthereumETHThu Aug 13 2015 23:59:59 GMT+0000 (Coordinated Universal Time)1.96507000923156761.17199003696441651.2222399711608891.8276699781417854068680110607191.674
7EthereumETHFri Aug 14 2015 23:59:59 GMT+0000 (Coordinated Universal Time)2.26187992095947271.75475001335144041.8109200000762941.82787001132965094637030110672321.811
8EthereumETHSat Aug 15 2015 23:59:59 GMT+0000 (Coordinated Universal Time)1.87723994255065921.57097995281219481.8028899431228641.68889999389648442554360102303608.467
9EthereumETHSun Aug 16 2015 23:59:59 GMT+0000 (Coordinated Universal Time)1.69524002075195311.08981001377105711.68435001373291021.5660300254821775355079094901005.3503
10EthereumETHMon Aug 17 2015 23:59:59 GMT+0000 (Coordinated Universal Time)1.581189990043641.18534004688262941.581189990043641.2036099433898926194283087295366.5007

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