Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork86
Standalone package of the NumPy financial functions
License
numpy/numpy-financial
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Thenumpy-financial package contains a collection of elementary financialfunctions.
Thefinancial functions in NumPyare deprecated and eventually will be removed from NumPy; seeNEP-32for more information. This package is the replacement for the originalNumPy financial functions.
The source code for this package is available athttps://github.com/numpy/numpy-financial.
The importable name of the package isnumpy_financial. The recommendedalias isnpf. For example,
>>> import numpy_financial as npf>>> npf.irr([-250000, 100000, 150000, 200000, 250000, 300000])0.5672303344358536About
Standalone package of the NumPy financial functions
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.