User Rating 0.0 โ˜…โ˜…โ˜…โ˜…โ˜…
Total Usage 0 times
Quick Presets:
Is this tool helpful?

Your feedback helps us improve.

โ˜… โ˜… โ˜… โ˜… โ˜…

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.

apr calculator annual percentage rate apri loan cost effective interest rate truth in lending amortization

Formulas

The monthly payment M for a fixed-rate fully amortizing loan is computed using the standard annuity formula:

M = P โ‹… r โ‹… (1 + r)n(1 + r)n โˆ’ 1

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:

P โˆ’ F = nโˆ‘k=1 M(1 + rapr)k

This equation has no closed-form solution. The Newton-Raphson method iteratively refines rapr using the update rule:

rnew = rold โˆ’ f(rold)fโ€ฒ(rold)

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 TypeTypical Nominal RateTypical APR RangeCommon Fees IncludedRegulation
30-Year Fixed Mortgage6.5%6.7 - 7.1%Origination, Points, PMITILA / Reg Z
15-Year Fixed Mortgage5.8%6.0 - 6.4%Origination, PointsTILA / Reg Z
Auto Loan (New)5.0%5.2 - 6.0%Documentation, Dealer FeesTILA / Reg Z
Auto Loan (Used)7.0%7.5 - 8.5%Documentation, Dealer FeesTILA / Reg Z
Personal Loan10.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 FeesTILA / Reg Z
Credit Card22.0%22.0 - 29.9%Annual Fee (amortized)CARD Act / Reg Z
Payday Loan15% per 2 weeks390 - 780%Per-advance feeState Laws / CFPB
Home Equity Loan7.5%7.8 - 8.5%Appraisal, Closing CostsTILA / Reg Z
SBA 7(a) Business Loan8.0%8.5 - 10.0%Guarantee Fee (0-3.75%)SBA Rules
EU Consumer Credit9.0%10.0 - 14.0%All mandatory chargesDirective 2008/48/EC
UK Mortgage4.5%4.8 - 5.5%Arrangement, ValuationMCOB / FCA
Microfinance Loan20.0%25.0 - 45.0%Processing, InsuranceVaries by country

Frequently Asked Questions

APR incorporates upfront fees (origination, points, closing costs) into the effective cost. These fees reduce the net amount disbursed to the borrower while payments remain based on the full principal. The present-value equation must then be solved at a higher rate to balance. A loan of $100,000 at 6% with a 2% origination fee means only $98,000 is received, but payments are computed on $100,000. The APR reflects this asymmetry.
Shorter loan terms amplify the APR spread. Fixed fees are amortized over fewer periods, increasing their per-period cost. A $3,000 origination fee on a 5-year loan adds roughly 0.6% to the APR, while the same fee on a 30-year loan adds only about 0.1%. This is why comparing APRs across different term lengths can be misleading.
Under TILA Regulation Z (12 CFR 1026), included fees are: origination charges, discount points, mortgage insurance premiums, and prepaid finance charges. Excluded fees are: title insurance, appraisal fees (in some cases), credit report fees, and property taxes/insurance held in escrow. The EU Directive 2008/48/EC is broader and mandates inclusion of all charges the consumer must pay as a condition of the credit agreement.
The Newton-Raphson method converges quadratically for well-behaved functions. For typical loan parameters, convergence to 10 decimal places occurs within 15 - 20 iterations. Edge cases include very short terms (1 - 2 months) or extremely high fee-to-principal ratios (>50%), where the initial guess must be closer to the solution. This calculator caps at 100 iterations and reports if convergence fails.
This calculator assumes monthly compounding, which is standard for U.S. consumer loans. If comparing to a product with daily or quarterly compounding, you must convert to Effective Annual Rate (EAR) first using the formula: EAR = (1 + rperiod)m โˆ’ 1, where m is the number of compounding periods per year. The U.S. APR convention does not compound (it is simply rmonthly ร— 12).
With zero fees, the APR equals the nominal interest rate exactly. The present-value equation reduces to the standard annuity identity, and the Newton-Raphson solver converges in one iteration. This serves as a useful verification: if your quoted APR differs from the nominal rate, fees or charges are embedded in the cost structure.