This is my attempt at making a crude stock portfolio and optimizing it.
In general it is a "value investing" type of approach where you hold the stocks for at least a year. I could tighten the timeframe to quarterly, but company fundamental data are difficult to get for more than a year at that time period.
I use company fundamentals to calculate and filter stocks using a Piotroski F-Score. I then optimize the selected stocks in the portfolio using the efficient frontier method of modern portoflio theory. The expected returns are estimated using a very crude autoregressive model using the same key fundamentals for calculating the Piotroski F-Score as features.
It created entirely in Django, a python-based web framework with built-in database management. Primarily, I use yahooquery to scrape financial data from Yahoo Finance and pyportfolioopt.