Skip to content

Track cryptocurrency prices and trends using CoinMarketCap API

License

Notifications You must be signed in to change notification settings

mohamedamerdev-coder/Crypto-tracker

Repository files navigation

Crypto Price Tracker | CoinMarketCap API

A Python program that fetches the latest cryptocurrency data from the CoinMarketCap API, stores it in a CSV file, analyzes price change trends, and plots visualizations for comparison and Bitcoin price tracking over time.


Features

  • Connects to the CoinMarketCap API to fetch real-time cryptocurrency data.
  • Stores the data in Crypto.csv, allowing historical tracking.
  • Analyzes price changes over different periods:
    • 1 hour
    • 24 hours
    • 7 days
    • 30 days
    • 60 days
    • 90 days
  • Creates visualizations using Matplotlib and Seaborn.
  • Tracks Bitcoin price trends over time.

Technologies Used

  • Python
  • Pandas
  • Requests
  • Seaborn
  • Matplotlib
  • CoinMarketCap API

Notes

  • Ensure your API key is valid in the code.
  • The CSV file automatically appends new data each run.
  • The plots provide quick insights into cryptocurrency trends and Bitcoin price movements.

License

This project is licensed under the MIT License.


Author

About

Track cryptocurrency prices and trends using CoinMarketCap API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages