Baselight

BTC/USDT Different Timeframes

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

@kaggle.ihorrodionov_btcusdt_different_timeframes

Btcusdt 1w
@kaggle.ihorrodionov_btcusdt_different_timeframes.btcusdt_1w

  • 25.52 KB
  • 335 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

15026688000004261.484485.3938504086.292843.431426131342240.24924
15032736000004069.134453.9134004310.014599.396629378261755.530265
15038784000004310.014939.194124.544509.084753.843376357171371.034428
150448320000045054788.5936034130.376382.787745423722821.422739
15050880000004153.624394.5928173699.998106.705127504233763.128452
150569280000036904123.23505.553660.025908.32335567852821.438887
15062976000003660.024406.523653.694378.485782.305424714842482.361367
150690240000044004658411046404708.272956596582077.80349
150750720000046405922.345505709.997913.925837616384280.127269
1508112000000571061715037.955950.0212157.769447759695501.9124

CREATE TABLE btcusdt_1w (
  "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.