Baselight

BTC/USDT Different Timeframes

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

@kaggle.ihorrodionov_btcusdt_different_timeframes

Btcusdt 8h
@kaggle.ihorrodionov_btcusdt_different_timeframes.btcusdt_8h

  • 417.3 KB
  • 7004 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.484349.994261.324349.9982.08886533464.013727
15029568000004333.324485.394333.324352.34238.1818831106183.971766
15029856000004352.334369.694200.744285.08474.8796291987368.263048
15030144000004285.084340.624134.614300.25524.5820722171418.302269
150304320000042854371.524193.74236.89372.1095131577314.184044
15030720000004234.544297.753938.774108.37303.1966791485240.382397
15031008000004108.374184.693933.214033.47221.2625271078169.078201
15031296000004033.47410038503972.05124.7716280178.034343
15031584000004036.194149.993953.44139.9835.27561627427.223498
15031872000004120.984156.5640444155.8735.21519335425.906472

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