Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
JavaScript
12.2K+ articles
School Learning
11.5K+ articles
Java
10.8K+ articles
Misc
8.8K+ articles
Python-numpy
1.3K+ articles
Python numpy-Financial Functions
10 posts
Recent Articles
Popular Articles
numpy.fv() in Python
Last Updated: 29 November 2018
numpy.fv(rate, nper, pmt, pv, when = 'end') : This financial function helps user to compute future values. Parameters : rate : [scalar or (M, )array] Rate of interest as d...
read more
Python
Python-numpy
Python numpy-Financial Functions
numpy.pv() in Python
Last Updated: 29 November 2018
numpy.fv(rate, nper, pmt, fv, when = 'end') : This financial function helps user to compute future values. Parameters : rate : [array_like] Rate of interest as decimal (no...
read more
Python
Python-numpy
Python numpy-Financial Functions
numpy.npv() in Python
Last Updated: 17 May 2022
numpy.npv(rate, value) : This financial function helps user to calculate the NPV(Net Present Value) of a cash flow series.Parameters :rate : [scalar] Rate of discount val...
read more
Python
Python-numpy
Python numpy-Financial Functions
numpy.pmt() in Python
Last Updated: 29 November 2018
numpy.pmt(rate, nper, pv, fv, when = ‘end’): This financial function helps user to compute payment value as per the principal and interest. Parameters :rate : [scalar or (...
read more
Python
Python-numpy
Python numpy-Financial Functions
numpy.ppmt() in Python
Last Updated: 29 November 2018
numpy.ppmt(rate, nper, pv, fv, when = ‘end’) : This financial function helps user to compute payment value as per the principal value only. Parameters :rate : [scalar or (...
read more
Python
Python-numpy
Python numpy-Financial Functions
numpy.ipmt() in Python
Last Updated: 29 November 2018
numpy.ipmt(rate, nper, pv, fv, when = ‘end’) : This financial function helps user to compute payment value as per the interest only. i.e. returns the interest part. Param...
read more
Python
Python-numpy
Python numpy-Financial Functions
numpy.mirr() in Python
Last Updated: 05 August 2022
numpy.mirr(values, finance_rate, reinvest_rate) : This financial function helps user to compute modified IRR Value i.e. Modified Internal Rate of Return ie. “average” peri...
read more
Python
Python-numpy
Python numpy-Financial Functions
numpy.irr() in Python
Last Updated: 05 August 2022
numpy.irr(values) : This financial function helps user to compute IRR Value i.e. Internal Rate of Return ie. “average” periodically compounded rate of return. Parameters ...
read more
Python
Python-numpy
Python numpy-Financial Functions
numpy.nper() in Python
Last Updated: 28 November 2018
numpy.pmt(rate, pmt, pv, fv, when = ‘end’) : This financial function helps user to compute number of periodic payments.Parameters :rate : [scalar or (M, )array] Rate of in...
read more
Python
Python-numpy
Python numpy-Financial Functions
numpy_financial.pmt() in Python
Last Updated: 19 March 2025
numpy_financial.pmt() function in Python is part of the numpy-financial library and is used for calculating the payment amount required for a loan or an investment, assumi...
read more
Python
Python-numpy
Python numpy-Financial Functions
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !