Present Value / Future Value Calculator
MathConvert between present and future value at a given rate: grow a present sum to its future value, or discount a future sum back to today.
The time value of money says a dollar today is worth more than a dollar later, and this calculator does the conversion both ways. Pick a direction: grow a present amount to its future value at a compounding rate, or discount a known future amount back to what it is worth today. Set the annual rate, the number of years, and how often interest compounds (annually through daily), and you get the converted value plus the growth factor and the interest gained or discounted. It is the general formula behind the loan and compound interest calculators, handy for valuing a lump-sum settlement, a bond payoff, or a future cash flow. Everything runs locally with no live rate feed, so it takes the rate you supply rather than any market data.
How to use Present Value / Future Value Calculator
- 1.Choose a direction: 'grow to future value' when you know a present amount, or 'discount to present value' when you know a future amount.
- 2.Enter the amount, the annual rate as a percent, the term in years, and the compounding frequency.
- 3.Read the converted value, the growth factor over all periods, and the interest earned or discounted.
Frequently asked questions
Use via API, SDK, or MCP
cURL# Free: 1,000 req/day · Pro: 10,000 req/day
curl -X POST https://api.utilix.tech/v1/tools/present-value-calculator \
-H "Authorization: Bearer utx_live_..." \
-H "Content-Type: application/json" \
-d '{"amount":1000,"annualRatePercent":5,"years":10,"direction":"future","compoundsPerYear":1}'Get an API key from your dashboard · Full API docs →