Skip to main content

A Python package for portfolio optimization. (Note: This package is under ongoing development. Contributions and corrections are welcome!)

Project description

Portfolio Optimize

A simple Python package for optimizing investment portfolios using historical return data from Yahoo Finance. Users can easily determine the optimal portfolio allocation among a given set of tickers based on the mean-variance optimization method or other algorithms.

Features

  • Easy-to-use interface for defining a portfolio of tickers.
  • Supports customization of the data window (in years) for historical data analysis.
  • Allows choosing between mean-variance optimization and other optimization algorithms.
  • Includes functionality to plot the efficient frontier for the selected portfolio.

Installation

pip install portfolio-optimize

Usage

Portfolio Optimization

from portfolio_optimize.portfolio_optimize import PortfolioOptimize

# Initialize the optimizer
portfolio = PortfolioOptimize(tickers=["MSFT", "AAPL", "GOOG"], window=5, optimization="MV")

# Optimize the portfolio
optimal_weights = portfolio.optimize()

print(optimal_weights)

Plotting the Efficient Frontier

# Assuming you've already created and optimized the `portfolio` as shown above

# Plot the efficient frontier for the set of tickers
portfolio.graph()

License

This project is licensed under the MIT License - see the LICENSE file for details.

Disclaimer

This software is provided for educational purposes only. It is not intended for financial, investment, trading, or any other type of professional advice. Use at your own risk. The author(s) and contributors do not accept any responsibility for any decisions or actions taken based on the use of this software. Always conduct your own research and consult with financial advisors before making any investment decisions.

Contributing

This project is under ongoing development, and contributions, corrections, and improvements are welcome. Please feel free to open issues or pull requests on GitHub if you have suggestions or code enhancements.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

portfolio-optimize-1.2.2.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

portfolio_optimize-1.2.2-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file portfolio-optimize-1.2.2.tar.gz.

File metadata

  • Download URL: portfolio-optimize-1.2.2.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.18

File hashes

Hashes for portfolio-optimize-1.2.2.tar.gz
Algorithm Hash digest
SHA256 a9e0b0607c0045b2d59a92e14307be8da1c1e63bde67707f744641b8bdcdbed6
MD5 bd6fb0a0d54068c663fd34c4ba3f0894
BLAKE2b-256 e0c593886379a8c5abc18b519842a26f649a77ad0b0b43b558fc5330fba4d83c

See more details on using hashes here.

File details

Details for the file portfolio_optimize-1.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for portfolio_optimize-1.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1df62d5881c708467fe53da92fd59a879013d7fd8279fc02da1e30740b4fabb3
MD5 853f710c1da93fca81eedcb11f17a01b
BLAKE2b-256 2e95fdb6c712784594f0eaadd72be553a7370a2b309f6dad94563dabfc2181a4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page