Skip to main content

Interest Rate Finder

Find the interest rate based on loan terms. Enter values for instant results with step-by-step formulas.

Formula

Solved using numerical methods (Newton-Raphson)

Finds the rate that produces the specified payment for given principal and term.

Worked Examples

Example 1: Find Mortgage Rate

Problem:You have a $300,000 mortgage with monthly payments of $1,610 for 30 years (360 months). What is the interest rate?

Solution:Using iterative calculation (Newton-Raphson):\n\nInitial estimate: 5%\nCalculated payment at 5%: $1,610.46\n(Very close - adjust estimate)\n\nFinal converged rate: 4.99%\nโ‰ˆ 5.0% annual interest rate\n\nVerification:\n$300,000 @ 5.0% for 360 months\nMonthly rate = 5% รท 12 = 0.4167%\nPayment = $1,610.46 โœ“

Result:Interest rate: 5.0% APR

Example 2: Verify Auto Loan Rate

Problem:Dealer says your $28,000 car loan at 'competitive rates' has $540 monthly payments for 60 months. What's the actual rate?

Solution:Given:\nPrincipal = $28,000\nPayment = $540/month\nTerm = 60 months\n\nIterative calculation converges to:\nRate โ‰ˆ 5.9% annual\n\nTotal paid: $540 ร— 60 = $32,400\nInterest: $32,400 - $28,000 = $4,400\n\nThis is the true cost of the 'competitive' rate.

Result:5.9% APR (verify against dealer's claim)

Example 3: Personal Loan APR Discovery

Problem:You borrowed $15,000 and pay $475 monthly for 36 months. The lender mentioned 'around 8%' - is that accurate?

Solution:Loan details:\nPrincipal: $15,000\nPayment: $475\nTerm: 36 months\n\nCalculated rate: 9.92%\n\nTotal repayment: $475 ร— 36 = $17,100\nInterest paid: $2,100\n\nThe actual rate is nearly 10%, not 'around 8%'!\nAlways verify rates independently.

Result:9.92% APR (NOT 8% as stated)

Frequently Asked Questions

How do I find my loan's interest rate?

Enter your loan amount, monthly payment, and total number of payments. The calculator uses numerical methods (Newton-Raphson iteration) to reverse-engineer the interest rate that produces your payment amount. This is useful when you know what you're paying monthly but need to verify or discover the actual interest rate being charged.

Why doesn't my loan paperwork show the rate?

It should! The Truth in Lending Act requires lenders to disclose APR clearly. However, Interest Rate Finder is useful for: verifying the stated rate is accurate, finding the rate on old loans where paperwork is lost, calculating the effective rate when fees are included in payments, or checking promotional 'special financing' offers that obscure the true cost.

How accurate is the calculated interest rate?

The calculator uses iterative numerical methods that converge to within 0.001% accuracy. However, small discrepancies can occur if: your payment includes fees not related to interest, escrow payments for taxes/insurance are included, there are prepayment penalties or irregular payments, or the loan has a variable rate that changed over time. For standard fixed-rate loans, accuracy should be very high.

Can I use this for adjustable-rate mortgages (ARMs)?

Only for the current period's rate. ARMs change rates periodically, so there's no single rate for the entire loan. You can find the rate for each period individually if you know the payment amount during that period. For overall ARM cost analysis, you need to account for all rate changes over the loan's life.

References