The Stock Lookup GUI is a simple yet powerful Python application that allows users to fetch and display key stock information and recent news headlines effortlessly. Built using the tkinter GUI library and yfinance for financial data retrieval, this application provides an intuitive interface for querying stock details by symbol or company name.
- User-Friendly Interface: Easy-to-use graphical interface for entering stock symbols or company names.
- Financial Data Retrieval: Utilizes the yfinance library to fetch essential stock information such as opening and closing prices.
- News Headlines Integration: Enhances the user experience by displaying recent news headlines related to the queried stock.
- Refresh Functionality: Includes a "Refresh" button to clear current results and initiate new queries seamlessly.
- Clone the Repository:
git clone https://github.com/your-username/stock-lookup-gui.git cd stock-lookup-gui
Install Dependencies:
bash Copy code pip install -r requirements.txt Run the Application:
bash Copy code python stock_lookup_app.py
Usage Launch the application. Enter a stock symbol or company name in the designated input field. Click the "Search" button to retrieve and display relevant stock information and news headlines. Use the "Refresh" button to clear current results and perform new queries.
Dependencies tkinter yfinance
Contributing Feel free to contribute by opening issues or submitting pull requests. Contributions are welcome and appreciated!
License This project is licensed under the MIT License.