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

Qntusdt W1
@kaggle.olegshpagin_crypto_coins_prices_ohlcv.qntusdt_w1

  • 9.81 KB
  • 137 rows
  • 6 columns
datetime

Datetime

open

Open

high

High

low

Low

close

Close

volume

Volume

Mon Jul 26 2021 00:00:00 GMT+0000 (Coordinated Universal Time)100.4179.9100.4175.31055606.876
Mon Aug 02 2021 00:00:00 GMT+0000 (Coordinated Universal Time)175.6191.7142.8152820987.047
Mon Aug 09 2021 00:00:00 GMT+0000 (Coordinated Universal Time)152.1166.8142.4165324561.492
Mon Aug 16 2021 00:00:00 GMT+0000 (Coordinated Universal Time)164.9202.9149.2183.2578794.054
Mon Aug 23 2021 00:00:00 GMT+0000 (Coordinated Universal Time)183.3213.3178.3189.9349027.466
Mon Aug 30 2021 00:00:00 GMT+0000 (Coordinated Universal Time)189.9331.8176.1319.2780418.01
Mon Sep 06 2021 00:00:00 GMT+0000 (Coordinated Universal Time)319.2430279.1357.31987617.275
Mon Sep 13 2021 00:00:00 GMT+0000 (Coordinated Universal Time)357.4418.2322.3347558336.007
Mon Sep 20 2021 00:00:00 GMT+0000 (Coordinated Universal Time)347.4350255.1294744069.553
Mon Sep 27 2021 00:00:00 GMT+0000 (Coordinated Universal Time)294344.6267.2316.6310389.06

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