Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jordan-m-young/pmaso
Portfolio Management, Analysis, Statistics, and Optimization
https://github.com/jordan-m-young/pmaso
finance forecasting optimization portfolio python
Last synced: about 4 hours ago
JSON representation
Portfolio Management, Analysis, Statistics, and Optimization
- Host: GitHub
- URL: https://github.com/jordan-m-young/pmaso
- Owner: Jordan-M-Young
- License: mit
- Created: 2020-07-20T18:06:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T20:40:43.000Z (over 4 years ago)
- Last Synced: 2024-01-29T17:48:52.204Z (about 1 year ago)
- Topics: finance, forecasting, optimization, portfolio, python
- Language: Python
- Homepage:
- Size: 278 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pmaso
A collection of portfolio analysis tools. Generate custom investment portfolio class objects using
data collected from Yahoo Finance. See https://github.com/Jordan-M-Young/YAHOO-FINANCE-DWNLD to automatically
collect the requisite Yahoo Finance data.Currently Pmaso allows one to initialize custom Portfolio class objects with a series of
tickers representing the securities you wish to hold.Based on the principles of Modern Portfolio, Pmaso then optimizes the proportions
of your portfolio's component assets to lower risk and maximize returns.