미래 가치 계산기
돈의 금액이 미래에 이자와 기여와 가치가 될 것입니다 무엇을 참조하십시오.
입력하는 동안 결과가 업데이트됩니다.
이 계산기에 대해
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 calculator to calculate the lump sum of money. 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. This calculator grows the lump sum as FV × (1 + i)^n, where i is the rate per compounding period and n the number of periods.Use this calculator to calculate the lump sum of money. This calculator grows the lump sum of money.Use this calculator to calculate the lump sum of money.Use this calculator to calculate the lump sum of money.Use this calculator to calculate the lump sum of money.Use this calculator to calculate the lump sum of money.Use this calculator to calculate the lump sum of money.Use this calculator to calculate the lump sum of money.Use this calculator to calculate the lump sum of money.Use this calculator to calculate the lump sum of money.Use this calculator to calculate the lump sum of money.Use this calculator to calculate the lump sum of money.Use this calculator to calculate the lump sum of money.Use this calculator to calculate the lump sum of money.Use this calculator to calculate the lump sum of money.Use this calculator to calculate the lump sum of money.Use this calculator to calculate the lump sum of money.U
자주 묻는 질문
미래가치 공식은 무엇인가?
일시금의 경우 FV = PV × (1 + i)^n이며, 여기서 i는 기간당 금리이고 n은 기간 수입니다. 정기 지급은 연금 기간을 추가합니다. FV = PMT × ((1 + i)^n − 1) / i이며, 이 도구는 연금 기간을 일시금 성장에 추가합니다.
결제 시간이 변경되면 어떻게 됩니까?
각 기간의 시작에 지불하는 경우(연금 연금) 모든 지불에 대해 이자를 적립할 수 있는 추가 기간을 하나 더 부여하므로 미래 가치는 끝에 지불하는 경우(일반 연금 연금)보다 약간 높습니다. 이 도구는 연금 기간을 지급일에 대해 (1 + i)로 곱합니다.
복합 주파수가 결과를 변경합니까?
네. 더 자주 복합하면 이자가 빨리 적립되므로 같은 명목 금리에서 월간 복합이 연간 복합을 압도합니다. "연간 지불" 설정은 이자가 적용되는 빈도도 설정합니다. 월간 5% 복합은 연간 5% 복합보다 조금 더 빠르게 성장합니다.
정기 기부는 어떻게 결과를 변경합니까?
각각의 새로운 기여는 그 전에 그것보다 성장하는 시간이 적은있다,하지만 함께 그들은 일회성 성장의 상단에 연금을 추가. 더 기여, 더 자주 기여, 또는 단순히 이전에 시작 더 많은 이자율의 작은 변화보다 최종 균형을 높여.
연간 지불 증가 (스텝 업)는 무엇입니까?
이것은 매년 설정된 비율로 기여를 증가, 당신이 당신의 소득이 성장하는대로 더 저장 계획을 모델링. 5 % 연간 증가는 두 번째 해에 기여 5 % 첫 번째보다 더, 눈에 미래 가치를 높일 수 있습니다 의미.
어떤 금리를 입력해야 하나요?
현금 저축에 몇 %, 다양한 투자에 더 많은 - 하지만 높은 수익률은 더 많은 위험을 수반합니다. 보수적인 속도는 당신이 실제로 무엇을 가질 것인지 과대 평가에서 예측을 유지.
미래 가치는 인플레이션에 대하여 조정되나요?
결과는 미래 달러로 명목 금액입니다. 실제 구매력을 보려면 인플레이션 계산기를 통해 금액을 실행하거나 명목 대신 인플레이션 조정 (실제) 수익률을 입력하십시오.
API — 코드에서 이 계산기를 사용
이 계산기를 무료 JSON 엔드포인트로 호출하세요. 키가 필요하지 않습니다. 아래 필드 값을 쿼리 매개 변수 또는 JSON으로 보내십시오. 전체 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);
결과는 재정, 의료 또는 세금 조언이 아닌 일반적인 지침을위한 추정치입니다.