Baselight

Crypto Data Hourly Price Since 2017 To 2023-10

1M+ Hourly Price Data Tick for 34 Cryptocurrencies from 2017 to Present, OHLCV

@kaggle.franoisgeorgesjulien_crypto

Binance Compusdt 1h 1
@kaggle.franoisgeorgesjulien_crypto.binance_compusdt_1h_1

  • 1.27 MB
  • 29059 rows
  • 9 columns
date

Date

symbol

Symbol

open

Open

high

High

low

Low

close

Close

volume_comp

Volume COMP

volume_usdt

Volume USDT

tradecount

Tradecount

Thu Oct 19 2023 23:00:00 GMT+0000 (Coordinated Universal Time)COMPUSDT40.0240.1439.9240.12785.17831419.64557173
Thu Oct 19 2023 22:00:00 GMT+0000 (Coordinated Universal Time)COMPUSDT40.0740.2239.9940.021031.09541363.82245232
Thu Oct 19 2023 21:00:00 GMT+0000 (Coordinated Universal Time)COMPUSDT40.2540.2739.940.121801.47972174.21487560
Thu Oct 19 2023 20:00:00 GMT+0000 (Coordinated Universal Time)COMPUSDT40.0840.3340.0140.257423.56298471.93792945
Thu Oct 19 2023 19:00:00 GMT+0000 (Coordinated Universal Time)COMPUSDT39.7540.1539.7540.082531.542101276.92259473
Thu Oct 19 2023 18:00:00 GMT+0000 (Coordinated Universal Time)COMPUSDT39.5939.9839.5939.762489.87299151.57708456
Thu Oct 19 2023 17:00:00 GMT+0000 (Coordinated Universal Time)COMPUSDT39.5939.8239.5239.584000.147158605.87422648
Thu Oct 19 2023 16:00:00 GMT+0000 (Coordinated Universal Time)COMPUSDT39.5639.8539.5139.573959.082157071.56969786
Thu Oct 19 2023 15:00:00 GMT+0000 (Coordinated Universal Time)COMPUSDT39.7339.8739.4839.573738.835148449.9474679
Thu Oct 19 2023 14:00:00 GMT+0000 (Coordinated Universal Time)COMPUSDT39.6839.7339.4339.713763.82148955.23885566

CREATE TABLE binance_compusdt_1h_1 (
  "date" TIMESTAMP,
  "symbol" VARCHAR,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume_comp" DOUBLE,
  "volume_usdt" DOUBLE,
  "tradecount" BIGINT
);

Share link

Anyone who has the link will be able to view this.