Mortgage Payment Calculator
PITI breakdown — principal, interest, taxes, insurance — for investment loans.
Embed code (HTML)
<iframe
src="https://usetruecap.com/embed/mortgage-payment-calculator"
loading="lazy"
style="width:100%; max-width:640px; border:0; height:700px; display:block;"
title="TrueCap calculator"
></iframe>
<p style="max-width:640px; margin:6px 0 0; font:12px/1.4 system-ui, sans-serif; color:#6b7280;">
Calculator by <a href="https://usetruecap.com/tools/mortgage-payment-calculator?utm_source=embed&utm_medium=referral" style="color:#0070c4; text-decoration:none;">TrueCap</a> — free rental property analysis
</p>
<script>
(function(){
window.addEventListener("message",function(e){
var d=e.data;
if(!d||d.type!=="truecap:embed:resize"||d.slug!=="mortgage-payment-calculator")return;
var f=document.querySelector('iframe[src="https://usetruecap.com/embed/mortgage-payment-calculator"]');
if(f&&typeof d.height==="number")f.style.height=Math.max(700,d.height)+"px";
});
})();
</script>