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 Bitstamp
@kaggle.imranbukhari_comprehensive_btcusd_1d_data.btcusd_1d_bitstamp

  • 213.74 KB
  • 4897 rows
  • 6 columns
open_time

Open Time

open

Open

close

Close

high

High

low

Low

volume

Volume

Thu Aug 18 2011 12:37:00 GMT+0000 (Coordinated Universal Time)10.910.910.910.90.48990826
Fri Aug 19 2011 00:00:00 GMT+0000 (Coordinated Universal Time)10.911.6911.8510.91.92657814
Sat Aug 20 2011 00:00:00 GMT+0000 (Coordinated Universal Time)11.6911.711.711.690.08547009
Sun Aug 21 2011 00:00:00 GMT+0000 (Coordinated Universal Time)11.711.711.711.70.08547009
Mon Aug 22 2011 00:00:00 GMT+0000 (Coordinated Universal Time)11.711.711.711.70.02863249
Tue Aug 23 2011 00:00:00 GMT+0000 (Coordinated Universal Time)11.711.711.711.7
Wed Aug 24 2011 00:00:00 GMT+0000 (Coordinated Universal Time)11.710.511.710.52.35652174
Thu Aug 25 2011 00:00:00 GMT+0000 (Coordinated Universal Time)10.51010.5101.1
Fri Aug 26 2011 00:00:00 GMT+0000 (Coordinated Universal Time)10101010
Sat Aug 27 2011 00:00:00 GMT+0000 (Coordinated Universal Time)10101010

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

Share link

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