복합 이자 계산기
복합 이자 및 정기 기부금으로 저축 및 투자가 어떻게 성장하는지 확인하십시오.
입력하는 동안 결과가 업데이트됩니다.
이 계산기에 대해
calculator is a simple, easy-to-use tool that can be used to calculate the future value of your deposits. It is a simple, easy-to-use calculator that can be used to calculate the future value of your deposits. It is a simple, easy-to-use calculator that can be used to calculate the future value of your deposits. It is a simple, easy-to-use calculator that can be used to calculate the future value of your deposits. It is a simple, easy-to-use calculator that can be used to calculate your deposits.Use the solve-for tabs to run the projection backwards: instead of the end balance invested for 10 years at 7% a year, with 100 added every month, grows to about 19,300. Of that, roughly 13,000.For example, 1,000.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 100.For example, 1
자주 묻는 질문
복합 주파수는 어떻게 중요합니까?
각각의 새로운 이자 지불이 빨리 이자를 적립하기 시작하기 때문에 이자가 복합되면 복합될수록 더 많은 이자를 벌 수 있습니다. 효과는 작지만 장기간에 걸쳐 실제입니다.
복합 이자 공식은 무엇입니까?
일회성 총액의 경우 A = P(1 + r/n)^(nt), 정기적 기여의 경우 시리즈의 미래 가치 플러스입니다. 이 도구는 둘을 결합합니다.
솔루션 탭은 무엇을 하는가?
종료 잔액만 계산하는 대신, 다른 미지수를 풀기 위한 탭을 선택합니다. 이는 시작 금액, 수익률, 월간 기여금 또는 목표 미래 값에 도달하기 위해 필요한 년수입니다. 풀고 있는 필드는 숨겨지고 대신 목표 종료 금액이 사용됩니다.
단순 이자와 복합 이자의 차이점은 무엇입니까?
단순 이자는 원래의 본금에만 지급되므로 직선으로 성장한다. 복합 이자는 본금과 이전에 벌어들인 이자를 모두 합한 금액에 지급되므로 시간이 지나면서 가속화된다. 장기간에 걸쳐 두 이자 사이의 격차는 매우 커진다.
월 시작 시 기여하는 것이 도움이 되나요?
약간. 월초에 예금을 하면 월말 예금에 비해 한 달 더 이자를 받게 됩니다. 수년간 타이밍 선택은 작지만 진정한 차이를 만들어 냅니다. 고급 옵션에서 전환하십시오.
72의 규칙이란 무엇입니까?
돈이 두 배로 되는 데 얼마나 걸리는지를 나타내는 지름길입니다. 연간 백분율로 72를 나누면 됩니다. 연간 7%의 금리로 72÷7 ≈ 10년이면 두 배로 됩니다. 이것은 근사치이지만 계산기가 제공하는 정확한 숫자에 대한 편리한 정신적 검사입니다.
수익률이 얼마나 차이가 나는가?
성장이 복합되기 때문에 수익의 몇 가지 추가 백분율 포인트는 20 또는 30 년 동안 최종 잔액을 거의 두 배로 증가시킬 수 있습니다. 장기 투자가 얼마나 민감한지 보기 위해 금리만 변경해 보십시오.
API — 코드에서 이 계산기를 사용
이 계산기를 무료 JSON 엔드포인트로 호출하세요. 키가 필요하지 않습니다. 아래 필드 값을 쿼리 매개 변수 또는 JSON으로 보내십시오. 전체 API 문서 읽기 →
끝점
GET https://calculator.free/api/v1/compound-interest/
curl
curl "https://calculator.free/api/v1/compound-interest/?target=50000&principal=1000&rate=7&years=10&contribution=100&_mode=end"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/compound-interest/?" + new URLSearchParams({
"target": "50000",
"principal": "1000",
"rate": "7",
"years": "10",
"contribution": "100",
"_mode": "end"
}));
const data = await r.json();
console.log(data.results);
결과는 재정, 의료 또는 세금 조언이 아닌 일반적인 지침을위한 추정치입니다.