Calculator
A savings account with an initial balance of {{ base | formatNumber('0,0.00') }}, a constant monthly income of {{ monthly | formatNumber('0,0.00') }}, and an annual interest rate of {{ rate }}% will have an ending balance of {{ duration }} in {{ result.c1Total | formatNumber('0,0.00') }} month.
Total savings amount | Accrued cash | Earned interest |
---|---|---|
{{ result.c1Total | formatNumber('0,0.00') }} ₮ | {{ result.c1Saving | formatNumber('0,0.00') }} ₮ | {{ result.c1Interest | formatNumber('0,0.00') }} ₮ |