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

Snxusdt W1
@kaggle.olegshpagin_crypto_coins_prices_ohlcv.snxusdt_w1

  • 13.12 KB
  • 192 rows
  • 6 columns
datetime

Datetime

open

Open

high

High

low

Low

close

Close

volume

Volume

Mon Jul 06 2020 00:00:00 GMT+0000 (Coordinated Universal Time)2.8933.3982.6542.781704099.282
Mon Jul 13 2020 00:00:00 GMT+0000 (Coordinated Universal Time)2.783.62.3843.2973979045.836
Mon Jul 20 2020 00:00:00 GMT+0000 (Coordinated Universal Time)3.2994.19933.1554576332.393
Mon Jul 27 2020 00:00:00 GMT+0000 (Coordinated Universal Time)3.1544.4372.674.2666688878.171
Mon Aug 03 2020 00:00:00 GMT+0000 (Coordinated Universal Time)4.2664.743.894.2413783138.374
Mon Aug 10 2020 00:00:00 GMT+0000 (Coordinated Universal Time)4.2437.464.176.40511931589.422
Mon Aug 17 2020 00:00:00 GMT+0000 (Coordinated Universal Time)6.3986.8755.1065.6789189812.73
Mon Aug 24 2020 00:00:00 GMT+0000 (Coordinated Universal Time)5.6887.4155.57.3019870189.599
Mon Aug 31 2020 00:00:00 GMT+0000 (Coordinated Universal Time)7.37.883.654.95512887760.386
Mon Sep 07 2020 00:00:00 GMT+0000 (Coordinated Universal Time)4.9516.2864.0285.3888123761.76

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