Zinseszinsrechner - Zinsen schnell berechnen

Mit diesem Zinseszinsrechner kannst du schnell und einfach berechnen, wie viel Geld du nach einer bestimmten Zeit auf deinem Konto hast, wenn du regelmäßig Geld sparst.


Zinsen berechnen

J
%


Ergebnis


Startkapital {{ capitalInitial.toLocaleString('de-DE') }} Euro
Zinssatz {{ rate.toLocaleString('de-DE') }} % p.a.
Ausschüttungsinterval {{ getPayoutIntervalHuman(payoutInterval) }}
Laufzeit {{ runtime }} Jahre
Einzahlungen {{ (capitalInitial + capitalMonthly * 12 * runtime).toLocaleString('de-DE') }} Euro
Zins-Zahlungen {{ (calcCompoundInterest(capitalInitial, capitalMonthly, runtime, rate, payoutInterval) - capitalInitial - capitalMonthly * 12 * runtime).toLocaleString('de-DE') }} Euro
Endkapital {{ calcCompoundInterest(capitalInitial, capitalMonthly, runtime, rate, payoutInterval).toLocaleString('de-DE') }} Euro


Zusammenfassung


Wenn Du mit {{ capitalInitial.toLocaleString('de-DE') }} Euro Startkapital, einer monatlichen Sparrate von {{ capitalMonthly.toLocaleString('de-DE') }} Euro für {{ runtime }} Jahre bei einem jährlichen Zinssatz von {{ rate }} % sparst und die Zinsen {{ getPayoutIntervalHuman(payoutInterval) }} reinvestierst, dann beträgt dein Endkapital {{ calcCompoundInterest(capitalInitial, capitalMonthly, runtime, rate, payoutInterval).toLocaleString('de-DE') }} Euro. Daraus ergeben sich {{ (capitalInitial + capitalMonthly * 12 * runtime).toLocaleString('de-DE') }} Euro Einzahlungen und {{ (calcCompoundInterest(capitalInitial, capitalMonthly, runtime, rate, payoutInterval) - capitalInitial - capitalMonthly * 12 * runtime).toLocaleString('de-DE') }} Euro Zinszahlungen.



Chart: So entwickeln sich eingezahltes Kapital und Zinsen




Zinstabelle: Zinsen nach Jahren