jflow

Quantitative finance and econometric analysis


License
BSD-3-Clause
Install
pip install jflow==0.4_pre-alpha

Documentation

Portfolio analysis and risk management financial library.

--

Documentation

http://packages.python.org/jflow/

Dowloads

http://pypi.python.org/pypi/jflow/

Source

http://github.com/lsbardel/jflow

Keywords

finance, quantitative, timeseries, data, analysis, django, python

--

Python package for portfolio analysis.

Requirements

Running Tests

To use jflow you need to install redis, which is the only database back-end supported by stdnet. If you are working in linux, simply download the latest redis version and compile it. If you are working on windows you can get binaries here. Make sure the version you are installing is greater than 2.0.

Start redis and open a separate shell. You can run tests from the console from within the jflow source directory:

python runtests.py

Application Example

In the example directory you can find an application of the library.

Good luck