Daily Crypto & Stocks Market Data
Hourly crypto & stock data, updated daily — unlock insights, trends, & forecasts
@kaggle.adrianjuliusaluoch_crypto_and_stock_market_for_financi_e39f95b2
Hourly crypto & stock data, updated daily — unlock insights, trends, & forecasts
@kaggle.adrianjuliusaluoch_crypto_and_stock_market_for_financi_e39f95b2
This dataset contains hourly cryptocurrency and stock market data collected from coingecko
starting in mid-March 2025. The collection pipeline was designed to demonstrate practical data management and automation skills:
This setup provides a reliable, reproducible data stream that can be used for:
The dataset is continuously updated daily, making it suitable both for live monitoring and historical trend analysis.
Need data at the intraday/hourly level? I’ve got you covered with a related dataset👉 Hourly Crypto & Stocks Market Data
CREATE TABLE cryptocurrency (
"timestamp" TIMESTAMP,
"name" VARCHAR,
"symbol" VARCHAR,
"price_usd" VARCHAR,
"vol_24h" VARCHAR,
"total_vol" VARCHAR,
"chg_24h" VARCHAR,
"chg_7d" VARCHAR,
"market_cap" VARCHAR
);
CREATE TABLE stocks (
"timestamp" TIMESTAMP,
"name" VARCHAR,
"last" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"chg" DOUBLE,
"chg_1b51e2" VARCHAR -- Chg %,
"vol" VARCHAR,
"time" VARCHAR
);
Anyone who has the link will be able to view this.