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

Nmrusdt W1
@kaggle.olegshpagin_crypto_coins_prices_ohlcv.nmrusdt_w1

  • 12.66 KB
  • 186 rows
  • 6 columns
datetime

Datetime

open

Open

high

High

low

Low

close

Close

volume

Volume

Mon Aug 17 2020 00:00:00 GMT+0000 (Coordinated Universal Time)50.4253.8837.7743.591159555.892
Mon Aug 24 2020 00:00:00 GMT+0000 (Coordinated Universal Time)43.28367.538.62251.355346655.546
Mon Aug 31 2020 00:00:00 GMT+0000 (Coordinated Universal Time)51.32959.593538.255182169.941
Mon Sep 07 2020 00:00:00 GMT+0000 (Coordinated Universal Time)38.2554033.89435.54772127.884
Mon Sep 14 2020 00:00:00 GMT+0000 (Coordinated Universal Time)35.5734028.73333.266337547.187
Mon Sep 21 2020 00:00:00 GMT+0000 (Coordinated Universal Time)33.26534.13628.8131.675167039.92
Mon Sep 28 2020 00:00:00 GMT+0000 (Coordinated Universal Time)31.7432.02227.90828.95361668.132
Mon Oct 05 2020 00:00:00 GMT+0000 (Coordinated Universal Time)29.01529.68126.83728.75243184.26
Mon Oct 12 2020 00:00:00 GMT+0000 (Coordinated Universal Time)28.89335.9927.76629.12865329.316
Mon Oct 19 2020 00:00:00 GMT+0000 (Coordinated Universal Time)29.13729.95425.85525.9765573.136

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