Interest Rate Calculator
Calculate effective interest rates
Inputs
Provide the following 3 values to run the Interest Rate Calculator:
- Loan Amount (£) [number] (required)
- Total to Repay (£) [number] (required)
- Term (years) [number] (required)
What it calculates
This tool returns:
- Effective Rate (%) — primary result
- Simple Rate (%)
- Monthly Payment
Worked example
For the sample inputs below:
- Loan Amount (£): 1000
- Total to Repay (£): 100
- Term (years): 10
the Interest Rate Calculator produces:
- Effective Rate: -20.57%
- Simple Rate: -9.00%
- Monthly Payment: £0.83
How it works
The result is derived through the following steps:
totalInterest = totalRepaid - principalsimpleRate = (totalInterest / principal / termYears) * 100effectiveRate = (pow(totalRepaid / principal, 1 / termYears) - 1) * 100monthlyPayment = totalRepaid / (termYears * 12)
Frequently Asked Questions
What is an interest rate calculator?
An interest rate calculator is a tool that helps you determine the effective interest rate on loans, saving accounts, or other financial products.
How do I use the interest rate calculator?
Simply enter the loan amount, interest rate, and time period, and click 'Calculate'. The tool will provide you with the effective interest rate and total interest paid.
Why is knowing the effective interest rate important?
Understanding the effective interest rate helps you compare different loan offers and make informed financial decisions when borrowing.
Can the calculator handle different types of loans?
Yes, our interest rate calculator can handle various types of loans, including personal loans, mortgages, and auto loans.
Is there a charge for using the interest rate calculator?
No, our interest rate calculator is completely free to use and available for anyone seeking to understand their loan costs.