Skip to content

A class to find the optimal portfolio given a set of yfinance tickers for the Singapore Stock Exchange.

Notifications You must be signed in to change notification settings

cchuenchoksan/py-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

py-portfolio

This project is to create a class in python which takes care of all your portfolio planning needs. The class currently only support the Singapore stock market but the plan is to expand this to other markets such as the US and Hong Kong as well.

The main class is in the pyportfolio.py file and has the functionalities to

  1. Find the minimum variance portfolio.
  2. Find the optimal portfolio (portfolio with the highest variance)
  3. Perform monte-carlo simulation by sampling portfolios at random weights

The sample usage could be found in the notebook.

This is still an on-going project so please contact me if you would like to contribute!

About

A class to find the optimal portfolio given a set of yfinance tickers for the Singapore Stock Exchange.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published