Savings Calculator — calculate future value
This calculator easily answers the question "If I save "X" amount for "Y" months what will the value be at the end?"
The user enters the "Periodic Savings Amount" (amount saved or invested every month); the "Number of Months" and the "Annual Interest Rate" or the annual rate of return one expects to earn on their investments.
The calculator quickly creates a savings schedule and a set of charts that will help the user see the relationship between the amount invested and the return on the investment. The schedule can be copied and pasted to Excel, if desired.
The investment term is always expressed in months.
- 60 months = 5 years
- 120 months = 10 years
- 180 months = 15 years
- 240 months = 20 years
- 360 months = 30 years
If you need a more advanced "Savings Calculator" - one that lets the user solve for the starting amount, the amount to invest, the interest rate, the term required to reach a goal or the future value; or if you would like to easily print the schedule; or if you need to pick a different investment frequency, then you may want to try the calculator located here: https:/financial-calculators.com/savings-calculator
Currency and Date Conventions
All calculators will remember your choice. You may also change it at any time.
Clicking "Save changes" will cause the calculator to reload. Your edits will be lost.
Ben says:
Hello, the plugin looks really nice! I would like to use it on my website <a href="https://www.dein-geld-anlegen.de/" target="_blank"<www.dein-geld-anlegen.de but I have problems to run it with WP 5.6 and Neve Theme by Themeisle. It is streched very long and not working. Will there be an update soon?
Also in the last pie chart / percentage the color of Total Deposit seems to be switched. In the first both charts its green, and only here it is red. I think thats a bit confusing.
Karl says:
Hi Ben, sorry I missed this. The page you linked to does not seem to have the calculator on it. So I can’t say what the issue is. It does work with WordPress 5.6, so there must be an incompatibility between the theme and the plugin. I do plan to have a small update out early next week. If we can figure out the problem, I’ll try to have the fix in the update.
Ben says:
https://www.dein-geld-anlegen.de/testseite/ on this page there is a test integration
Karl says:
The problem is this, both the theme and the calculator have a CSS class with the same name ".wrapper". The theme defines it this way:
.wrapper {
display: flex;
min-height: 100vh;
If you are familiar with CSS, you can set the "min-height" to something else (even try 0) and see that will change/fix the calculator’s height problem.
Ben says:
I’m not really familiar with CSS. I tried to change it in the theme file but did not see any change.
Karl says:
I should be able to have a release ready with a fix for this problem by early next week.
Winggirl Media says:
Hi. CAn you include a slider option for this awesome calculator?
Karl says:
Glad you like the plugin. The next release is going to include translation files. Then after that, I might explore the possibility of having a slider. But it will be a while.
Zafiq says:
Very great plugin here!
I would like to ask if we can adjust the monthly compounded interest to annually compounded interest?
Karl says:
The plugin download includes all the JavaScript source code. Your website developer can make the required modifications.
I’m not able to document that details though. That’s too much of a time commitment for me at this point.