US case at 7.5%
- Loan amount
- $35,000.00
- EMI
- $701.32
- Tenure
- 5 years
Implied interest rate7.5%
inverse of Excel PMT(7.5%/12, 60, -35000)
Open this exampleRecover the interest rate a lender is actually charging from the loan amount, the EMI and the term. Useful when a quote gives you a payment but is vague about the rate.
Also called: find interest rate from emi, implied interest rate, what rate am i paying.
Paying $507 a month for 5 years on a loan of $25,000 implies an annual rate of 8.01%.
An estimate, not an offer or a guarantee. Projected returns assume the rate you entered holds for the whole term, which no market does.
This is what the calculation gives for the numbers you entered. It is an estimate, not advice, and it knows nothing about your situation beyond those numbers. Rules for United States change on a published schedule; the effective date is shown on every rule-based tool.
There is no closed form for i, so the engine brackets the answer and bisects. Bisection is slower than Newton–Raphson and cannot fail to converge on a bracketed sign change, which is the right trade here: a rate that is always right beats one that is usually faster.
solve for i: P * i(1+i)^n / ((1+i)^n - 1) = EFull derivation: Why an 8% flat loan is really a 14.13% loan
Each of these is asserted on every build. If a change to the engine ever moved one of these answers, the build would fail before the page could print it.
Implied interest rate7.5%
inverse of Excel PMT(7.5%/12, 60, -35000)
Open this exampleFormula version 1.0.0 · definition 1.0.0 · United States · Report a problem with this calculator