Skip to content

Side project – an automated email-delivered stock screener in python

I have decided to open source a side project I have been working on the past few days.

It is a rudimentary stock screener automation:

  1. It connects to the Google Stock Screener API;
  2. It queries the API according to a set of predetermined criteria, that have to be specified by the user in a config file (e.g. P/E ratio, EBITDA margin, Dividend Yield, etc…)
  3. It sends an email with the stock screener output, nicely formatted in a html table.

Full link, manual and installation instructions can be found here on GitHub.

Happy stock screening!

 

Published inFinanceInvestingProgrammingTechnology