This is a simple stock price checker that retrieves stock prices over a specified time period and displays the data in a graphical user interface (GUI). It uses the Yahoo Finance API to collect stock price data and includes a database-like visualization table.
Please keep in mind that error validation has not yet been added to handle invalid inputs or errors during data retrieval.
Directions to download yahoo finance API:
https://www.geeksforgeeks.org/how-to-use-yfinance-api-with-python/