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 1h Data
@kaggle.novandraanugrah_bitcoin_historical_datasets_2018_2024.btc_1h_data

  • 5.34 MB
  • 61574 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.6513400.0113529.01443.356199Mon Jan 01 2018 00:59:59 GMT+0000 (Coordinated Universal Time)5993909.8360385228228.5219213090541.10576949
Mon Jan 01 2018 01:00:00 GMT+0000 (Coordinated Universal Time)13528.9913595.8913155.3813203.06383.697006Mon Jan 01 2018 01:59:59 GMT+0000 (Coordinated Universal Time)5154521.555135444534180.8404032430449.49295672
Mon Jan 01 2018 02:00:00 GMT+0000 (Coordinated Universal Time)1320313418.431320013330.18429.064572Mon Jan 01 2018 02:59:59 GMT+0000 (Coordinated Universal Time)5710192.018529594887192.2379352558504.65764531
Mon Jan 01 2018 03:00:00 GMT+0000 (Coordinated Universal Time)13330.2613611.271329013410.03420.08703Mon Jan 01 2018 03:59:59 GMT+0000 (Coordinated Universal Time)5657448.457304194789137.9184071858041.25745743
Mon Jan 01 2018 04:00:00 GMT+0000 (Coordinated Universal Time)13434.9813623.2913322.1513601.01340.807329Mon Jan 01 2018 04:59:59 GMT+0000 (Coordinated Universal Time)4588046.996157414563172.9576352328057.92021612
Mon Jan 01 2018 05:00:00 GMT+0000 (Coordinated Universal Time)13615.21369913526.513558.99404.229046Mon Jan 01 2018 05:59:59 GMT+0000 (Coordinated Universal Time)5499054.936883685086142.3310581935710.15985339
Mon Jan 01 2018 06:00:00 GMT+0000 (Coordinated Universal Time)13539138001351013780.41264.989684Mon Jan 01 2018 06:59:59 GMT+0000 (Coordinated Universal Time)3613407.659444874072126.07751718752.71521564
Mon Jan 01 2018 07:00:00 GMT+0000 (Coordinated Universal Time)1378013818.5513555.0213570.35292.188777Mon Jan 01 2018 07:59:59 GMT+0000 (Coordinated Universal Time)4002026.13210214340147.1500292016274.76674062
Mon Jan 01 2018 08:00:00 GMT+0000 (Coordinated Universal Time)13569.9813735.241340013499.99271.813553Mon Jan 01 2018 08:59:59 GMT+0000 (Coordinated Universal Time)3681944.396460113733122.8096961664736.99401741
Mon Jan 01 2018 09:00:00 GMT+0000 (Coordinated Universal Time)13499.971367013459.1113616.99213.095829Mon Jan 01 2018 09:59:59 GMT+0000 (Coordinated Universal Time)2893104.89463125312896.4701991309920.92142668

CREATE TABLE btc_1h_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.