All tools

Present Value / Future Value Calculator

Math

Convert 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.

financepresent-valuefuture-valuetvminterestdiscount

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

What formula does it use?
The standard time-value-of-money formula FV = PV x (1 + r)^n, where r is the per-period rate (annual rate divided by the compounding frequency) and n is the total number of compounding periods.
How is this different from the Compound Interest Calculator?
This tool converts a single lump sum in either direction, including discounting a future value back to the present. The compound interest calculator focuses on growing a principal forward and supports recurring contributions.
Does it fetch current interest rates?
No. It uses only the rate you type in, with no live market-rate feed, and runs entirely in your browser.
Can it handle monthly or daily compounding?
Yes. Pick annually, semi-annually, quarterly, monthly, or daily, and it splits the annual rate into that many periods per year.

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 →