Investment Payment Calculator
Investment Payment Calculator to calculate the number of payments for an investment.
Investment Payment Calculator
Investment Payment Calculator to calculate the number of payments for an investment.
Code to add this calci to your website
Formula Used:
N = [ log ( 1 + [ ( r*F ) / P ] ) ] / ( log (1+r) )
Where,
P = Payment Amount
F = Future Amount
r = Rate of Interest (compounded)
N = Number of Payments
Rate of Interest Compounded is,
If Monthly,
r = i / 1200
If Quarterly,
r = i / 400
If Half yearly,
r = i / 200
If Yearly,
r = i / 100
This tool will help you dynamically to calculate the Number of Payments for an Investment