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 Btcusdt 1h 1
@kaggle.franoisgeorgesjulien_crypto.binance_btcusdt_1h_1

  • 2.99 MB
  • 53988 rows
  • 9 columns
date

Date

symbol

Symbol

open

Open

high

High

low

Low

close

Close

volume_btc

Volume BTC

volume_usdt

Volume USDT

tradecount

Tradecount

2023-10-19 23:00:00BTCUSDT28649.6428717.8228630.1928713.71613.2844817582980.996625527099
2023-10-19 22:00:00BTCUSDT28604.0928704.9928598.628649.65767.8551822004202.691068528479
2023-10-19 21:00:00BTCUSDT28715.3928739.7328604.0928604.091118.5169732056663.42846742623
2023-10-19 20:00:00BTCUSDT28750.7528882.0728684.828715.381737.1471149976233.587985759830
2023-10-19 19:00:00BTCUSDT28646.9828765.762864528750.751039.2093529840590.850769349985
2023-10-19 18:00:00BTCUSDT28547.2428691.422852528646.981401.6066440118201.223200656412
2023-10-19 17:00:00BTCUSDT28620.0128692.4828457.5628547.241699.1121448562824.960366875653
2023-10-19 16:00:00BTCUSDT28680.0928916.8928606.3228620.013891.53983111887693.2948681134118
2023-10-19 15:00:00BTCUSDT28680.4528814.1428569.2828680.093242.7697793044459.1540597127216
2023-10-19 14:00:00BTCUSDT28482.128750.5728444.6428680.453017.4221286267965.620686598763

CREATE TABLE binance_btcusdt_1h_1 (
  "date" VARCHAR,
  "symbol" VARCHAR,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume_btc" DOUBLE,
  "volume_usdt" DOUBLE,
  "tradecount" BIGINT
);

Share link

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