Baselight

Ethereum 2021 Dataset

Complete Historical Ethereum Minute wise dataset from 2016 to 2021

@kaggle.pdavpoojan_ethereum_2021_dataset

Gemini Ethusd 2019–1min
@kaggle.pdavpoojan_ethereum_2021_dataset.gemini_ethusd_2019_1min

  • 7.12 MB
  • 483825 rows
  • 8 columns
unix_timestamp

Unix Timestamp

date

Date

symbol

Symbol

open

Open

high

High

low

Low

close

Close

volume

Volume

157784000000031-12-2019 23:59ETHUSD128.84128.84128.84128.84
157784000000031-12-2019 23:58ETHUSD128.84128.84128.84128.84
157784000000031-12-2019 23:57ETHUSD128.84128.84128.84128.84
157784000000031-12-2019 23:56ETHUSD128.84128.84128.84128.84
157784000000031-12-2019 23:55ETHUSD128.84128.84128.54128.8410.350915
157784000000031-12-2019 23:54ETHUSD128.68128.84128.5128.8450.762015
157784000000031-12-2019 23:53ETHUSD128.83128.83128.68128.680.142871
157784000000031-12-2019 23:52ETHUSD128.83128.83128.83128.83
157784000000031-12-2019 23:51ETHUSD128.83128.83128.83128.83
157784000000031-12-2019 23:50ETHUSD128.58128.83128.58128.830.136767

CREATE TABLE gemini_ethusd_2019_1min (
  "unix_timestamp" DOUBLE,
  "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.