Finance Calculator
Switch modes for loans, savings growth, and interest. Clear outputs, optional amortization preview, and Show Work.
How to Use
- Select a mode (Loan, Savings, or Interest).
- Enter values (amounts, rate, time). Choose compounding/payment frequency if applicable.
- Outputs update instantly (no URL changes while typing).
- Open “Show Work” for formulas + step-by-step math in base units.
Amortization Preview (optional)
Preview shows the first few periods only (fast). Full export can be added later via JS.
| Period | Payment | Interest | Principal | Balance |
|---|---|---|---|---|
| Enter loan details to populate preview. | ||||
Show Work (step-by-step)
Core Formulas
- Loan payment (amortized):
PMT = P × (i(1+i)^n) / ((1+i)^n − 1) - Total interest:
Total = PMT×n,Interest = Total − P - Simple interest:
I = P × r × t,FV = P + I - Compound growth:
FV = P × (1 + r/n)^(n×t) - APY from APR:
APY = (1 + r/n)^n − 1
P=principal, r=annual rate (decimal), i=periodic rate, n=number of periods, t=years.
FAQ
APR vs APY — what’s the difference?
APR is the nominal rate. APY includes compounding effects, so it’s the effective annual yield.
Why does payment change with frequency?
Frequency changes the periodic rate and number of periods. Biweekly payments often reduce total interest if you keep the same effective annual cadence.
Is this “exact to the penny”?
It’s deterministic and accurate for standard formulas. Real lenders may differ due to rounding conventions, fee timing, or exact-day interest.
Tool Info
Last updated:
Updates may include additional frequencies, export options, and improved amortization handling.