Baselight

BTC/USDT Different Timeframes

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

@kaggle.ihorrodionov_btcusdt_different_timeframes

Btcusdt 1h
@kaggle.ihorrodionov_btcusdt_different_timeframes.btcusdt_1h

  • 3.21 MB
  • 55921 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.484313.624261.324308.8347.18100917135.160503
15029460000004308.834328.694291.374315.3223.23491610221.448071
15029496000004330.294345.454309.374324.357.229691364.802861
15029532000004316.624349.994287.414349.994.443249252.602292
15029568000004333.324377.854333.324360.690.972807280.814655
150296040000043604445.784360444410.7636234310.2584
15029640000004441.144704399.81446024.8653998221.698693
150296760000044604485.394427.34427.327.0180539526.015885
15029712000004436.064449.564411441123.03239810815.312994
1502974800000441144594411445931.31243611826.564042

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