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

Xlmusdt W1
@kaggle.olegshpagin_crypto_coins_prices_ohlcv.xlmusdt_w1

  • 20.35 KB
  • 302 rows
  • 6 columns
datetime

Datetime

open

Open

high

High

low

Low

close

Close

volume

Volume

Mon May 28 2018 00:00:00 GMT+0000 (Coordinated Universal Time)0.280210.3120.279630.3040577693136.73
Mon Jun 04 2018 00:00:00 GMT+0000 (Coordinated Universal Time)0.304060.311040.236810.24402122987589.82
Mon Jun 11 2018 00:00:00 GMT+0000 (Coordinated Universal Time)0.244720.2580.203310.22814121155969.97
Mon Jun 18 2018 00:00:00 GMT+0000 (Coordinated Universal Time)0.228150.240540.176070.19277119397725.6
Mon Jun 25 2018 00:00:00 GMT+0000 (Coordinated Universal Time)0.192780.2040.170620.19989134090932.54
Mon Jul 02 2018 00:00:00 GMT+0000 (Coordinated Universal Time)0.19970.23230.1930.21033151938957.81
Mon Jul 09 2018 00:00:00 GMT+0000 (Coordinated Universal Time)0.210340.224850.180220.22118169750537.22
Mon Jul 16 2018 00:00:00 GMT+0000 (Coordinated Universal Time)0.221140.3310.218940.2831519775489.83
Mon Jul 23 2018 00:00:00 GMT+0000 (Coordinated Universal Time)0.283450.352540.280140.30793397132101.13
Mon Jul 30 2018 00:00:00 GMT+0000 (Coordinated Universal Time)0.307930.308490.2330.2431248353117.63

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