Baselight

BTCUSDT (1 Hour, 1 Min, 1 Sec) Since 01.01.2020

High frequency BTCUSDT data from Binance since 01.01.2020

@kaggle.appetukhov_btcusdt_1_hour_1_min_1_sec_since_01012020

Loading...
Loading...

About this Dataset

BTCUSDT (1 Hour, 1 Min, 1 Sec) Since 01.01.2020

The dataset includes open, high, low and close prices of BTCUSDT cryptocurrency pair for different frequencies - 1 second (51.9k observations, within 2022-06-29), 1 minute (23.9k observations, 2022-06-13 - 2022-06-29), 1 hour (21.8k observations, 2020-01-01 - 2022-06-29). Market data is provided by Binance.

Please upvote if you find this dataset useful :-)

Tables

Btcusdt 1h

@kaggle.appetukhov_btcusdt_1_hour_1_min_1_sec_since_01012020.btcusdt_1h
  • 732.07 kB
  • 21,824 rows
  • 5 columns
Loading...
CREATE TABLE btcusdt_1h (
  "time" VARCHAR,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE
);

Btcusdt 1min

@kaggle.appetukhov_btcusdt_1_hour_1_min_1_sec_since_01012020.btcusdt_1min
  • 767.56 kB
  • 23,960 rows
  • 5 columns
Loading...
CREATE TABLE btcusdt_1min (
  "time" VARCHAR,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE
);

Btcusdt 1sec

@kaggle.appetukhov_btcusdt_1_hour_1_min_1_sec_since_01012020.btcusdt_1sec
  • 1 MB
  • 51,948 rows
  • 5 columns
Loading...
CREATE TABLE btcusdt_1sec (
  "time" VARCHAR,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE
);

Share link

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