Baselight

Cryptocurrency Historical Prices

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

@kaggle.sudalairajkumar_cryptocurrencypricehistory

Coin Eos
@kaggle.sudalairajkumar_cryptocurrencypricehistory.coin_eos

  • 104.01 KB
  • 1466 rows
  • 10 columns
sno

SNo

name

Name

symbol

Symbol

date

Date

high

High

low

Low

open

Open

close

Close

volume

Volume

marketcap

Marketcap

1EOSEOSSun Jul 02 2017 23:59:59 GMT+0000 (Coordinated Universal Time)2.8775100708007810.82264798879623410.996520996093752.710050106048584320452000
2EOSEOSMon Jul 03 2017 23:59:59 GMT+0000 (Coordinated Universal Time)5.3959698677062992.6323099136352542.71739006042480474.086639881134033414950016654930710.727
3EOSEOSTue Jul 04 2017 23:59:59 GMT+0000 (Coordinated Universal Time)4.1912398338317872.93344998359680184.0980100631713873.371999979019165218559008550155156.975
4EOSEOSWed Jul 05 2017 23:59:59 GMT+0000 (Coordinated Universal Time)3.52349996566772462.73012995719909673.35599994659423833.003230094909668124339000500626421.883
5EOSEOSThu Jul 06 2017 23:59:59 GMT+0000 (Coordinated Universal Time)3.86747002601623543.00782990455627443.0142600536346443.361330032348633177463008568361515.182
6EOSEOSFri Jul 07 2017 23:59:59 GMT+0000 (Coordinated Universal Time)3.3511700630187992.7132399082183843.3511700630187992.80111002922058196596496481139483.247
7EOSEOSSat Jul 08 2017 23:59:59 GMT+0000 (Coordinated Universal Time)2.8969600200653082.0851299762725832.8246800899505612.586899995803833151162000489397506.518
8EOSEOSSun Jul 09 2017 23:59:59 GMT+0000 (Coordinated Universal Time)2.6904499530792242.1937799453735352.6004300117492682.292229890823364387525104472683189.621
9EOSEOSMon Jul 10 2017 23:59:59 GMT+0000 (Coordinated Universal Time)2.38841009140014651.7227300405502322.2530798912048341.83264005184173679608800381951141.016
10EOSEOSTue Jul 11 2017 23:59:59 GMT+0000 (Coordinated Universal Time)1.82325005531311041.4190299510955811.78542995452880861.6558200120925903111023000348448760.784

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