Baselight

Cryptocurrency Price Analysis Dataset

Exploring Historical Price Behavior and Market Dynamics of Cryptocurrencies

@kaggle.adityamhaske_cryptocurrency_price_analysis_dataset

Eth
@kaggle.adityamhaske_cryptocurrency_price_analysis_dataset.eth

  • 69.25 KB
  • 1975 rows
  • 6 columns
crypto

Crypto

date

Date

open

Open

high

High

low

Low

close

Close

ETHFri Dec 31 2021 00:00:00 GMT+0000 (Coordinated Universal Time)3736.593812.673622.513687.67
ETHThu Dec 30 2021 00:00:00 GMT+0000 (Coordinated Universal Time)3725.63768.6335903733.98
ETHWed Dec 29 2021 00:00:00 GMT+0000 (Coordinated Universal Time)3809.143827.0137003724.98
ETHTue Dec 28 2021 00:00:00 GMT+0000 (Coordinated Universal Time)4061.294075.973765.233807.82
ETHMon Dec 27 2021 00:00:00 GMT+0000 (Coordinated Universal Time)4086.364128.2840374061.3
ETHSun Dec 26 2021 00:00:00 GMT+0000 (Coordinated Universal Time)4121.494121.934006.784087.98
ETHSat Dec 25 2021 00:00:00 GMT+0000 (Coordinated Universal Time)40674138.224026.94121.52
ETHFri Dec 24 2021 00:00:00 GMT+0000 (Coordinated Universal Time)4116.994135.984045.724067.43
ETHThu Dec 23 2021 00:00:00 GMT+0000 (Coordinated Universal Time)4015.54150.4838964112.67
ETHWed Dec 22 2021 00:00:00 GMT+0000 (Coordinated Universal Time)4026.354074.633944.394015.75

CREATE TABLE eth (
  "crypto" VARCHAR,
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE
);

Share link

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