Binance Ethereum Historical Data
Binance | Ethereum | Spot | ETHUSDT | 1 Minute Data
@kaggle.aipeli_binance_ethusdt
Binance | Ethereum | Spot | ETHUSDT | 1 Minute Data
@kaggle.aipeli_binance_ethusdt
Time range(UTC+8): Jan,01,2021
- Dec,03,2021
The data consists of 484,287
records
Exchange Object: ETHUSDT SPOT
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
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
CREATE TABLE ethusdt_kline_1m (
"t" BIGINT,
"o" DOUBLE,
"h" DOUBLE,
"l" DOUBLE,
"c" DOUBLE,
"v" DOUBLE
);
Anyone who has the link will be able to view this.