awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
PyPortfolio avatar

PyPortfolio/PyPortfolioOpt

0
View on GitHub↗
5,790 Stars·1,137 Forks·Jupyter Notebook·MIT·3 Aufrufepyportfolioopt.readthedocs.io↗

PyPortfolioOpt

PyPortfolioOpt is a Python library for financial portfolio optimization that implements mean-variance optimization, Black-Litterman models, and Hierarchical Risk Parity methods. It provides a complete toolkit for constructing risk-adjusted asset portfolios by combining expected return estimation, covariance modeling, constraint handling, and discrete allocation into a single optimization framework.

The library distinguishes itself through its integration of multiple optimization approaches within a unified interface. It includes a Black-Litterman Bayesian framework that blends market equilibrium returns with investor views, a Hierarchical Risk Parity method that allocates capital based on asset correlation clustering, and a mean-variance optimization engine that solves the efficient frontier with user-defined constraints. The constraint-aware solver enforces position bounds, market neutrality, and long-short limits during weight optimization, while the discrete share allocation algorithm converts continuous portfolio weights into integer share counts for a given investment amount.

The toolkit covers the full portfolio management workflow, from estimating expected returns using historical averages, exponential weighting, or CAPM, to modeling portfolio risk through sample, shrinkage, or robust covariance matrix estimation. It then applies these inputs to compute optimal asset allocations under specified constraints, producing investable portfolios ready for implementation.

Features

  • Multi-Method Portfolio Optimizers - Provides the core portfolio optimization library implementing mean-variance, Black-Litterman, and HRP methods.
  • Constraint Enforcement - Enforces position bounds, market neutrality, and long-short limits during weight optimization.
  • Optimization Methods - Implements mean-variance optimization, Black-Litterman models, and Hierarchical Risk Parity for asset allocation.
  • Portfolio Weight - Enforces position bounds, market neutrality, and long-short limits during portfolio weight optimization.
  • Portfolio Optimization - Computes optimal asset allocations using mean-variance, Black-Litterman, and Hierarchical Risk Parity methods.
  • Efficient Frontier Solvers - Maximizes risk-adjusted returns by solving the efficient frontier with user-defined constraints.
  • Mean-Variance Optimization Solvers - Computes optimal asset weights by solving quadratic programming problems for the efficient frontier.
  • Asset Return Estimation - Calculates forward-looking expected returns using historical mean, exponential weighting, or CAPM.
  • Financial Portfolio Return Estimators - Implements the Black-Litterman model, a Bayesian framework for blending market returns with investor views.
  • Portfolio Return Prior Models - Implements the Black-Litterman model for combining market equilibrium returns with investor views.
  • Portfolio Constraint Enforcement - Restricts asset allocations with bounds, market neutrality, or long-short limits during optimization.
  • Portfolio Constraint Engines - Restricts asset allocations with bounds, market neutrality, or long-short limits during optimization.
  • Covariance Matrix Calculators - Estimates covariance matrices from asset returns using sample, shrinkage, and robust statistical methods.
  • Hierarchical Risk Parity - Builds portfolios by recursively clustering assets based on correlation distances and allocating risk equally.
  • Portfolio Risk Metrics - Estimates covariance matrices and quantifies portfolio risk through sample, shrinkage, or robust methods.
  • Integer Share Allocation Algorithms - Converts continuous portfolio weights into integer share counts for investable portfolios.
  • Portfolio Share Allocation Algorithms - Converts continuous portfolio weights into integer share counts for investable portfolios.

Star-Verlauf

