BTC/USDT.P Futures 1D OHLCV Binance
2K+ days of BTC/USDT perpetual data from Binance
@kaggle.rkukuh_btcusdt_p_price_movement_in_tf_1d_from_binance
2K+ days of BTC/USDT perpetual data from Binance
@kaggle.rkukuh_btcusdt_p_price_movement_in_tf_1d_from_binance
This dataset contains daily price movement data for Binance's BTC/USDT Perpetual Futures, exported from TradingView. It covers over 2100 daily bars, representing open, high, low, close (OHLC) values and volume traded.
CREATE TABLE binance_btcusdt_p_1d_4b946 (
"time" BIGINT,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE
);
Anyone who has the link will be able to view this.