Baselight

Cryptocurrency Top1000 Project Timeseries Dataset

Cryptocurrency_Top1000_Project_Dataset (Historical Data, Rank, ATH/ATL etc.)

@kaggle.saadaziz1985_cryptocurrency_top1000_project_dataset

Aurory
@kaggle.saadaziz1985_cryptocurrency_top1000_project_dataset.aurory

  • 10.43 KB
  • 173 rows
  • 5 columns
date

Date

open

Open

high

High

low

Low

close

Close

Wed Oct 27 2021 00:00:00 GMT+0000 (Coordinated Universal Time)12.6315.2212.6314.43
Sun Oct 31 2021 00:00:00 GMT+0000 (Coordinated Universal Time)13.6415.6112.5115.61
Wed Nov 03 2021 00:00:00 GMT+0000 (Coordinated Universal Time)14.3315.1814.3315.18
Sun Nov 07 2021 00:00:00 GMT+0000 (Coordinated Universal Time)17.2622.2716.4922.27
Thu Nov 11 2021 00:00:00 GMT+0000 (Coordinated Universal Time)23.2423.2419.1519.15
Mon Nov 15 2021 00:00:00 GMT+0000 (Coordinated Universal Time)18.4618.4616.716.7
Fri Nov 19 2021 00:00:00 GMT+0000 (Coordinated Universal Time)17.717.713.2413.24
Tue Nov 23 2021 00:00:00 GMT+0000 (Coordinated Universal Time)14.3116.9914.3115.12
Sat Nov 27 2021 00:00:00 GMT+0000 (Coordinated Universal Time)15.8118.9615.8117.44
Tue Nov 30 2021 00:00:00 GMT+0000 (Coordinated Universal Time)18.8420.3618.0320.36

CREATE TABLE aurory (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE
);