Calculate the annual interest rate (APR) on a loan from the principal, monthly payment, and loan term using a precise binary-search solver.
The Interest Rate Calculator solves for the annual percentage rate (APR) when you know the loan amount, the fixed monthly payment, and the loan term. It uses a robust binary-search algorithm that converges for any realistic rate—including 0%—and returns the APR, monthly rate, total payment, and total interest charged.
Solve for your loan's APR in three quick steps.