Baselight

BTC/USDT Different Timeframes

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

@kaggle.ihorrodionov_btcusdt_different_timeframes

Btcusdt 1m
@kaggle.ihorrodionov_btcusdt_different_timeframes.btcusdt_1m

  • 135.68 MB
  • 3354283 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.484261.484261.484261.481.77518330.075183
15029424600004261.484261.484261.484261.48
15029425200004280.564280.564280.564280.560.26107420.261074
15029425800004261.484261.484261.484261.480.01200830.012008
15029426400004261.484261.484261.484261.480.14079610.140796
15029427000004261.484261.484261.484261.48
15029427600004261.484261.484261.484261.48
15029428200004261.484261.484261.484261.48
15029428800004261.484261.484261.484261.48
15029429400004261.484261.484261.484261.48

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