Baselight

Bitcoin Historical Data

Binance | Okex | Bitcoin | Spot | BTCUSDT | 1 Minute Data

@kaggle.aipeli_btcusdt

Loading...
Loading...

About this Dataset

Bitcoin Historical Data

This is a historical bitcoin BTC/USDT 1 minute kline dataset from Binance Exchange / Okex Exchange

Time range(UTC+8): 2021-01-01 00:00:00 - 2021-12-05 23:59:00

Binance 487,167 records, Okex 488,160 records

Exchange Object: BTCUSDT SPOT

Dataset columns

t: Unix timestamp
o: Opening price on the given day
h: Highest price on the given day
l: Lowest price on the given day
c: Closing price on the given day
v: Volume of transactions on the given day

Binance incomplete data log

720 data records for 12 hours

⛔ [Binance kline_1m] From [2021-02-11 00:00:00]to[2021-02-11 11:59:59], download: 701, saved: 701
⛔ [Binance kline_1m] From [2021-02-11 12:00:00]to[2021-02-11 23:59:59], download: 660, saved: 660
⛔ [Binance kline_1m] From [2021-03-06 00:00:00]to[2021-03-06 11:59:59], download: 630, saved: 630
⛔ [Binance kline_1m] From [2021-04-20 00:00:00]to[2021-04-20 11:59:59], download: 600, saved: 600
⛔ [Binance kline_1m] From [2021-04-20 12:00:00]to[2021-04-20 23:59:59], download: 690, saved: 690
⛔ [Binance kline_1m] From [2021-04-25 12:00:00]to[2021-04-25 23:59:59], download: 436, saved: 436 
⛔ [Binance kline_1m] From [2021-08-13 00:00:00]to[2021-08-13 11:59:59], download: 600, saved: 600  
⛔ [Binance kline_1m] From [2021-08-13 12:00:00]to[2021-08-13 23:59:59], download: 570, saved: 570 
⛔ [Binance kline_1m] From [2021-09-29 12:00:00]to[2021-09-29 23:59:59], download: 600, saved: 600 

Tables

Binance Btcusdt Kline 1m

@kaggle.aipeli_btcusdt.binance_btcusdt_kline_1m
  • 17.11 MB
  • 487167 rows
  • 6 columns
Loading...

CREATE TABLE binance_btcusdt_kline_1m (
  "t" BIGINT,
  "o" DOUBLE,
  "h" DOUBLE,
  "l" DOUBLE,
  "c" DOUBLE,
  "v" DOUBLE
);

Okex Btcusdt Kline 1m

@kaggle.aipeli_btcusdt.okex_btcusdt_kline_1m
  • 15.98 MB
  • 488160 rows
  • 6 columns
Loading...

CREATE TABLE okex_btcusdt_kline_1m (
  "t" BIGINT,
  "o" DOUBLE,
  "h" DOUBLE,
  "l" DOUBLE,
  "c" DOUBLE,
  "v" DOUBLE
);

Share link

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