Baselight

BTC/USDT Different Timeframes

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

@kaggle.ihorrodionov_btcusdt_different_timeframes

Btcusdt 3d
@kaggle.ihorrodionov_btcusdt_different_timeframes.btcusdt_3d

  • 51.21 KB
  • 779 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

15029280000004261.484485.3938504139.982376.348404108131863.453293
15031872000004120.984211.08340040402125.51094127871358.147235
150344640000040404453.914013.894280.682362.16805821430616.337478
15037056000004280.7144004124.544386.691182.64226910279300.629281
15039648000004353.654745.424313.554724.891968.97060113871471.452144
15042240000004689.894939.194286.874509.082181.03115917497756.794502
150448320000045054662.8736034619.773430.946497273571534.999979
15047424000004619.774788.594028.934258.812291.46797311580994.635873
15050016000004258.814394.5938014163.722239.992659141641065.765887
15052608000004159.724165.38281737004547.35058245302090.329634

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