Data Structure
Java
Python
HTML
Interview Preparation
Courses
Tutorials
Practice
Jobs
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
32.1K+ articles
DSA
20.0K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.2K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.3K+ articles
Misc
7.7K+ articles
Python-numpy
1.3K+ articles
Python numpy-Financial Functions
10 posts
Recent Articles
Popular Articles
numpy_financial.pmt() in Python
Last Updated: 11 July 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
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.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.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.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.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.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