Baselight

Ethereum 2021 Dataset

Complete Historical Ethereum Minute wise dataset from 2016 to 2021

@kaggle.pdavpoojan_ethereum_2021_dataset

Gemini Ethusd 2017–1min
@kaggle.pdavpoojan_ethereum_2021_dataset.gemini_ethusd_2017_1min

  • 10.77 MB
  • 525600 rows
  • 8 columns
unix_timestamp

Unix Timestamp

date

Date

symbol

Symbol

open

Open

high

High

low

Low

close

Close

volume

Volume

151476474031-12-2017 23:59ETHUSD736.11736.11736.11736.11
151476468031-12-2017 23:58ETHUSD736.11736.11736.11736.11
151476462031-12-2017 23:57ETHUSD736736.11736736.113.099132
151476456031-12-2017 23:56ETHUSD739.92739.927367363.585468
151476450031-12-2017 23:55ETHUSD739.92739.92739.92739.92
151476444031-12-2017 23:54ETHUSD739.92739.92739.92739.92
151476438031-12-2017 23:53ETHUSD739.92739.92739.92739.92
151476432031-12-2017 23:52ETHUSD739.92739.92739.92739.92
151476426031-12-2017 23:51ETHUSD739.92739.92739.92739.920.01011095
151476420031-12-2017 23:50ETHUSD740740739.92739.920.711006

CREATE TABLE gemini_ethusd_2017_1min (
  "unix_timestamp" BIGINT,
  "date" VARCHAR,
  "symbol" VARCHAR,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE
);

Share link

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