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:
- It connects to the Google Stock Screener API;
- 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…)
- 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!