Cap Rate Calculator
Capitalization rate from price, rent, and operating expenses.
Embed code (HTML)
<iframe
src="https://usetruecap.com/embed/cap-rate-calculator"
loading="lazy"
style="width:100%; max-width:640px; border:0; height:680px; display:block;"
title="TrueCap calculator"
></iframe>
<script>
(function(){
window.addEventListener("message",function(e){
var d=e.data;
if(!d||d.type!=="truecap:embed:resize"||d.slug!=="cap-rate-calculator")return;
var f=document.querySelector('iframe[src="https://usetruecap.com/embed/cap-rate-calculator"]');
if(f&&typeof d.height==="number")f.style.height=Math.max(680,d.height)+"px";
});
})();
</script>