Baselight

Ethereum 2021 Dataset

Complete Historical Ethereum Minute wise dataset from 2016 to 2021

@kaggle.pdavpoojan_ethereum_2021_dataset

Gemini Ethusd 1hr
@kaggle.pdavpoojan_ethereum_2021_dataset.gemini_ethusd_1hr

  • 1.62 MB
  • 43857 rows
  • 8 columns
unix_timestamp

Unix Timestamp

date

Date

symbol

Symbol

open

Open

high

High

low

Low

close

Close

volume

Volume

162069000000011-05-2021 00:00ETHUSD3952.663966.873940.893940.8927.539891
162069000000010-05-2021 23:00ETHUSD4038.074038.073890.263952.661412.992659
162068000000010-05-2021 22:00ETHUSD4023.664070.663985.774038.071377.449847
162068000000010-05-2021 21:00ETHUSD3910.9940443873.014023.661450.977235
162068000000010-05-2021 20:00ETHUSD3989.213990.2635003910.9914639.05102
162067000000010-05-2021 19:00ETHUSD4134.984158.0239743989.212155.317937
162067000000010-05-2021 18:00ETHUSD4146.414171.754110.84134.981525.07291
162067000000010-05-2021 17:00ETHUSD4145.534196.4141264146.412229.77473
162066000000010-05-2021 16:00ETHUSD4165.384211.034140.824145.533465.257993
162066000000010-05-2021 15:00ETHUSD4048.9741754030.184165.382141.407512

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