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 Okx
@kaggle.imranbukhari_comprehensive_btcusd_1d_data.btcusd_1d_okx

  • 164.18 KB
  • 2559 rows
  • 9 columns
open_time

Open Time

open

Open

high

High

low

Low

close

Close

volume

Volume

volume_currency

Volume (Currency)

volume_quote

Volume (Quote)

confirm

Confirm

Thu Jan 11 2018 11:12:00 GMT+0000 (Coordinated Universal Time)13356.71428412910.113288.55239.8706745371504739.4334915471504739.43349154768
Fri Jan 12 2018 00:00:00 GMT+0000 (Coordinated Universal Time)13288.114062.912767.913739.59267.21640021125826235.5432509125826235.54325091440
Sat Jan 13 2018 00:00:00 GMT+0000 (Coordinated Universal Time)13739.5148001372714187.210772.50440038152726059.9831462152726059.98314621440
Sun Jan 14 2018 00:00:00 GMT+0000 (Coordinated Universal Time)14187.214347.91250413446.212718.20352082169795487.3698419169795487.36984191440
Mon Jan 15 2018 00:00:00 GMT+0000 (Coordinated Universal Time)13446.214198.313218.513546.810077.81056708137557047.53229478137557047.532294781440
Tue Jan 16 2018 00:00:00 GMT+0000 (Coordinated Universal Time)13546.813577.21000010973.520165.76151035236984847.59707627236984847.597076271440
Wed Jan 17 2018 00:00:00 GMT+0000 (Coordinated Universal Time)10973.511460.1915011000.220312.02916011209496962.03976083209496962.039760831440
Thu Jan 18 2018 00:00:00 GMT+0000 (Coordinated Universal Time)11000.411808.910500.511047.215779.0197566177213985.7233793177213985.72337931440
Fri Jan 19 2018 00:00:00 GMT+0000 (Coordinated Universal Time)11036.5118001056111440.39094.53563831102497146.87531535102497146.875315351440
Sat Jan 20 2018 00:00:00 GMT+0000 (Coordinated Universal Time)11440.31299011440.312727.87278.8962650590877067.5078573790877067.507857371440

CREATE TABLE btcusd_1d_okx (
  "open_time" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "volume_currency" DOUBLE,
  "volume_quote" DOUBLE,
  "confirm" DOUBLE
);

Share link

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