Baselight

Ethereum Cryptocurrency Historical Dataset

Historical Ethereum data from the start(2016) to 2021

@kaggle.kaushiksuresh147_ethereum_cryptocurrency_historical_dataset

Ethereum Historical Data
@kaggle.kaushiksuresh147_ethereum_cryptocurrency_historical_dataset.ethereum_historical_data

  • 114.46 KB
  • 2614 rows
  • 7 columns
date

Date

price

Price

open

Open

high

High

low

Low

vol

Vol

change

Change %

Sat May 06 2023 00:00:00 GMT+0000 (Coordinated Universal Time)1969.821993.332013.11964.43641.57K-1.18%
Fri May 05 2023 00:00:00 GMT+0000 (Coordinated Universal Time)1993.331877.061996.641875.66589.05K6.19%
Thu May 04 2023 00:00:00 GMT+0000 (Coordinated Universal Time)1877.061904.761915.151868.18372.69K-1.45%
Wed May 03 2023 00:00:00 GMT+0000 (Coordinated Universal Time)1904.741869.7419151844.72489.66K1.87%
Tue May 02 2023 00:00:00 GMT+0000 (Coordinated Universal Time)1869.741830.751878.71823.25391.27K2.13%
Mon May 01 2023 00:00:00 GMT+0000 (Coordinated Universal Time)1830.751869.051885.71807.3475.92K-2.04%
Sun Apr 30 2023 00:00:00 GMT+0000 (Coordinated Universal Time)1868.881907.81937.861868.88377.71K-2.04%
Sat Apr 29 2023 00:00:00 GMT+0000 (Coordinated Universal Time)1907.81890.931915.91886.27193.47K0.88%
Fri Apr 28 2023 00:00:00 GMT+0000 (Coordinated Universal Time)1891.141908.791922.851875.03408.45K-0.93%
Thu Apr 27 2023 00:00:00 GMT+0000 (Coordinated Universal Time)1908.811866.051937.551862.37771.48K2.29%

CREATE TABLE ethereum_historical_data (
  "date" TIMESTAMP,
  "price" DOUBLE,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "vol" VARCHAR,
  "change" VARCHAR
);

Share link

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