Compound Interest Calculator

Initial Investment

£

Annual Interest Rate (%)

%

Number of Years

Times Compounded Per Year

Additional Deposits (Per Year)

£

FAQs

Disclaimer: The information provided by these tools is for guidance only and does not constitute financial advice. While we aim to ensure accuracy, results may vary. Always consult a financial specialist for personalized advice.

Want to embed this calculator on your website?

Copy and paste the code snippet below into your site or blog post:

      
<div>
  <iframe
    src="https://www.friendlyfinanceguide.co.uk/compound-calculator-embed"
    width="600"
    height="800"
    style="border:1px solid #ccc;"
    scrolling="yes"
    frameborder="0">
  </iframe>
  <div class="powered-by" style="margin-top: 1rem; text-align: center;">
    <a
      href="https://www.friendlyfinanceguide.co.uk"
      target="_blank"
      rel="noopener"
      style="text-decoration: none;"
    >
      Powered by FriendlyFinanceGuide.co.uk
    </a>
  </div>
</div>