Baselight

BTC/USDT Different Timeframes

Actual dataset of candles for different dataframes of BTC/USDT, from spot start

@kaggle.ihorrodionov_btcusdt_different_timeframes

Btcusdt 2h
@kaggle.ihorrodionov_btcusdt_different_timeframes.btcusdt_2h

  • 1.6 MB
  • 27972 rows
  • 8 columns
open_time

Open Time

open

Open

high

High

low

Low

close

Close

volume

Volume

num_trades

Num Trades

taker_base_vol

Taker Base Vol

15029424000004261.484328.694261.324315.3270.41592527356.608574
15029496000004330.294349.994287.414349.9911.67294617.405153
15029568000004333.324445.784333.32444411.736437111.073055
15029640000004441.14485.394399.814427.351.88345217747.714578
15029712000004436.0644594411445954.34483422641.877036
150297840000044594485.394333.424352.34120.21716763283.307097
15029856000004352.334354.844235.454289.24127.12370359077.994271
15029928000004289.244335.34200.744325.2397.98601339687.042092
15030000000004307.564369.694258.564333.55110.74850849594.035755
15030072000004333.554359.134280.824285.08139.021405506109.19093

CREATE TABLE btcusdt_2h (
  "open_time" BIGINT,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "num_trades" BIGINT,
  "taker_base_vol" DOUBLE
);

Share link

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