Home
Contact us

Trading tool: Future value

Are you a trading or financial mathematic expert?
Contribute to develop this section of the site: create a new trading tool.



Calculate the future value or amount at continuous compounding interest rate

The future value or the amount calculated with the method of the continuous compounding interest rate is the equal of the present value in a future date, taking into account the expected interest rate until that date.



Insert the following 4 values:
ShowHide variables and formulas

$val_i
=
Principal or Initial capital (10.0)
$di
=
Initial date (dd/mm/yyyy)
$df
=
Future date (dd/mm/yyyy)
$tasso
=
Interest rate (0.01)


The results are: 2

$anni
=
Years between the initial and the future date
$anni=years_diff_str_date($di,$df);
$val_f
=
Future value (10.0) or amount at continuous compounding interest rate
$val_f=future_value($val_i, $tasso, $anni);


Would you like to be available on the site other information?  Demand them here . We will try to realize the best ideas that will come to us proposed.