Free investment calculator that uses the formula PV (1 + R)ⁿ to help investors understand how to calculate investment returns and analyze investments.
- Download the ZIP file of this repository.
- Upload the /simple-investment-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Simple Investment Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_simple_investment_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_simple_investment_calculator(); ?>
to your template where you would like the Simple Investment Calculator to appear.