Baselight

BTC/USDT Different Timeframes

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

@kaggle.ihorrodionov_btcusdt_different_timeframes

Btcusdt 30m
@kaggle.ihorrodionov_btcusdt_different_timeframes.btcusdt_30m

  • 6.29 MB
  • 111823 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.484280.564261.324261.4511.308926493.936174
150294420000042804313.624267.994308.8335.87208312231.224329
15029460000004308.834328.694304.31432021.0486487319.39657
1502947800000432043204291.374315.322.186268292.051501
15029496000004330.294330.294309.374311.023.566277142.302077
15029514000004328.654345.454319.834324.353.663414222.500784
15029532000004316.624316.624291.384291.380.04045920.001541
15029550000004291.394349.994287.414349.994.40279232.600751
15029568000004333.324377.854333.324360.70.84226180.70126
15029586000004360.74360.743604360.690.130547100.113395

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