APRI Calculator
Calculate the Annual Percentage Rate of Interest (APRI/APR) including fees and charges. Uses Newton-Raphson method per TILA and EU Directive standards.
About
The Annual Percentage Rate of Interest (APRI), commonly known as APR, represents the true yearly cost of borrowing. Unlike the nominal interest rate, APRI incorporates origination fees, closing costs, and other mandatory charges into a single annualized figure. The calculation solves for the internal rate of return r that satisfies the present-value identity across all cash flows. This is mandated by Regulation Z under the U.S. Truth in Lending Act (TILA) and the EU Consumer Credit Directive 2008/48/EC. Miscalculating APRI by even 0.25% on a 30-year mortgage can shift total repayment by thousands of dollars.
This calculator uses the Newton-Raphson iterative method to converge on the periodic rate to a tolerance of 10โ10. It assumes fixed-rate, fully amortizing loans with equal monthly payments. Variable-rate products, balloon payments, and interest-only periods are outside scope. Pro tip: lenders sometimes exclude certain fees from the APR disclosure. Always verify which charges are rolled into the computation.
Formulas
The monthly payment M for a fixed-rate fully amortizing loan is computed using the standard annuity formula:
The APRI (APR) is the rate rapr that satisfies the present-value equation where the net disbursed amount equals the discounted sum of all payments:
This equation has no closed-form solution. The Newton-Raphson method iteratively refines rapr using the update rule:
Where P = loan principal, F = total upfront fees, r = monthly nominal rate (i รท 12), n = total number of monthly payments, M = monthly payment amount, rapr = monthly APR rate (annualized by multiplying by 12), and fโฒ = the first derivative of the present-value residual function.
Reference Data
| Loan Type | Typical Nominal Rate | Typical APR Range | Common Fees Included | Regulation |
|---|---|---|---|---|
| 30-Year Fixed Mortgage | 6.5% | 6.7 - 7.1% | Origination, Points, PMI | TILA / Reg Z |
| 15-Year Fixed Mortgage | 5.8% | 6.0 - 6.4% | Origination, Points | TILA / Reg Z |
| Auto Loan (New) | 5.0% | 5.2 - 6.0% | Documentation, Dealer Fees | TILA / Reg Z |
| Auto Loan (Used) | 7.0% | 7.5 - 8.5% | Documentation, Dealer Fees | TILA / Reg Z |
| Personal Loan | 10.0% | 11.0 - 15.0% | Origination (1-8%) | TILA / Reg Z |
| Student Loan (Federal) | 5.5% | 5.6 - 5.8% | Origination (1.057%) | HEA / Reg Z |
| Student Loan (Private) | 8.0% | 8.5 - 12.0% | Origination, Admin Fees | TILA / Reg Z |
| Credit Card | 22.0% | 22.0 - 29.9% | Annual Fee (amortized) | CARD Act / Reg Z |
| Payday Loan | 15% per 2 weeks | 390 - 780% | Per-advance fee | State Laws / CFPB |
| Home Equity Loan | 7.5% | 7.8 - 8.5% | Appraisal, Closing Costs | TILA / Reg Z |
| SBA 7(a) Business Loan | 8.0% | 8.5 - 10.0% | Guarantee Fee (0-3.75%) | SBA Rules |
| EU Consumer Credit | 9.0% | 10.0 - 14.0% | All mandatory charges | Directive 2008/48/EC |
| UK Mortgage | 4.5% | 4.8 - 5.5% | Arrangement, Valuation | MCOB / FCA |
| Microfinance Loan | 20.0% | 25.0 - 45.0% | Processing, Insurance | Varies by country |