Star-Verlauf für pyportfolio/pyportfoliooptStar-Verlauf für pyportfolio/pyportfolioopt

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu PyPortfolioOpt

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit PyPortfolioOpt.
  • robertmartin8/pyportfoliooptAvatar von robertmartin8

    robertmartin8/PyPortfolioOpt

    5,792Auf GitHub ansehen↗

    PyPortfolioOpt is a comprehensive portfolio optimization library for Python that provides a full suite of methods for constructing and analyzing investment portfolios. At its core, the library implements mean-variance optimization, the Black-Litterman Bayesian model, and Hierarchical Risk Parity, giving users multiple approaches to asset allocation. It includes a complete covariance estimation toolkit with interchangeable estimators such as sample, exponential, shrinkage, and minimum-covariance-determinant methods, along with expected return estimation using historical mean, exponential weight

    Jupyter Notebook
    Auf GitHub ansehen↗5,792
  • dcajasn/riskfolio-libAvatar von dcajasn

    dcajasn/Riskfolio-Lib

    3,784Auf GitHub ansehen↗

    Riskfolio-Lib is a Python portfolio optimization library and convex risk management tool. It provides a framework for calculating optimal asset allocations using convex risk measures and mathematical programming solvers, supporting linear, quadratic, and semidefinite programming. The library features a hierarchical risk parity framework and financial asset clustering tools to group similar instruments and improve diversification. It includes a portfolio backtesting engine for simulating investment strategies using historical data and cross-validation. The system covers a broad range of quant

    C++asset-allocationconvex-optimizationcvar-optimization
    Auf GitHub ansehen↗3,784
  • jerbouma/fundamentalanalysisAvatar von JerBouma

    JerBouma/FundamentalAnalysis

    4,974Auf GitHub ansehen↗

    FundamentalAnalysis is a comprehensive financial analysis library, quantitative finance framework, and macroeconomic data integrator. It provides tools for computing financial ratios, executing corporate health metrics, and pricing derivatives and bonds using mathematical models. The project integrates diverse data streams, including global economic indicators, real-time market quotes, and standardized corporate financial statements. It features a technical analysis engine for generating momentum and volatility indicators, as well as a portfolio performance analyzer for tracking risk-adjusted

    Python
    Auf GitHub ansehen↗4,974
  • letianzj/quantresearchAvatar von letianzj

    letianzj/QuantResearch

    2,808Auf GitHub ansehen↗

    QuantResearch is a quantitative research framework and specialized toolkit for algorithmic simulation, financial time-series analysis, and systematic trading. It provides an event-driven backtesting environment for validating strategies against historical tick and bar data, alongside a dedicated portfolio optimization engine for calculating asset weights and risk metrics. The project distinguishes itself through a machine learning finance toolkit that implements recurrent neural networks for price prediction and reinforcement learning for derivative pricing. It also features advanced statisti

    Jupyter Notebookalgorithmic-tradingalgotradingasset-allocation
    Auf GitHub ansehen↗2,808
Alle 30 Alternativen zu PyPortfolioOpt anzeigen→

Häufig gestellte Fragen

Was macht pyportfolio/pyportfolioopt?

PyPortfolioOpt is a Python library for financial portfolio optimization that implements mean-variance optimization, Black-Litterman models, and Hierarchical Risk Parity methods. It provides a complete toolkit for constructing risk-adjusted asset portfolios by combining expected return estimation, covariance modeling, constraint handling, and discrete allocation into a single optimization framework.

Was sind die Hauptfunktionen von pyportfolio/pyportfolioopt?

Die Hauptfunktionen von pyportfolio/pyportfolioopt sind: Multi-Method Portfolio Optimizers, Constraint Enforcement, Optimization Methods, Portfolio Weight, Portfolio Optimization, Efficient Frontier Solvers, Mean-Variance Optimization Solvers, Asset Return Estimation.

Welche Open-Source-Alternativen gibt es zu pyportfolio/pyportfolioopt?

Open-Source-Alternativen zu pyportfolio/pyportfolioopt sind unter anderem: robertmartin8/pyportfolioopt — PyPortfolioOpt is a comprehensive portfolio optimization library for Python that provides a full suite of methods for… dcajasn/riskfolio-lib — Riskfolio-Lib is a Python portfolio optimization library and convex risk management tool. It provides a framework for… jerbouma/fundamentalanalysis — FundamentalAnalysis is a comprehensive financial analysis library, quantitative finance framework, and macroeconomic… letianzj/quantresearch — QuantResearch is a quantitative research framework and specialized toolkit for algorithmic simulation, financial… fincept-corporation/finceptterminal — FinceptTerminal is a quantitative finance platform and financial engineering library designed for asset valuation,… cantaro86/financial-models-numerical-methods — This project is a quantitative finance library providing implementations of numerical methods for financial…