Analysis updated 2026-07-11 · repo last pushed 2021-11-27
Practice exploratory data analysis on historical cryptocurrency prices from late 2017.
Build charts visualizing how different cryptocurrencies moved relative to each other over a three-month period.
Test trading strategies against real historical market data captured at five-minute intervals.
Study Bitcoin and altcoin price trends leading up to the December 2017 crypto boom.
| rohan-paul/cryptocurrency-kaggle | abdurrafey237/rag-chatbot | humancompatibleai/pareto | |
|---|---|---|---|
| Stars | 2 | 3 | 3 |
| Language | Jupyter Notebook | Jupyter Notebook | Jupyter Notebook |
| Last pushed | 2021-11-27 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | easy | moderate | easy |
| Complexity | 1/5 | 3/5 | 2/5 |
| Audience | data | general | researcher |
Figures from each repo's GitHub metadata at analysis time.
Dataset is a large collection of CSV files, just download and load them into a pandas DataFrame to get started.
This repository is a snapshot of the cryptocurrency market during a three-month window in 2017. It contains data collected every five minutes from CoinMarketCap, capturing the top cryptocurrencies by market value from August 4 to November 4, 2017. If you want to study what the crypto market looked like during that period, this gives you the raw material. The project consists of thousands of CSV files, 26,320 of them, each representing a single five-minute snapshot. Every file records details like a coin's symbol, its market cap ranking, price, circulating supply, trading volume, and percentage changes over the past hour, day, and week. The filenames are timestamps, so you can pinpoint exactly when each snapshot was taken. This would be useful for anyone doing exploratory data analysis on historical crypto prices, building charts, or testing trading strategies against real historical data. For example, a data science student could use it to practice visualizing price trends, or a researcher could study how different coins moved relative to each other during that period. The README links to a Kaggle notebook and a Medium blog post showing how the creator approached this analysis using moving averages with Bitcoin pricing. The data covers an interesting moment in crypto history, late 2017, right before Bitcoin's massive spike to nearly $20,000 in December of that year. One thing to note: the README mentions a local file path as the source location, which suggests this was originally a personal dataset uploaded for sharing. The analysis examples focus on Bitcoin, but the dataset covers the top cryptocurrencies overall, not just Bitcoin alone.
A collection of over 26,000 CSV files capturing five-minute snapshots of the top cryptocurrencies from CoinMarketCap during a three-month window in late 2017, useful for historical price analysis.
Mainly Jupyter Notebook. The stack also includes Jupyter Notebook, CSV, Kaggle.
Dormant — no commits in 2+ years (last push 2021-11-27).
No license information is provided, so default copyright restrictions apply.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly data.
This repo across BitVibe Labs
Verify against the repo before relying on details.