Baselight

BTC/USDT Different Timeframes

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

@kaggle.ihorrodionov_btcusdt_different_timeframes

Btcusdt 15m
@kaggle.ihorrodionov_btcusdt_different_timeframes.btcusdt_15m

  • 11.25 MB
  • 223630 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
15029433000004261.484270.414261.324261.459.119865403.447113
150294420000042804310.074267.994310.0721.9235525820.421317
15029451000004310.074313.624291.374308.8313.9485316410.803012
15029460000004308.834328.694304.314304.315.101153443.496635
1502946900000432043204312.14432015.9474952915.899935
1502947800000432043204291.374291.372.155453252.020686
15029487000004297.044315.324297.044315.320.03081540.030815
15029496000004330.294330.294318.3943300.06536430.011164
15029505000004309.374330.294309.374311.023.500913112.290913

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