Financial functions for Python
Project description
ffn - a financial function library for Python.
Alpha software - use at your own risk!
>> 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
To install ffn, simply run:
$ pip install ffn
If pip is not installed, I 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.
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
ffn-0.1.2.tar.gz
(18.0 kB
view details)
File details
Details for the file ffn-0.1.2.tar.gz.
File metadata
- Download URL: ffn-0.1.2.tar.gz
- Upload date:
- Size: 18.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94afd49e98b99ce2f8c371acf4501fb67438dc5aeb3846b2fc6fa51c1d86b967
|
|
| MD5 |
5fd05d5bcf7283f799441a0a9c75b9d8
|
|
| BLAKE2b-256 |
892008fb865555484fb46c5f587a60f3ed435579acdbedb97367210d5d57cb92
|