Skip to content

amitesh0109/crypto_analysis_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Analysis App

This is a python project that analyzes cryptocurrency data and displays the analysis on a Streamlit web app.

Price chart with moving averages

Screenshot 2024-09-08 at 9 48 09 PM

It Essentially involves a Python script that analyzes cryptocurrency data and displays the results in a Streamlit web app. This project demonstrates several key skills for a data analyst job application:

Data retrieval: Using the yfinance library to fetch real-time cryptocurrency data. Data analysis: Calculating moving averages, daily returns, and volatility. Data visualization: Creating interactive charts using Plotly Express. Web app development: Building an interactive dashboard with Streamlit.

Daily returns distribution

Screenshot 2024-09-08 at 9 52 17 PM

Historical volatility chart

Screenshot 2024-09-08 at 9 57 16 PM

Summary statistics

Screenshot 2024-09-08 at 9 58 38 PM

Correlation matrix of key metrics

Screenshot 2024-09-08 at 9 59 30 PM

NOTE : To run the app, pull the code on this repo to your local machine. Cd into the dir that contains the file and run the command,

streamlit run crypto_analysis_app.py

About

Analysing crypto trends

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages