Baselight

BTCUSDT Historical OHLC Data (2020-2024)

5m, 15m, 30m intervals cover 2020-2024 BTCUSDT data.

@kaggle.maresal_btcbusd_instant_data

Loading...
Loading...

About this Dataset

BTCUSDT Historical OHLC Data (2020-2024)

Detailed historical OHLC data for BTC/USDT trading pair on Binance, featuring 5-minute, 15-minute, and 30-minute intervals from 2020 to 2024.

This dataset is a valuable resource for crypto traders, quants, and researchers aiming to analyze Bitcoin price movements on shorter timeframes. Designed for intraday trading and short-term analysis, it includes meticulously structured data across three time intervals: 5 minutes, 15 minutes, and 30 minutes.

Key Features:

Time Range: January 2020 - December 2024
Intervals:

  • 5m: Granular data for scalping and high-frequency trading strategies.
  • 15m: Perfect for short-term trend analysis and active trading.
  • 30m: Ideal for intraday price movement studies.

Data Fields:

  • Open time (UTC)
  • Open price
  • High price
  • Low price
  • Close price
  • Volume
  • Close time (UTC)

Why This Dataset?
Tailored for intraday and short-term trading research.
Enables backtesting of high-frequency and scalping strategies.
Suitable for predictive modeling, technical analysis, and market anomaly detection.

Potential Use Cases:
High-frequency trading model development
Short-term trend and momentum analysis
Intraday price forecasting
Visualizing Bitcoin's price movements across different short intervals

Disclaimer:
This dataset is intended for educational and research purposes only. Please ensure compliance with Binance API's terms of service if utilizing this data for commercial projects.

Note: This dataset is preprocessed and optimized for seamless integration into various analytics and modeling workflows.

Tables

Js 15m

@kaggle.maresal_btcbusd_instant_data.js_15m
  • 8.46 MB
  • 173847 rows
  • 8 columns
Loading...

CREATE TABLE js_15m (
  "unnamed_0" BIGINT,
  "open_time" VARCHAR,
  "open_price" DOUBLE,
  "high_price" DOUBLE,
  "low_price" DOUBLE,
  "close_price" DOUBLE,
  "volume" DOUBLE,
  "close_time" VARCHAR
);

Js 30m

@kaggle.maresal_btcbusd_instant_data.js_30m
  • 4.5 MB
  • 86926 rows
  • 8 columns
Loading...

CREATE TABLE js_30m (
  "unnamed_0" BIGINT,
  "open_time" VARCHAR,
  "open_price" DOUBLE,
  "high_price" DOUBLE,
  "low_price" DOUBLE,
  "close_price" DOUBLE,
  "volume" DOUBLE,
  "close_time" VARCHAR
);

Js 5m

@kaggle.maresal_btcbusd_instant_data.js_5m
  • 21.5 MB
  • 519534 rows
  • 8 columns
Loading...

CREATE TABLE js_5m (
  "unnamed_0" BIGINT,
  "open_time" VARCHAR,
  "open_price" DOUBLE,
  "high_price" DOUBLE,
  "low_price" DOUBLE,
  "close_price" DOUBLE,
  "volume" DOUBLE,
  "close_time" VARCHAR
);

Share link

Anyone who has the link will be able to view this.