Baselight

Bitcoin +233 Crypto Coins Prices

Open, High, Low, Close, Volume prices Crypto Coins W1 D1 H4 H1 M30 M15 M5

@kaggle.olegshpagin_crypto_coins_prices_ohlcv

Cocosusdt W1
@kaggle.olegshpagin_crypto_coins_prices_ohlcv.cocosusdt_w1

  • 14.63 KB
  • 197 rows
  • 6 columns
datetime

Datetime

open

Open

high

High

low

Low

close

Close

volume

Volume

Mon Aug 19 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.00780.00790.001710.0019547060385461
Mon Aug 26 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.0019340.0020360.001350.0014512859441513
Mon Sep 02 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.0014510.0015260.0012820.0013352517359152
Mon Sep 09 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.0013530.0014170.00120.0012632643633119
Mon Sep 16 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.0012660.0012980.0011470.001152919778911
Mon Sep 23 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.001150.0011570.0007420.0007862837087082
Mon Sep 30 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.0007860.0009070.0007570.0007841492455932
Mon Oct 07 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.0007860.0009880.000780.00092558250495
Mon Oct 14 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.0008990.0010840.0008460.0008942942206709
Mon Oct 21 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.0009010.001250.0008210.00100710717792101

CREATE TABLE cocosusdt_w1 (
  "datetime" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE
);