Built a Basic Stock Market Analyzer using Python As part of my learning journey, I created a simple stock analysis dashboard to get hands-on experience with how different Python libraries actually work in real-world scenarios. This is a beginner-level project, but it helped me understand the practical use of tools like yfinance, pandas, numpy, matplotlib, and streamlit. What it does: • Takes a company's stock market symbol as input • Fetches real-time stock data using yfinance • Calculates key metrics like percentage change, volatility, highest & lowest price • Uses moving averages (MA7 & MA30) to identify trends • Visualizes stock performance through graphs • Allows analysis of multiple stocks The focus was not complexity, but building something functional and learning by doing. I completed this project under the guidance of Mohit Payasi, whose support helped me understand the concepts more clearly. Going forward, as I progress in my Machine Learning journey, I plan to enhance this project by adding more advanced features like predictions, better UI, and deeper analysis. Always open to feedback and suggestions! #Python #DataAnalytics #MachineLearning #Streamlit #StockMarket #LearningByDoing #Projects
Nice work
Well done Atharva Rawal Keep learning keep exploring