Baselight

Bitcoin BTC, 7 Exchanges, 1D Full Historical Data

The Most Complete, Continuous and Clean BTCUSD 1d Dataset for ML Engineers

@kaggle.imranbukhari_comprehensive_btcusd_1d_data

Btcusd 1d Bitmex
@kaggle.imranbukhari_comprehensive_btcusd_1d_data.btcusd_1d_bitmex

  • 141.9 KB
  • 3398 rows
  • 6 columns
open_time

Open Time

open

Open

high

High

low

Low

close

Close

volume

Volume

Fri Sep 25 2015 12:35:00 GMT+0000 (Coordinated Universal Time)239.99239.99234.81235.33188566
Sat Sep 26 2015 00:00:00 GMT+0000 (Coordinated Universal Time)235.33235.36232.91234.51210325
Sun Sep 27 2015 00:00:00 GMT+0000 (Coordinated Universal Time)234.51234.76233.03233.29126917
Mon Sep 28 2015 00:00:00 GMT+0000 (Coordinated Universal Time)233.29243.19232.9240.07268495
Tue Sep 29 2015 00:00:00 GMT+0000 (Coordinated Universal Time)240.07241.5235.81237299026
Wed Sep 30 2015 00:00:00 GMT+0000 (Coordinated Universal Time)237238.2235.56236.55239963
Thu Oct 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)236.55239.53234.63238.1128351
Fri Oct 02 2015 00:00:00 GMT+0000 (Coordinated Universal Time)238.1238.99237.09238111137
Sat Oct 03 2015 00:00:00 GMT+0000 (Coordinated Universal Time)238241237.53239.6793864
Sun Oct 04 2015 00:00:00 GMT+0000 (Coordinated Universal Time)239.67239.93238.3238.58112120

CREATE TABLE btcusd_1d_bitmex (
  "open_time" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE
);

Share link

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