Baselight

Ethereum 2021 Dataset

Complete Historical Ethereum Minute wise dataset from 2016 to 2021

@kaggle.pdavpoojan_ethereum_2021_dataset

Gemini Ethusd Day
@kaggle.pdavpoojan_ethereum_2021_dataset.gemini_ethusd_day

  • 88.03 KB
  • 1828 rows
  • 8 columns
unix_timestamp

Unix Timestamp

date

Date

symbol

Symbol

open

Open

high

High

low

Low

close

Close

volume

Volume

162062000000010-05-2021 04:00ETHUSD4060.214345.4435003924.749801.11878
162053000000009-05-2021 04:00ETHUSD3874.494077.737254060.2123638.51668
162045000000008-05-2021 04:00ETHUSD3539.733968.373512.133874.4925676.87443
162036000000007-05-2021 04:00ETHUSD3427.4935953355.013539.7315974.56746
162027000000006-05-2021 04:00ETHUSD3478.063598.053402.013427.4916516.66968
162019000000005-05-2021 04:00ETHUSD3299.5635503225.013478.0624705.443
162010000000004-05-2021 04:00ETHUSD3237.673531.833161.563299.5641221.56474
162001000000003-05-2021 04:00ETHUSD3054.8634583038.513237.6760403.11897
161993000000002-05-2021 04:00ETHUSD2906.973060.2728573054.8617806.29648
161984000000001-05-2021 04:00ETHUSD2844.352957.342810.152906.9719823.96829

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