CMC Gainers Dataset Starting 07–11 2024
24h interval of daily gainers on Coinmarketcap
@kaggle.ayfait_cmc_gain_dataset
24h interval of daily gainers on Coinmarketcap
@kaggle.ayfait_cmc_gain_dataset
I designed this dataset to track the frequency of cryptocurrency gains over time as listed on Coinmarketcap. By capturing daily changes and identifying patterns among the top gainers, this dataset aims to provide valuable insights into market trends. The primary goal is to build a comprehensive historical record of cryptocurrency performance, which can be used for predictive analysis in the future.
With consistent updates, this dataset will help identify recurring patterns, sudden shifts, and long-term trends in the cryptocurrency market. By leveraging this data, analysts and investors can make more informed decisions based on historical performance and predictive modeling.
Ultimately, this dataset will serve as a robust tool for understanding the dynamics of cryptocurrency gains, supporting future research and development in the field of predictive analytics. The continuous growth of this dataset will enhance its value, providing a solid foundation for various analytical applications and strategic planning.
CREATE TABLE cmc_24h_gainers_starting_07_10_24_updated (
"unnamed_0" BIGINT -- Unnamed: 0,
"time_stamp" VARCHAR,
"cmc_rank" BIGINT,
"name" VARCHAR,
"symbol" VARCHAR,
"price" DOUBLE -- Price($),
"n_24h" DOUBLE -- 24h%,
"n_24h_vol" DOUBLE -- 24h Vol($)
);
Anyone who has the link will be able to view this.