Baselight

BTC/USDT Different Timeframes

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

@kaggle.ihorrodionov_btcusdt_different_timeframes

Btcusdt 5m
@kaggle.ihorrodionov_btcusdt_different_timeframes.btcusdt_5m

  • 29.07 MB
  • 670868 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.484261.482.18906190.489061
15029427000004261.484261.484261.484261.48
15029430000004261.484261.484261.484261.48
15029433000004261.484264.884261.484261.480.48466690.085455
15029436000004264.884266.294264.884266.292.32857111.546491
15029439000004266.294270.414261.324261.456.306629201.815167
150294420000042804296.634267.994296.637.938133237.873691
15029445000004300.384300.384300.384300.385.626596145.626596
15029448000004300.384310.074300.384310.078.358823216.92103
15029451000004310.074310.074292.014292.012.4481141.4481

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