Skip to content

This repo showcases a straightforward yet powerful stock price application built using Streamlit. The app allows users to visualize the stock prices of their favorite companies in an interactive and user-friendly manner.

License

Notifications You must be signed in to change notification settings

KhaingSuThway/Simple_Stock_Price_Web_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive Stock Price Visualizer

Overview

This repository showcases a simple yet user-friendly stock price analysis application built using Streamlit. The app demonstrates proficiency in Python programming, data visualization, and financial data handling, making it an excellent portfolio piece for data analysts, financial technology developers, or software engineers interested in fintech.

Key Features

  • Single Stock Analysis: Visualize closing prices and trading volumes for major tech stocks.
  • Multi-Stock Comparison: Compare opening prices, closing prices, or trading volumes across multiple stocks simultaneously.
  • Interactive UI: Leverages Streamlit's intuitive interface for a seamless user experience.
  • Real-time Data: Utilizes yfinance to fetch up-to-date stock market data.
  • Scalable Architecture: Designed with modularity in mind, allowing for easy expansion of features.

Technologies Used

  • Python: Core programming language
  • Streamlit: Web application framework
  • yfinance: Financial data API
  • pandas: Data manipulation and analysis
  • Data Visualization: Implemented using Streamlit's built-in charting capabilities

Live Demo

Experience the app in action: Simple Stock Price Visualizer

Skills Demonstrated

  • Data fetching and processing
  • Financial data analysis
  • Interactive data visualization
  • Web application development
  • Python package management
  • Version control with Git

Getting Started

To run this project locally:

  1. Clone the repository
  2. Install dependencies: pip install -r requirements.txt
  3. Run the app: streamlit run simple_stock_app.py

About

This repo showcases a straightforward yet powerful stock price application built using Streamlit. The app allows users to visualize the stock prices of their favorite companies in an interactive and user-friendly manner.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages