Karmaşık Faiz Hesaplama

Tasarruf ve yatırımların karma faiz ve düzenli katkılarla nasıl büyüdüğünü gör.

$
Çözmek istediğiniz son denge.
$
%
yr
$
Ay başındaki mevduatlar bir faiz dönemi daha kazanıyor.
%
Aylık katkıyı her yıl bu yüzdeyle artır.
Sonuç
Gelecek değeri
Toplam katkı
Toplam kazanılan faiz

Yazdığınızda sonuçlar güncellenir.

Bu hesaplayıcı hakkında

calculator is a great tool for saving money. It can be used to calculate the future value of a starting balance plus optional regular contributions, using the formula A = P(1 + r/n)^(nt) for the lump sum and the future-value-of-a-series formula for the ongoing deposits, compounded as often as you choose. This calculator projects the future value of a starting balance plus optional regular contributions, using the formula A = P(1 + r/n)^(nt) for the lump sum and the future value of the account. This calculator is a great tool for saving money. It can be used to calculate the future value of a starting balance plus optional regular contributions, using the formula A = P(1 + r/n)^(nt).Use the solve-for tabs to run the projection backwards: instead of the start balance, pin a target and solve for the end balance, the return rate, the monthly contribution or the number of years you need.Use the solve-for tabs to run the projection backwardsUse the solve-for tabs to run the projection backwards: instead of the start balance, pin a target and solve for the end balance, pin a target and solve for the return rate, the monthly contribution or the number of years you need.Use the solve-for tabs to run the projection backwardsUse the solve-for tabs to run the projection backwardsUse the solve-for tabs to run the projection backwardsUse the solve-for tabs to run the projection backwardsUse the solve-for tabs to run the projection backwardsUse the solve-for tabs to run the projection backwardsUse the solve-for tabs to run the projection backwardsUse the solve-for tabs to run the projection backwardsUse the solve-for tabs to run the projection backwardsUse the solve-for tabs to run the projection backwardsUse the solve-for tabs to run the projection backwardsUse the solve-for tabs to run the projection backwardsUse the solve-for tabs to run the project

Sıkça Sorulan Sorular

Karışık frekans nedir?

Faiz oranları ne kadar sıkça değişirse, o kadar fazla kazanırsınız çünkü her yeni faiz ödemesi daha erken faiz kazanmaya başlar. Bu etki küçük ama uzun vadede gerçektir.

Karmaşık faiz formülleri nedir?

A = P(1 + r/n)^(nt) bir tek seferde toplama için, artı düzenli katkı için bir serinin gelecek değeri. Bu araç ikisini birleştirir.

Soru çözme sekmeleri ne işe yarar?

Sadece son denge hesaplamak yerine, farklı bir bilinmeyen için çözüm için bir sekme seçin - başlangıç miktarı, geri dönüş oranı, aylık katkı veya hedef gelecek değerine ulaşmak için gereken yıl sayısı. Çözülen alan gizlenir ve hedef son miktarı yerine kullanılır.

Basit faiz ile karma faiz arasındaki fark nedir?

Basit faiz sadece orijinal sermaye üzerinde ödenir, bu yüzden doğrusal bir şekilde büyür. Karmaşık faiz ise sermaye ile önceden kazanılmış tüm faizler üzerinde ödenir, bu yüzden zamanla hızlanır. Uzun ufuklar üzerinde ikisinin arasındaki fark çok büyük olur.

Ay başında katkıda bulunmak yardımcı olur mu?

Biraz. Ay başında yapılan bir yatırımın ay sonu yapılan yatırımlara göre bir dönem daha fazla faiz kazandığı düşünülmektedir. Yıllar içinde zamanlama seçimi küçük ama gerçek bir fark oluşturur - bunu ileri seçeneklerde değiştirin.

72 kuralı nedir?

Bu, paranın ikiye katlanmasının ne kadar süre alacağını gösteren bir kısayol: 72'yi yıllık yüzde oranına böl. Yılda %7'de, ikiye katlanmak için 72 ÷ 7 ≈ 10 yıl gerekir. Bu bir tahmin, ama bu hesaplayıcının verdiği kesin rakamla karşılaştırıldığında mantıklı bir kontrol.

Geri dönüş oranı ne kadar fark yaratır?

Büyüme karmaşık olduğu için, bir kaç ek yüzdelik geri dönüş 20 ya da 30 yıl içinde son bilançoyu neredeyse ikiye katlayabilir. uzun vadeli yatırımın ne kadar hassas olduğunu görmek için sadece oranları değiştirmeye çalışın.

❤️ Aşk. Calculator.Free? Paylaş.

𝕏  X Facebook Reddit
API — bu hesaplayıcıyı kodtan kullan

Bu hesaplayıcıya ücretsiz bir JSON son noktası olarak çağrı yap - anahtar gerekmez. Aşağıdaki alan değerlerini sorgu parametreleri veya JSON olarak gönderin. Tüm API belgelerini oku →

Son nokta

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);

Sonuçlar sadece genel rehberlik için tahminlerdir, finansal, tıbbi veya vergi tavsiyesi değil.