Simple financial functions
Project description
NumPy Financial
The numpy-financial
package contains a collection of elementary financial
functions.
The financial functions in NumPy are deprecated and eventually will be removed from NumPy; see NEP-32 for more information. This package is the replacement for the original NumPy financial functions.
The source code for this package is available at https://github.com/numpy/numpy-financial.
The importable name of the package is numpy_financial
. The recommended
alias is npf
. For example,
>>> import numpy_financial as npf
>>> npf.irr([-250000, 100000, 150000, 200000, 250000, 300000])
0.5672303344358536
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
File details
Details for the file numpy-financial-1.0.0.tar.gz
.
File metadata
- Download URL: numpy-financial-1.0.0.tar.gz
- Upload date:
- Size: 13.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f84341bc62b2485d5604a73d5fac7e91975b4b9cd5f4a5a9cf608902ea00cb40
|
|
MD5 |
5f1693dbfd3e88aa886bbf801c6cf61f
|
|
BLAKE2b-256 |
0f4e6dff3733162d4a96140f0195f3b529c2d56f90d3245c8c1b506913d11f91
|
File details
Details for the file numpy_financial-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: numpy_financial-1.0.0-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
bae534b357516f12258862d1f0181d911032d0467f215bfcd1c264b4da579047
|
|
MD5 |
2a8299dd1d3bcbf6a152e3d1a45093c8
|
|
BLAKE2b-256 |
6abed07585e440d58835bad8f1c9ca7823b5252ffeda4c797e653a20215fca65
|