Loan Amortization schedule
收藏RapidAPI2019-02-20 更新2024-05-21 收录
下载链接:
https://rapidapi.com/techcielo/api/loan-amortization-schedule
下载链接
链接失效反馈官方服务:
资源简介:
Two endpoints to calculate amortization schedule for loans.
Note that for both options following parameters are same.
p: Principal Amount
r: Rate of interest per year.
1) /principal/{p}/roi/{roi}/months/{duration}
Accepts Duration in months and calculates EMI that will repay the loan in specified period.
2) /principal/{p}/roi/{roi}/emi/{emi}
Accepts Equal Monthly Installment (EMI) amount and calculates what will be the time period in which amount will be repaid. If emi selected is less than minimum amount (monthly interest) it will give failure message with minimum amount you need to pay for specific principal and rate or interest.
创建时间:
2019-02-20



