Free Embeddable Calculator

Add a professional mortgage calculator to your website in seconds. Free to use, mobile-friendly, and automatically updates.

Customize Your Widget

<!-- AmCalc Mortgage Calculator Widget -->
<iframe
  src="https://amcalc.com/embed/widget?theme=light&amount=300000&rate=6.5&term=30"
  width="400"
  height="450"
  style="border: 1px solid #e5e7eb; border-radius: 8px; max-width: 100%; overflow: hidden;"
  title="Mortgage Calculator"
  loading="lazy"
></iframe>
<script>
  window.addEventListener('message', function(e) {
    if (e.data && e.data.type === 'amcalc-resize') {
      var iframe = document.querySelector('iframe[src*="amcalc.com/embed"]');
      if (iframe) iframe.style.height = e.data.height + 'px';
    }
  });
</script>

Live Preview

Why Use Our Widget?

100% Free

No fees, no subscriptions. Use the widget on unlimited websites at no cost.

Mobile Responsive

Works perfectly on all devices. Automatically adjusts to fit any screen size.

Always Updated

Our widget automatically stays current with the latest features and fixes.

Perfect For

🏠

Real Estate Websites

📊

Finance Blogs

💼

Mortgage Brokers

📚

Home Buyer Resources

Need More Features?

Try our full calculator with amortization schedules, extra payment modeling, and detailed cost breakdowns.

Open Full Calculator

By embedding this widget, you agree to keep the “Powered by AmCalc” attribution visible. This widget is provided as-is for informational purposes only.