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 Mkrusdt 1h 1
@kaggle.franoisgeorgesjulien_crypto.binance_mkrusdt_1h_1

  • 1.2 MB
  • 28382 rows
  • 9 columns
date

Date

symbol

Symbol

open

Open

high

High

low

Low

close

Close

volume_mkr

Volume MKR

volume_usdt

Volume USDT

tradecount

Tradecount

Thu Oct 19 2023 23:00:00 GMT+0000 (Coordinated Universal Time)MKRUSDT140414101402141078.4584110266.7036308
Thu Oct 19 2023 22:00:00 GMT+0000 (Coordinated Universal Time)MKRUSDT140414091403140368.291296047.5504295
Thu Oct 19 2023 21:00:00 GMT+0000 (Coordinated Universal Time)MKRUSDT1401140713981404200.3443280859.2694551
Thu Oct 19 2023 20:00:00 GMT+0000 (Coordinated Universal Time)MKRUSDT1398140213941402218.0294305138.0796592
Thu Oct 19 2023 19:00:00 GMT+0000 (Coordinated Universal Time)MKRUSDT138813981388139746.162164358.4761308
Thu Oct 19 2023 18:00:00 GMT+0000 (Coordinated Universal Time)MKRUSDT138813901387138814.370519948.1986133
Thu Oct 19 2023 17:00:00 GMT+0000 (Coordinated Universal Time)MKRUSDT139013931385138833.255946192.0477258
Thu Oct 19 2023 16:00:00 GMT+0000 (Coordinated Universal Time)MKRUSDT1393139913881390148.5046207015.1417637
Thu Oct 19 2023 15:00:00 GMT+0000 (Coordinated Universal Time)MKRUSDT1396140113901393135.4965189063.4847518
Thu Oct 19 2023 14:00:00 GMT+0000 (Coordinated Universal Time)MKRUSDT139413971388139662.166186549.6213355

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

Share link

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