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

Mtlusdt W1
@kaggle.olegshpagin_crypto_coins_prices_ohlcv.mtlusdt_w1

  • 16.1 KB
  • 238 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.450.450.34590.35665199105.35
Mon Aug 26 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.35950.490.350.38027687730.91
Mon Sep 02 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.38010.43360.36810.386613501239.58
Mon Sep 09 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.38790.3930.32120.32883606033.42
Mon Sep 16 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.32880.34060.29680.30293827359.25
Mon Sep 23 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.30150.34010.20470.32224742734.61
Mon Sep 30 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.32540.52410.30250.36129357451.04
Mon Oct 07 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.36190.40990.33060.34286125374.69
Mon Oct 14 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.34180.35740.28820.30523063298.9
Mon Oct 21 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.3050.32970.26310.31614408758.54

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