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 Filusdt 1h 1
@kaggle.franoisgeorgesjulien_crypto.binance_filusdt_1h_1

  • 1.19 MB
  • 26363 rows
  • 9 columns
date

Date

symbol

Symbol

open

Open

high

High

low

Low

close

Close

volume_fil

Volume FIL

volume_usdt

Volume USDT

tradecount

Tradecount

Thu Oct 19 2023 23:00:00 GMT+0000 (Coordinated Universal Time)FILUSDT3.1863.1973.1813.191107885.83344210.915041352
Thu Oct 19 2023 22:00:00 GMT+0000 (Coordinated Universal Time)FILUSDT3.1793.1953.1773.18635301.47112526.4421980
Thu Oct 19 2023 21:00:00 GMT+0000 (Coordinated Universal Time)FILUSDT3.1863.1893.1743.1839510.1125637.868811003
Thu Oct 19 2023 20:00:00 GMT+0000 (Coordinated Universal Time)FILUSDT3.1853.1983.1813.18984744.24270284.245271556
Thu Oct 19 2023 19:00:00 GMT+0000 (Coordinated Universal Time)FILUSDT3.1723.1873.1713.18531227.8299279.4827880
Thu Oct 19 2023 18:00:00 GMT+0000 (Coordinated Universal Time)FILUSDT3.1653.1763.1643.17224023.4976178.50131836
Thu Oct 19 2023 17:00:00 GMT+0000 (Coordinated Universal Time)FILUSDT3.1653.173.1543.16529321.8292765.36232969
Thu Oct 19 2023 16:00:00 GMT+0000 (Coordinated Universal Time)FILUSDT3.1653.1853.1583.16590997.77288585.534782032
Thu Oct 19 2023 15:00:00 GMT+0000 (Coordinated Universal Time)FILUSDT3.1753.1813.1633.165139192.26441440.593511546
Thu Oct 19 2023 14:00:00 GMT+0000 (Coordinated Universal Time)FILUSDT3.1623.1763.163.175103842.71328926.360391045

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