Baselight

BITCOIN Historical Datasets 2018-2025

BTCUSDT spot crypto Binance (Daily, 4h, 1h, 15m) update to current day

@kaggle.novandraanugrah_bitcoin_historical_datasets_2018_2024

Btc 4h Data
@kaggle.novandraanugrah_bitcoin_historical_datasets_2018_2024.btc_4h_data

  • 1.33 MB
  • 15408 rows
  • 12 columns
open_time

Open Time

open

Open

high

High

low

Low

close

Close

volume

Volume

close_time

Close Time

quote_asset_volume

Quote Asset Volume

number_of_trades

Number Of Trades

taker_buy_base_asset_volume

Taker Buy Base Asset Volume

taker_buy_quote_asset_volume

Taker Buy Quote Asset Volume

ignore

Ignore

Mon Jan 01 2018 00:00:00 GMT+0000 (Coordinated Universal Time)13715.6513715.6513155.3813410.031676.204807Mon Jan 01 2018 03:59:59 GMT+0000 (Coordinated Universal Time)22516071.8670072219438739.5186669937536.51382895
Mon Jan 01 2018 04:00:00 GMT+0000 (Coordinated Universal Time)13434.9813818.5513322.1513570.351302.214836Mon Jan 01 2018 07:59:59 GMT+0000 (Coordinated Universal Time)17702535.7245880618061588.5162227998795.56202577
Mon Jan 01 2018 08:00:00 GMT+0000 (Coordinated Universal Time)13569.9813735.2413001.1313220.561319.755931Mon Jan 01 2018 11:59:59 GMT+0000 (Coordinated Universal Time)17651208.1967355317200582.6682937792108.89944124
Mon Jan 01 2018 12:00:00 GMT+0000 (Coordinated Universal Time)13220.561333012750132471831.933153Mon Jan 01 2018 15:59:59 GMT+0000 (Coordinated Universal Time)23912591.0419556821357830.31474710833038.11256361
Mon Jan 01 2018 16:00:00 GMT+0000 (Coordinated Universal Time)1324713290.651294013240.371092.337234Mon Jan 01 2018 19:59:59 GMT+0000 (Coordinated Universal Time)14348870.6137744313178557.4537797324319.56741969
Mon Jan 01 2018 20:00:00 GMT+0000 (Coordinated Universal Time)13222.0313599.713222.03133801387.469883Mon Jan 01 2018 23:59:59 GMT+0000 (Coordinated Universal Time)18668469.9979096516361663.4672398923948.78510119
Tue Jan 02 2018 00:00:00 GMT+0000 (Coordinated Universal Time)13382.161385013231.9613353.782365.532926Tue Jan 02 2018 03:59:59 GMT+0000 (Coordinated Universal Time)32053629.30695065283121101.55096814922284.99928368
Tue Jan 02 2018 04:00:00 GMT+0000 (Coordinated Universal Time)13353.7813480.8412890.02133432980.316053Tue Jan 02 2018 07:59:59 GMT+0000 (Coordinated Universal Time)39346268.5682158228141662.86362721968936.12694433
Tue Jan 02 2018 08:00:00 GMT+0000 (Coordinated Universal Time)13343.0113617.2813302.59134902596.182674Tue Jan 02 2018 11:59:59 GMT+0000 (Coordinated Universal Time)34930623.29101847185131578.44848921238250.08897336
Tue Jan 02 2018 12:00:00 GMT+0000 (Coordinated Universal Time)1349013894.8613450.4613690.033365.879508Tue Jan 02 2018 15:59:59 GMT+0000 (Coordinated Universal Time)45967260.36887162294012040.99208627868676.95295513

CREATE TABLE btc_4h_data (
  "open_time" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "close_time" TIMESTAMP,
  "quote_asset_volume" DOUBLE,
  "number_of_trades" BIGINT,
  "taker_buy_base_asset_volume" DOUBLE,
  "taker_buy_quote_asset_volume" DOUBLE,
  "ignore" BIGINT
);

Share link

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