Baselight

BTC/USDT Different Timeframes

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

@kaggle.ihorrodionov_btcusdt_different_timeframes

Btcusdt 3m
@kaggle.ihorrodionov_btcusdt_different_timeframes.btcusdt_3m

  • 46.79 MB
  • 1118104 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.484280.562.03625750.336257
15029425800004261.484261.484261.484261.480.15280440.152804
15029427600004261.484261.484261.484261.48
15029429400004261.484261.484261.484261.48
15029431200004261.484261.484261.484261.48
15029433000004261.484264.884261.484264.880.07545520.075455
15029434800004261.484264.884261.484264.881.892225131.493014
15029436600004264.884266.294264.884266.290.84555650.063477
15029438400004266.294266.294266.294266.290.46743560.226523
15029440200004266.294270.414261.324261.455.839194141.588644

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