Financial functions for Python
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ffn-1.1.2.tar.gz.
File metadata
- Download URL: ffn-1.1.2.tar.gz
- Upload date:
- Size: 27.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23628944a7cb048129b5f1abceef0777faa43307601c095dbcdcb7bc5c19d514
|
|
| MD5 |
599557722883f5d81cf03bfc2111b42c
|
|
| BLAKE2b-256 |
cac2f112291c7cd15294d7fbcc1098391887bf4b83501ae8091c02edfb9d5e2b
|
File details
Details for the file ffn-1.1.2-py3-none-any.whl.
File metadata
- Download URL: ffn-1.1.2-py3-none-any.whl
- Upload date:
- Size: 26.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce7ee576ba17c7a518ef6a8025a69470ad48850fe618723f2c31b57b58c5b165
|
|
| MD5 |
3ff499ef9a10119841c705866248c97d
|
|
| BLAKE2b-256 |
af4fcf4575c95bcbd3af3a0659957bab653327980cc1880b2197590858033433
|