Top10 Cryptocurrencies 03–2025
Daily historical price and volume data for 10 top cryptocurrencies (market_cap)
@kaggle.albertobircoci_top10_cryptocurrencies_03_2025
Daily historical price and volume data for 10 top cryptocurrencies (market_cap)
@kaggle.albertobircoci_top10_cryptocurrencies_03_2025
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
);
Anyone who has the link will be able to view this.