A PyQT5 application that helps investors pick stocks, entry/exit points by providing fundamental and technical information
This application is built using Python 3.8 interpreter. See installation section and packages for list of requirements that are needed
The following packages are required for running this application
- PyQt5
- investpy
- pyqtgraph
- requests
- urllib
- webbrowser
- bs4
- pandas
Installation of above packages can be installed through Pip via the command until all packages have been installed
pip install PyQt5
You also need to obtain an API key from financial modelling prep and alpha vantage. This can be done by visiting their website and obtaining a FREE API key.
To deploy this application, simply clone this repository and install packages that are contained in the pre-requisite section and run the .py file!
This project is licensed under the MIT License - see the LICENSE.md file for details
Thanks Alpha Vantage and Financial Modelling Prep for providing wonderful free data to me for development. Couldn't of done it without the support of you guys! <3