Baselight

BTC/USDT Different Timeframes

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

@kaggle.ihorrodionov_btcusdt_different_timeframes

Btcusdt 1month
@kaggle.ihorrodionov_btcusdt_different_timeframes.btcusdt_1month

  • 10.62 KB
  • 78 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

15015456000004261.484745.4234004724.8910015.640272691804610.019431
15042240000004689.894939.1928174378.5127634.1891222874512353.170043
15068160000004378.496498.014110646341626.38846330338919231.858853
1509494400000646311300.035325.019838.96108487.97811957742455476.983538
1512086400000983719798.68938013716.36408476.6583993082883213940.587099
151476480000013715.6517176.24903510285.1816675.5644677214977405900.525084
151744320000010285.111786.016000.0110326.761243940.8553111684784605296.665626
151986240000010325.64117106600.16923.911235326.314029237002600809.010645
152254080000069229759.8264309246.011110964.0155817421056562990.666953
15251328000009246.01100207032.957485.01914476.3778857433740465963.946341

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