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 Binance
@kaggle.imranbukhari_comprehensive_btcusd_1d_data.btcusd_1d_binance

  • 245.96 KB
  • 2706 rows
  • 12 columns
open_time

Open Time

close_time

Close Time

open

Open

high

High

low

Low

close

Close

volume

Volume

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

Thu Aug 17 2017 04:00:00 GMT+0000 (Coordinated Universal Time)Thu Aug 17 2017 23:59:59 GMT+0000 (Coordinated Universal Time)4261.484485.394200.744285.08795.1503773454770.050732063427616.2485412678216.40060401
Fri Aug 18 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Fri Aug 18 2017 23:59:59 GMT+0000 (Coordinated Universal Time)4285.084371.523938.774108.371199.8882645086958.306171515233972.868714129123.31651808
Sat Aug 19 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Sat Aug 19 2017 23:59:59 GMT+0000 (Coordinated Universal Time)4108.374184.6938504139.98381.3097631549483.735421512153274.3360421118001.87008735
Sun Aug 20 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Sun Aug 20 2017 23:59:59 GMT+0000 (Coordinated Universal Time)4139.984211.084032.624086.29467.0830221930364.390326462321376.7959471557401.3337373
Mon Aug 21 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Mon Aug 21 2017 23:59:59 GMT+0000 (Coordinated Universal Time)4069.134119.623911.794016691.743062797231.714027283972557.3561072255662.55315837
Tue Aug 22 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Tue Aug 22 2017 23:59:59 GMT+0000 (Coordinated Universal Time)40164104.8234004040966.6848583752505.772140516494423.9951811637188.36934226
Wed Aug 23 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Wed Aug 23 2017 23:59:59 GMT+0000 (Coordinated Universal Time)40404265.84013.894114.011001.1365654148686.465819688629309.4190921293567.09519463
Thu Aug 24 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Thu Aug 24 2017 23:59:59 GMT+0000 (Coordinated Universal Time)41474371.684085.014316.01787.4187533296476.413164766247206.820412868379.0641312
Fri Aug 25 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Fri Aug 25 2017 23:59:59 GMT+0000 (Coordinated Universal Time)4316.014453.914247.484280.68573.612742484637.349363276554100.097974434577.13574645
Sat Aug 26 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Sat Aug 26 2017 23:59:59 GMT+0000 (Coordinated Universal Time)4280.6843674212.414337.44228.108068977865.7333321226056.190141241363.80050245

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

Share link

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