Scrapes,stores and plots graphs from the values of the given Stock from the respective Stock Exchange Uses Python library BeautifulSoup4 to find the value of the entered stock from Google Finance and stores it in a csv file in the data folder. The code resides in the lib folder and the pyQtUI.py provides the UI for the programs. Run the code by typing python3 pyQtUi in the terminal.
yashpungaliya/stocks-scraper
Scrapes,stores and plots graphs from the values of the given Stock from the respective Stock Exchange
Python