Baselight

[Time Series] Crypto Currency Dataset

Time series data for top 425 cryptocurrencies of the world.

@kaggle.tr1gg3rtrash_time_series_top_100_crypto_currency_dataset

Ach Usd
@kaggle.tr1gg3rtrash_time_series_top_100_crypto_currency_dataset.ach_usd

  • 46.93 KB
  • 750 rows
  • 7 columns
timestamp

Timestamp

adjclose

Adjclose

open

Open

low

Low

high

High

volume

Volume

close

Close

Wed Sep 09 2020 00:00:00 GMT+0000 (Coordinated Universal Time)0.02930800057947630.02856099978089330.02599499933421610.0330090001225471131971570.0293080005794763
Thu Sep 10 2020 00:00:00 GMT+0000 (Coordinated Universal Time)0.02428700029850.02930800057947630.02298099920153610.030192000791430491673420.0242870002985
Fri Sep 11 2020 00:00:00 GMT+0000 (Coordinated Universal Time)0.03051899932324880.02427400089800350.02250700071454040.03269800171256061253309030.0305189993232488
Sat Sep 12 2020 00:00:00 GMT+0000 (Coordinated Universal Time)0.02890300005674360.03184999898076050.02561200037598610.03184999898076051473582500.0289030000567436
Sun Sep 13 2020 00:00:00 GMT+0000 (Coordinated Universal Time)0.03348100185394280.02893600054085250.02653600089251990.03598399832844732260266860.0334810018539428
Mon Sep 14 2020 00:00:00 GMT+0000 (Coordinated Universal Time)0.03598999977111810.03368600085377690.03310399875044820.04144800081849091812450290.0359899997711181
Tue Sep 15 2020 00:00:00 GMT+0000 (Coordinated Universal Time)0.02804999984800810.03598999977111810.02779199928045270.03657199814915651059015110.0280499998480081
Wed Sep 16 2020 00:00:00 GMT+0000 (Coordinated Universal Time)0.02731399983167640.02807199954986570.02654300071299070.03092899918556211271847430.0273139998316764
Thu Sep 17 2020 00:00:00 GMT+0000 (Coordinated Universal Time)0.02615199983119960.02739300020039080.02385099977254860.0289190001785755932589490.0261519998311996
Fri Sep 18 2020 00:00:00 GMT+0000 (Coordinated Universal Time)0.02589599974453440.02628399990499010.02456000074744220.0270160008221864821105460.0258959997445344

CREATE TABLE ach_usd (
  "timestamp" TIMESTAMP,
  "adjclose" DOUBLE,
  "open" DOUBLE,
  "low" DOUBLE,
  "high" DOUBLE,
  "volume" BIGINT,
  "close" DOUBLE
);

Share link

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