Skip to content

A PyQT5 application that helps investors pick stocks, entry/exit points by providing fundamental and technical information

License

Notifications You must be signed in to change notification settings

willBear/Wills-Stock-Picker

Repository files navigation

Wills Stock Picker

A PyQT5 application that helps investors pick stocks, entry/exit points by providing fundamental and technical information

Getting Started

This application is built using Python 3.8 interpreter. See installation section and packages for list of requirements that are needed

Example Image

Prerequisites

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.

Deployment

To deploy this application, simply clone this repository and install packages that are contained in the pre-requisite section and run the .py file!

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

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