recovers 8.5% from the DRV-001 example
- Loan amount
- ₹50,00,000
- EMI
- ₹43,391
- Tenure
- 20 years
Implied interest rate8.5%
inverse of the DRV-001 worked example: must round-trip to the input rate
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 ₹21,247 a month for 5 years on a loan of ₹10,00,000 implies an annual rate of 10%.
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 India 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 rate8.5%
inverse of the DRV-001 worked example: must round-trip to the input rate
Open this exampleImplied interest rate0%
degenerate case: sum of payments equals principal, so the rate is zero
Open this exampleFormula version 1.0.0 · definition 1.0.0 · India · Report a problem with this calculator