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

Oneusdt W1
@kaggle.olegshpagin_crypto_coins_prices_ohlcv.oneusdt_w1

  • 17.53 KB
  • 250 rows
  • 6 columns
datetime

Datetime

open

Open

high

High

low

Low

close

Close

volume

Volume

Mon May 27 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.0150.028480.010910.0210410369950585.9
Mon Jun 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.021040.030790.019590.0242612198162451
Mon Jun 10 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.024250.025880.019610.02163595961014.8
Mon Jun 17 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.02160.024780.020220.02113073482666.3
Mon Jun 24 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.021150.022860.016740.019222967568120.5
Mon Jul 01 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.01920.020560.015020.015971813013551.4
Mon Jul 08 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.015930.016880.011790.012852231368992.7
Mon Jul 15 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.012830.01450.011210.012551360227945.8
Mon Jul 22 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.012540.012880.010240.01071699536955.1
Mon Jul 29 2019 00:00:00 GMT+0000 (Coordinated Universal Time)0.010710.011230.00950.00965773079901.8

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