Free future value calculator that uses the formula FV = PV (1 + I/Y)ⁿ to find the future value of an investment with periodic deposits.
- Download the ZIP file of this repository.
- Upload the /future-value-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Future Value Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_future_value_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_future_value_calculator(); ?>
to your template where you would like the Future Value Calculator to appear.