Baselight

Top10 Cryptocurrencies 03–2025

Daily historical price and volume data for 10 top cryptocurrencies (market_cap)

@kaggle.albertobircoci_top10_cryptocurrencies_03_2025

Loading...
Loading...

About this Dataset

Top10 Cryptocurrencies 03–2025

This dataset provides daily historical data for 10 major cryptocurrencies. Each row represents a single trading day, covering the maximum range that was available at the time of extraction.

Key Features

Closing Price and Volume: For each cryptocurrency, two columns are provided:

xxx_closing_price – The daily closing price in USD

xxx_volume – The daily trading volume

Date Format: Each date is listed in “dd/mm/yy” format for easy reading.

Top 10 Cryptocurrencies: Includes well-known coins such as Bitcoin, Ethereum, and others with high market capitalization.

  • Potential Uses

1.Exploratory data analysis or visualizations of crypto market trends

2.Time-series modeling, forecasting, or anomaly detection

3.Comparative studies between multiple cryptocurrencies

Tables

Top10 Cryptocurrencies 04–2025

@kaggle.albertobircoci_top10_cryptocurrencies_03_2025.top10_cryptocurrencies_04_2025
  • 486.88 KB
  • 3878 rows
  • 21 columns
Loading...

CREATE TABLE top10_cryptocurrencies_04_2025 (
  "date" TIMESTAMP,
  "btc_closing_price" DOUBLE,
  "btc_volume" DOUBLE,
  "eth_closing_price" DOUBLE,
  "eth_volume" DOUBLE,
  "usdt_closing_price" DOUBLE,
  "usdt_volume" DOUBLE,
  "xrp_closing_price" DOUBLE,
  "xrp_volume" DOUBLE,
  "bnb_closing_price" DOUBLE,
  "bnb_volume" DOUBLE,
  "sol_closing_price" DOUBLE,
  "sol_volume" DOUBLE,
  "usdc_closing_price" DOUBLE,
  "usdc_volume" DOUBLE,
  "doge_closing_price" DOUBLE,
  "doge_volume" DOUBLE,
  "ada_closing_price" DOUBLE,
  "ada_volume" DOUBLE,
  "trx_closing_price" DOUBLE,
  "trx_volume" DOUBLE
);

Top10 Cryptocurrencies 03–2025

@kaggle.albertobircoci_top10_cryptocurrencies_03_2025.top10_cryptocurrencies_03_2025
  • 481.09 KB
  • 3849 rows
  • 21 columns
Loading...

CREATE TABLE top10_cryptocurrencies_03_2025 (
  "date" TIMESTAMP,
  "btc_closing_price" DOUBLE,
  "btc_volume" DOUBLE,
  "eth_closing_price" DOUBLE,
  "eth_volume" DOUBLE,
  "usdt_closing_price" DOUBLE,
  "usdt_volume" DOUBLE,
  "xrp_closing_price" DOUBLE,
  "xrp_volume" DOUBLE,
  "bnb_closing_price" DOUBLE,
  "bnb_volume" DOUBLE,
  "sol_closing_price" DOUBLE,
  "sol_volume" DOUBLE,
  "usdc_closing_price" DOUBLE,
  "usdc_volume" DOUBLE,
  "doge_closing_price" DOUBLE,
  "doge_volume" DOUBLE,
  "ada_closing_price" DOUBLE,
  "ada_volume" DOUBLE,
  "trx_closing_price" DOUBLE,
  "trx_volume" DOUBLE
);

Share link

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