/PortfolioAnalyzer

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

PortfolioAnalyzer

This package contains the tools I use to analyze stocks and portfolios. The package is pip installable. So you can use it typing

pip install git+https://github.com/Tokukawa/PortfolioAnalyzer.git

Take a look at the jupyter examples to see what you can do with this package.

Namaste.

Local installation

pip install .

Depends on your OS and arch (OSX mostly), maybe you will have this error:

failed building wheel for scs

To fix that you need to pass explicit your arch:

ARCHFLAGS="-arch x86_64"  pip install .