Mortgage Monthly Payment Calculator

무료
분류별 wenyang21 | 업데이트됨 a month ago | Finance
인기

8.3 / 10

지연 시간

372ms

서비스 수준

100%

Health Check

N/A

모든 자습서로 돌아가기 (1)

Quick Start

There are three input for this API, Loan Amount, Interest Rate, and Terms (in Months). All these input will be added as query parameters to the url.

For example, if we want to know the monthly payment on a 30 years loan with $300k principal and 5% interest rate, then we can build our parameters like following:

  1. Loan Amount (loanAmount): 300000
  2. Interest Rate (interestRate): 0.05
  3. Terms (terms): 360

so our request url will look like following https://?loanAmount=300000&interestRate=0.05&terms=360