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 Etcusdt 1h 1
@kaggle.franoisgeorgesjulien_crypto.binance_etcusdt_1h_1

  • 2.13 MB
  • 46841 rows
  • 9 columns
date

Date

symbol

Symbol

open

Open

high

High

low

Low

close

Close

volume_etc

Volume ETC

volume_usdt

Volume USDT

tradecount

Tradecount

2023-10-19 23:00:00ETCUSDT14.7714.8214.7514.824145.43357008.2378595
2023-10-19 22:00:00ETCUSDT14.7314.814.7314.7717428.9257368.7858575
2023-10-19 21:00:00ETCUSDT14.814.814.7314.7317544.22259018.2046667
2023-10-19 20:00:00ETCUSDT14.814.8414.7714.818200.53269437.7882783
2023-10-19 19:00:00ETCUSDT14.7414.8114.7214.88356.09123388.3253419
2023-10-19 18:00:00ETCUSDT14.7414.7814.7314.7412364.5182429.5723495
2023-10-19 17:00:00ETCUSDT14.7714.7814.714.7514405.82212400.4191711
2023-10-19 16:00:00ETCUSDT14.7714.8814.7414.7632955.21488080.00391414
2023-10-19 15:00:00ETCUSDT14.7814.8314.7114.7721522.07317759.20971115
2023-10-19 14:00:00ETCUSDT14.7414.7914.714.7717138.74252614.9718809

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

Share link

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