Baselight

Cryptocurrency Timeseries 2020

Bitcoin, Ethereum and Litecoin value and volume data by the minute

@kaggle.roopahegde_cryptocurrency_timeseries_2020

Gemini Ethusd 2020–1min
@kaggle.roopahegde_cryptocurrency_timeseries_2020.gemini_ethusd_2020_1min

  • 15.78 MB
  • 658059 rows
  • 8 columns
unix_timestamp

Unix Timestamp

date

Date

symbol

Symbol

open

Open

high

High

low

Low

close

Close

volume

Volume

1618880000000Tue Apr 20 2021 00:03:00 GMT+0000 (Coordinated Universal Time)ETHUSD2155.882155.882154.382154.380.701288
1618880000000Tue Apr 20 2021 00:02:00 GMT+0000 (Coordinated Universal Time)ETHUSD2168.632168.632155.882155.8830.750737
1618880000000Tue Apr 20 2021 00:01:00 GMT+0000 (Coordinated Universal Time)ETHUSD2172.162177.592168.632168.6315.45885127
1618880000000Tue Apr 20 2021 00:00:00 GMT+0000 (Coordinated Universal Time)ETHUSD2162.6921762162.692172.1633.16591
1618880000000Mon Apr 19 2021 23:59:00 GMT+0000 (Coordinated Universal Time)ETHUSD2166.542166.542162.362162.6923.615627
1618880000000Mon Apr 19 2021 23:58:00 GMT+0000 (Coordinated Universal Time)ETHUSD2168.862171.32166.542166.5437.815787
1618880000000Mon Apr 19 2021 23:57:00 GMT+0000 (Coordinated Universal Time)ETHUSD2162.962169.432162.962168.862.870899
1618880000000Mon Apr 19 2021 23:56:00 GMT+0000 (Coordinated Universal Time)ETHUSD2161.692163.382161.692162.960.634661
1618880000000Mon Apr 19 2021 23:55:00 GMT+0000 (Coordinated Universal Time)ETHUSD2160.662163.032159.862161.691.247678
1618880000000Mon Apr 19 2021 23:54:00 GMT+0000 (Coordinated Universal Time)ETHUSD2160.342164.672160.342160.669.87640142

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