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

Cfxusdt W1
@kaggle.olegshpagin_crypto_coins_prices_ohlcv.cfxusdt_w1

  • 12.22 KB
  • 154 rows
  • 6 columns
datetime

Datetime

open

Open

high

High

low

Low

close

Close

volume

Volume

Mon Mar 29 2021 00:00:00 GMT+0000 (Coordinated Universal Time)1.2891.851.0011.138103229575.369
Mon Apr 05 2021 00:00:00 GMT+0000 (Coordinated Universal Time)1.1371.3711.0741.20753177802.293
Mon Apr 12 2021 00:00:00 GMT+0000 (Coordinated Universal Time)1.2061.2640.80.97245595963.975
Mon Apr 19 2021 00:00:00 GMT+0000 (Coordinated Universal Time)0.971.20.7790.86145290074.16
Mon Apr 26 2021 00:00:00 GMT+0000 (Coordinated Universal Time)0.8621.130.860.9452333828.073
Mon May 03 2021 00:00:00 GMT+0000 (Coordinated Universal Time)0.9411.070.8450.88458785132.316
Mon May 10 2021 00:00:00 GMT+0000 (Coordinated Universal Time)0.8840.9910.6830.71653267276.429
Mon May 17 2021 00:00:00 GMT+0000 (Coordinated Universal Time)0.7170.7170.1850.32555489416.164
Mon May 24 2021 00:00:00 GMT+0000 (Coordinated Universal Time)0.3250.4290.2950.32630474420.842
Mon May 31 2021 00:00:00 GMT+0000 (Coordinated Universal Time)0.3260.5220.3090.41966179081.411

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