未来価値計算器
利息と寄付を加えた金額が将来どれくらい価値があるのかを見る。
結果はタイプすると更新されます。
この計算機の情報
you have a lump sum of 100,000, you can add the future value of any regular contributions to the lump sum. This calculator grows the lump sum as FV = PV × (1 + i)^n, where i is the rate per compounding period and n the number of periods; a stream of level payments adds an annuity term, FV = PMT × ((1 + i)^n − 1) ÷ i. For example, 1,000 left to compound at 5% a year.Use this calculatorUse it to project what a savings, an investment or a pension pot might be worth by a target date, or to see how a higher rate or a longer horizon changes the result. Because it separates the future value of money from the interest earned.Use it to project what a savings, an investment or a pension pot might be worth by a target date.Use it to project what a savings, an investment or a pension pot might be worth by a target date, or to see how a higher rate or a longer horizon changes the result.Use it to project what a savings, an investment or a
よくある質問
未来価値の公式は何ですか。
定期的な支払いは年金期間を追加します。 FV = PMT × ((1 + i)^n − 1) /i をこのツールは一括増加に追加します。
支払い時期が変わるとどうなるの?
各期間の始めに支払うと、毎回の支払いに対して利息を得るために 1 期間の余分な期間が与えられます。 つまり、将来の価値は、終了時に支払うよりも少し高くなります。このツールは、年金期間を期限の (1 + i) で乗算します。
複合化頻度は結果を変えるのか。
はい。複合化の頻度を増やすと、利子が早く生まれ始めます。月間複合化は同じ名目利率で年間複合化よりも優れています。「年間支払い」の設定は利子の適用頻度も決めます。月間複合化した 5% は年間複合化した 5% よりも少し速く成長します。
定期的な寄付はどうやって結果を変えるのか?
多くの寄付を行うこと、より頻繁に寄付を行うこと、あるいは単に早く始めることは、利率の小さな変化よりもはるかに最終的なバランスを高める。
年金の年金額の増額(ステップアップ)とは何か。
年間5%の増加は、第2年度は第1年度より5%増加するということで、将来の価値を著しく上げることができる。
どの利率を入力すればよいでしょうか。
現金貯蓄の場合は2%、分散投資の場合はそれ以上であるが、高い収益率はよりリスクが高い。保守的な利率は、実際に持つものを過大評価することを防ぐ。
将来価値はインフレ調整されているか。
結果は未来のドルでの名目値です。実際の購買力を見るには、インフレ計算機で計算してください。または名目値の代わりにインフレ調整した (実際の) 利回りを入力してください。
API — コードからこの計算機を使う
この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 省略したものは、このページに既に入力されているデフォルトと同じ値を使用します。未知のパラメータは 400 で、サイレンスゼロはありません。 API ドキュメントを読む →
エンドポイント
GET https://calculator.free/api/v1/future-value/
curl
curl "https://calculator.free/api/v1/future-value/?pv=1000&rate=5&years=10&pmt=0"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/future-value/?" + new URLSearchParams({
"pv": "1000",
"rate": "5",
"years": "10",
"pmt": "0"
}));
const data = await r.json();
console.log(data.results);
結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。