Baselight

Top 10 Cryptocurrency Price Data

Historical Price Data for Bitcoin, Ethereum, Binance Coin, and More

@kaggle.huthayfahodeb_top_10_cryptocurrency_price_data

Loading...
Loading...

About this Dataset

Top 10 Cryptocurrency Price Data

This Dataset contains historical price data for 10 cryptocurrencies spanning from 2021 to 2024, in three different time frames: 1 day, 4 hours, and 1 hour. The data is sourced from the Binance API and stored in CSV (Comma Separated Values) format for easy accessibility and analysis.

Usage

You can use this data for various purposes such as backtesting trading strategies, conducting statistical analysis, or building predictive models related to cryptocurrency markets.

Note

  • All timestamps are in UTC timezone.
  • Prices are quoted in USDT (Tether).

Tables

Top10–2021–2024–1d

@kaggle.huthayfahodeb_top_10_cryptocurrency_price_data.top10_2021_2024_1d
  • 78.5 KB
  • 1096 rows
  • 10 columns
Loading...

CREATE TABLE top10_2021_2024_1d (
  "timestamp" TIMESTAMP,
  "btcusdt" DOUBLE,
  "ethusdt" DOUBLE,
  "bnbusdt" DOUBLE,
  "solusdt" DOUBLE,
  "usdcusdt" DOUBLE,
  "xrpusdt" DOUBLE,
  "dogeusdt" DOUBLE,
  "adausdt" DOUBLE,
  "shibusdt" DOUBLE
);

Top10–2021–2024–1h

@kaggle.huthayfahodeb_top_10_cryptocurrency_price_data.top10_2021_2024_1h
  • 1.18 MB
  • 26267 rows
  • 10 columns
Loading...

CREATE TABLE top10_2021_2024_1h (
  "timestamp" TIMESTAMP,
  "btcusdt" DOUBLE,
  "ethusdt" DOUBLE,
  "bnbusdt" DOUBLE,
  "solusdt" DOUBLE,
  "usdcusdt" DOUBLE,
  "xrpusdt" DOUBLE,
  "dogeusdt" DOUBLE,
  "adausdt" DOUBLE,
  "shibusdt" DOUBLE
);

Top10–2021–2024–4h

@kaggle.huthayfahodeb_top_10_cryptocurrency_price_data.top10_2021_2024_4h
  • 365.74 KB
  • 6571 rows
  • 10 columns
Loading...

CREATE TABLE top10_2021_2024_4h (
  "timestamp" TIMESTAMP,
  "btcusdt" DOUBLE,
  "ethusdt" DOUBLE,
  "bnbusdt" DOUBLE,
  "solusdt" DOUBLE,
  "usdcusdt" DOUBLE,
  "xrpusdt" DOUBLE,
  "dogeusdt" DOUBLE,
  "adausdt" DOUBLE,
  "shibusdt" DOUBLE
);

Share link

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