Skip to main content

Financial functions for Python

Project description

Build Status PyPI Version PyPI License

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.

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.

Documentation

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

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-1.1.3.tar.gz (27.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ffn-1.1.3-py3-none-any.whl (26.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ffn-1.1.3.tar.gz
  • Upload date:
  • Size: 27.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for ffn-1.1.3.tar.gz
Algorithm Hash digest
SHA256 c9382061a9f71fa0e896f973b6cbce4a29185c5809be8078ffb8c8c67ff86a37
MD5 0037dcb4d63e58e925c5ae2e2660b819
BLAKE2b-256 98ff95d5a7209515efaf104c241caabd281a5a4dffa3b17b5922fb50bd1e519f

See more details on using hashes here.

File details

Details for the file ffn-1.1.3-py3-none-any.whl.

File metadata

  • Download URL: ffn-1.1.3-py3-none-any.whl
  • Upload date:
  • Size: 26.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for ffn-1.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 39d8a0256ec4aaa02a3acd432aa7d8e502fc3c8ee948b4f16bdd494b067e3548
MD5 69afe76d644d0e36ed4de7f32b029771
BLAKE2b-256 29ca986bef628cba5d4b16518c7b06637661717f3003df83a831ee29a2e3c18e

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