View on GitHub

Python Financial Toolkit - pftk

The Pyhon Financial Toolkit (pftk) is a Python-based open source software framework designed to support portfolio construction and management.

Install Guide

System Requirements

Make sure your system meets these requirements:

Install QSTK

TODO: Installation steps need to be reviewed and updated.

Once you have Ubuntu Installed, start Ubuntu and follow these commands to get Ubuntu working.

cd Examples
python Validation.py

Further Testing pftk

There are several example programs in the Examples/Basic directory. We suggest you start with taking a look at the data access example in Examples/Basic/tutorial1.py. This example will create pdfs in your basic directory. Take a look at the code there to see how it works.

Now take pftk for a test drive. Take a look at Tutorial 1