◈ Toolbox

Reverse Loan Calculator

Given a monthly EMI, interest rate, and tenure, calculate the original loan principal.

loanfinancereverseprincipalemi
Examples(1)
Find principal for ₹10,000 EMI

Input

{
  "emi": 10000,
  "annualRatePercent": 10,
  "tenureMonths": 12
}

Output

{
  "principal": 113669,
  "totalPayment": 120000,
  "totalInterest": 6331
}