Loan Comparison Calculator
Compare up to 4 loans side by side with this calculator. Enter the loan amount, interest rate, and term of each loan and this calculator will show you the payment amount, the total interest you will pay, and the actual cost for each loan. You can also enter any additional principal amount you intend to pay each month and the calculator will show you each loan's anticipated payoff time.
|
|
Popup
Copy this text to popup the calculator in its own window. It is important to use your Account Number instead of 1 as shown in this example.
<script language="JavaScript" type="text/javascript">
<!--
//Loan Comparison
function CompareLoanPayments()
{
window.open('http://www.webcalcsolutions.com/Loan-Calculators/Compare-Loan-Payments.asp?AcctNum=1', '_blank', 'width=690,height=530,directories=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0');
}
-->
</script>
<a href="javascript:CompareLoanPayments();">Loan Comparison</a><br>
|
<br>
<a href='http://www.webcalcsolutions.com/' style='font-size: 8pt;'>Online Calculators - Financial Calculators, Health Calculators, and Health Assessments from WebCalcSolutions.com</a><br>
Embedded
Copy this text to embed the calculator in your webpage.It is important to use your Account Number instead of 1 as shown in this example.
view |
<iframe src="http://www.webcalcsolutions.com/Loan-Calculators/Compare-Loan-Payments.asp?AcctNum=1" width="690" height="530" frameborder="0" scrolling="auto"><a href="http://www.webcalcsolutions.com/Loan-Calculators/Catalog.asp" target="_blank">Loan Comparison Calculator</a></iframe>
<br>
<a href='http://www.webcalcsolutions.com/' style='font-size: 8pt;'>Online Calculators - Financial Calculators, Health Calculators, and Health Assessments from WebCalcSolutions.com</a><br>
|
|
Customizable Field Values
You can customize the following field values for this calculator. When the calculator runs it will have
the values you set for these fields. It is important to use your Account Number instead of 1
as shown in this example.
Loan Comparison Calculator's Customizable Fields |
Screen Name |
Parm Name |
Parm Value Used in this Example |
Title |
Title |
Mr. & Mrs. O'Riley |
Lender (column 1) |
Lender |
AAA Money Lenders |
Lender (column 2) |
Lender2 |
BBB Money Lenders |
Lender (column 3) |
Lender3 |
CCC Money Lenders |
Lender (column 4) |
Lender4 |
DDD Money Lenders |
Loan Amount (column 1) |
LoanAmt |
30,000.00 |
Loan Amount (column 2) |
LoanAmt2 |
31,000.00 |
Loan Amount (column 3) |
LoanAmt3 |
32,000.00 |
Loan Amount (column 4) |
LoanAmt4 |
33,000.00 |
Interest Rate (column 1) |
IntRate |
11.9 |
Interest Rate (column 2) |
IntRate2 |
12.0 |
Interest Rate (column 3) |
IntRate3 |
12.1 |
Interest Rate (column 4) |
IntRate4 |
12.2 |
Length of Loan (column 1) |
Length |
30 |
Length of Loan (column 2) |
Length2 |
36 |
Length of Loan (column 3) |
Length3 |
42 |
Length of Loan (column 4) |
Length4 |
48 |
Years/Months (drop-down) |
LengthPrd |
Months |
Additional Principal (column 1) |
AddPrin |
25.00 |
Additional Principal (column 2) |
AddPrin2 |
50.00 |
Additional Principal (column 3) |
AddPrin3 |
75.00 |
Additional Principal (column 4) |
AddPrin4 |
100.00 |
View Customized Calculator
<script language="JavaScript" type="text/javascript">
<!--
//Loan Comparison
function CompareLoanPayments()
{
window.open('http://www.webcalcsolutions.com/Loan-Calculators/Compare-Loan-Payments.asp?AcctNum=1&' + 'Title=Mr. %26 Mrs. O%27Riley&Lender=AAA Money Lenders&Lender2=BBB Money Lenders&' + 'Lender3=CCC Money Lenders&Lender4=DDD Money Lenders&LoanAmt=30,000.00&' + 'LoanAmt2=31,000.00&LoanAmt3=32,000.00&LoanAmt4=33,000.00&IntRate=11.9&' + 'IntRate2=12.0&IntRate3=12.1&IntRate4=12.2&Length=30&Length2=36&Length3=42&' + 'Length4=48&LengthPrd=Months&AddPrin=25.00&AddPrin2=50.00&AddPrin3=75.00&' + 'AddPrin4=100.00',
'_blank',
'width=690,height=530,directories=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0');
}
-->
</script>
<a href="javascript:CompareLoanPayments();">Loan Comparison</a><br>
<br>
<a href='http://www.webcalcsolutions.com/' style='font-size: 8pt;'>Online Calculators - Financial Calculators, Health Calculators, and Health Assessments from WebCalcSolutions.com</a><br>
|
Our examples have special characters (& or ') that must be encoded
to be interpreted properly by the browser. If the customized text you want to use
has any of these characters (&, ' [apostrophe or single-quote],
#, ?, ", \ or %) we have provided this Encode
tool so you can see how to type it into your script. Enter your customized text
then select 'Encode'. The encoded text will show up in the lower box and can be
copied and pasted directly into your script.
|
|