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 Ethusdt 1h 1
@kaggle.franoisgeorgesjulien_crypto.binance_ethusdt_1h_1

  • 2.69 MB
  • 53988 rows
  • 9 columns
date

Date

symbol

Symbol

open

Open

high

High

low

Low

close

Close

volume_eth

Volume ETH

volume_usdt

Volume USDT

tradecount

Tradecount

2023-10-19 23:00:00ETHUSDT1564.221567.311563.71566.573403.82355327189.02440312103
2023-10-19 22:00:00ETHUSDT1563.4515681563.391564.224833.05797566292.16229612073
2023-10-19 21:00:00ETHUSDT1566.511567.721563.391563.465240.29838200644.23852315157
2023-10-19 20:00:00ETHUSDT15681573.151563.721566.518725.296513691784.91364719124
2023-10-19 19:00:00ETHUSDT1561.661569.921561.215686092.96199540305.64176316003
2023-10-19 18:00:00ETHUSDT1561.951565.821561.291561.677672.162711995011.43461818218
2023-10-19 17:00:00ETHUSDT1564.291567.51559.861561.959693.438815157600.52340622317
2023-10-19 16:00:00ETHUSDT1561.21574.451560.121564.325664.860440219870.29085345784
2023-10-19 15:00:00ETHUSDT1560.981565.311556.541561.213142.875820520177.02920331819
2023-10-19 14:00:00ETHUSDT1554.411562.431552.871560.989886.091115391810.81857127419

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

Share link

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