robertmartin8 / PyPortfolioOpt

Financial portfolio optimisation in python, including classical efficient frontier, Black-Litterman, Hierarchical Risk Parity
https://pyportfolioopt.readthedocs.io/
MIT License
4.26k stars 929 forks source link

Webapp for PyPortfolioOpt #484

Closed Originn closed 1 year ago

Originn commented 1 year ago

I have created a webapp with a demo account and several features from PyPortfolioOpt. The repo is https://github.com/Originn/AdvancedPortOpt

Feel free to test it:)

Thanks again to Robert for allowing to share it.

88d52bdba0366127fffca9dfa93895 commented 1 year ago

It's great, but it should has no password for testing purposes.

Originn commented 1 year ago

@88d52bdba0366127fffca9dfa93895 You need to register to use it, its just a simple username and password, no email needed.

BradKML commented 1 year ago

Nice, also might want to streamlit this since people might want to run this on their own machine

Originn commented 1 year ago

@BrandonKMLee I'll need to migrate the website from Heroku due to discontinuation of the free service, might as well streamlit it as well. I am not familiar with it, reading the docs currently. The issue currently that I'll need to find a free postgres hosting service and free redis service, or something similar to those. I'll have a look.

robertmartin8 commented 1 year ago

@Originn thanks for sharing! Small tip: you should include some screenshots in your Readme :)