Skip to main content

Financial functions for Python

Project description

http://pmorissette.github.io/ffn/_static/logo.png

ffn - Financial Functions for Python

Alpha release - please let me know if you find any bugs!

If you are looking for a full backtesting framework, please check out bt. bt is built atop ffn and makes it easy and fast to backtest quantitative strategies.

Overview

ffn is a library that contains many useful functions for those who work in quantitative finance. It stands on the shoulders of giants (Pandas, Numpy, Scipy, etc.) and provides a vast array of utilities, from performance measurement and evaluation to graphing and common data transformations.

>> import ffn
>> returns = ffn.get('aapl,msft,c,gs,ge', start='2010-01-01').to_returns().dropna()
>> returns.calc_mean_var_weights().as_format('.2%')
aapl    62.54%
c       -0.00%
ge      36.19%
gs      -0.00%
msft     1.26%
dtype: object

Installation

The easiest way to install ffn is from the Python Package Index using pip or easy_insatll:

$ pip install ffn

Since ffn has many dependencies, we strongly recommend installing the Anaconda Scientific Python Distribution. This distribution comes with many of the required packages pre-installed, including pip. Once Anaconda is installed, the above command should complete the installation.

ffn should be compatible with Python 2.7 and Python 3.

Documentation

Read the docs at http://pmorissette.github.io/ffn

License

MIT

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

ffn-0.1.11.tar.gz (18.9 kB view details)

Uploaded Source

File details

Details for the file ffn-0.1.11.tar.gz.

File metadata

  • Download URL: ffn-0.1.11.tar.gz
  • Upload date:
  • Size: 18.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ffn-0.1.11.tar.gz
Algorithm Hash digest
SHA256 e5ec78bdf9be8a1b3900efb55fb67596ce23b5357553b289558c4aec18436076
MD5 d4d386f7222badaac109902870c9d57a
BLAKE2b-256 375e4e867cd5c0bb267c35842ceb7668bc1127b9b69d52f08b117181c8359925

See more details on using hashes here.

Supported by

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