๐
Interest Rate Calculator
Solve for interest rate from principal, future value, and periods. Includes APRโAPY converter and effective annual rate.
Result
14.8698% per year
Formula: r = (FV/P)^(1/n) - 1
Rule of 72: At 14.87%, money doubles in ~4.8 years. (Rule of 72 estimate: 72 รท 14.87 = 4.8 years)
Formulas Used
- Simple Interest Rate: r = (FV - P) / (P ร n)
- Compound Interest Rate: r = (FV/P)^(1/n) - 1
- Loan Rate: PV = PMT ร [(1 - (1+r)^-n) / r] โ solved via Newton-Raphson
- APR โ APY: APY = (1 + APR/n)^n - 1
- APY โ APR: APR = n ร [(1 + APY)^(1/n) - 1]
- Rule of 72: Years to double โ 72 / rate(%)