Skip to main content
← TrueCap

Embed our calculators on your site

Real estate bloggers, agents, course creators, and finance writers: grab the iframe code below and drop any of our 9 embeddable calculators on your site — 9 of our 10 free tools (the Rehab Cost Estimator runs on TrueCap only). Currently free to use. No signup and no attribution required beyond the small "Powered by TrueCap" footer (which links back to us — so you get a free calculator, we get a backlink).

9 embeddable

Of 10 TrueCap calculators

Auto-resizing

No nested scrollbars on your page

Mobile-friendly

Responsive on every screen size

No account needed

No API key or signup for the published embeds

How to embed

  1. Pick the calculator below that fits your post or page.
  2. Click "Copy" on the embed code.
  3. Paste the HTML into a custom-code or embed block in a CMS that permits third-party iframes. Platform and security settings vary, so preview the published page before relying on it.
  4. Save. The calculator renders on your page with auto-sized height.

Want a calculator we don't have here? Send us a note — we'll consider adding it.

Pick a calculator

9 available

Mortgage Payment Calculator

Preview

PITI breakdown — principal, interest, taxes, insurance — for investment loans.

Embed code (HTML)

<iframe
  id="truecap-embed-mortgage-payment-calculator"
  src="https://usetruecap.com/embed/mortgage-payment-calculator"
  loading="lazy"
  sandbox="allow-scripts allow-forms allow-same-origin allow-top-navigation-by-user-activation"
  referrerpolicy="no-referrer"
  style="width:100%; max-width:640px; border:0; height:700px; display:block;"
  title="Mortgage Payment Calculator by TrueCap"
></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&utm_campaign=mortgage-payment-calculator" style="color:#0070c4; text-decoration:none;">TrueCap</a> — underwrite a full property
</p>
<script>
(function(){
  var f=document.getElementById("truecap-embed-mortgage-payment-calculator");
  if(!f)return;
  window.addEventListener("message",function(e){
    var d=e.data;
    if(e.origin!=="https://usetruecap.com"||e.source!==f.contentWindow)return;
    if(!d||d.type!=="truecap:embed:resize"||d.slug!=="mortgage-payment-calculator"||typeof d.height!=="number"||!Number.isFinite(d.height))return;
    f.style.height=Math.min(2400,Math.max(700,d.height))+"px";
  });
})();
</script>

Gross Rent Multiplier (GRM) Calculator

Preview

The 10-second screening ratio for triaging rental deals.

Embed code (HTML)

<iframe
  id="truecap-embed-gross-rent-multiplier-calculator"
  src="https://usetruecap.com/embed/gross-rent-multiplier-calculator"
  loading="lazy"
  sandbox="allow-scripts allow-forms allow-same-origin allow-top-navigation-by-user-activation"
  referrerpolicy="no-referrer"
  style="width:100%; max-width:640px; border:0; height:560px; display:block;"
  title="Gross Rent Multiplier (GRM) Calculator by TrueCap"
></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/gross-rent-multiplier-calculator?utm_source=embed&utm_medium=referral&utm_campaign=gross-rent-multiplier-calculator" style="color:#0070c4; text-decoration:none;">TrueCap</a> — underwrite a full property
</p>
<script>
(function(){
  var f=document.getElementById("truecap-embed-gross-rent-multiplier-calculator");
  if(!f)return;
  window.addEventListener("message",function(e){
    var d=e.data;
    if(e.origin!=="https://usetruecap.com"||e.source!==f.contentWindow)return;
    if(!d||d.type!=="truecap:embed:resize"||d.slug!=="gross-rent-multiplier-calculator"||typeof d.height!=="number"||!Number.isFinite(d.height))return;
    f.style.height=Math.min(2400,Math.max(560,d.height))+"px";
  });
})();
</script>

1% Rule Calculator

Preview

Pass/fail rental screening filter in 5 seconds.

Embed code (HTML)

<iframe
  id="truecap-embed-1-percent-rule-calculator"
  src="https://usetruecap.com/embed/1-percent-rule-calculator"
  loading="lazy"
  sandbox="allow-scripts allow-forms allow-same-origin allow-top-navigation-by-user-activation"
  referrerpolicy="no-referrer"
  style="width:100%; max-width:640px; border:0; height:480px; display:block;"
  title="1% Rule Calculator by TrueCap"
></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/1-percent-rule-calculator?utm_source=embed&utm_medium=referral&utm_campaign=1-percent-rule-calculator" style="color:#0070c4; text-decoration:none;">TrueCap</a> — underwrite a full property
</p>
<script>
(function(){
  var f=document.getElementById("truecap-embed-1-percent-rule-calculator");
  if(!f)return;
  window.addEventListener("message",function(e){
    var d=e.data;
    if(e.origin!=="https://usetruecap.com"||e.source!==f.contentWindow)return;
    if(!d||d.type!=="truecap:embed:resize"||d.slug!=="1-percent-rule-calculator"||typeof d.height!=="number"||!Number.isFinite(d.height))return;
    f.style.height=Math.min(2400,Math.max(480,d.height))+"px";
  });
})();
</script>

ARV Calculator (After-Repair Value + 70% Rule)

Preview

Estimate after-repair value from entered renovated comps and calculate an early 70%-rule price screen.

Embed code (HTML)

<iframe
  id="truecap-embed-arv-calculator"
  src="https://usetruecap.com/embed/arv-calculator"
  loading="lazy"
  sandbox="allow-scripts allow-forms allow-same-origin allow-top-navigation-by-user-activation"
  referrerpolicy="no-referrer"
  style="width:100%; max-width:640px; border:0; height:940px; display:block;"
  title="ARV Calculator (After-Repair Value + 70% Rule) by TrueCap"
></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/arv-calculator?utm_source=embed&utm_medium=referral&utm_campaign=arv-calculator" style="color:#0070c4; text-decoration:none;">TrueCap</a> — underwrite a full property
</p>
<script>
(function(){
  var f=document.getElementById("truecap-embed-arv-calculator");
  if(!f)return;
  window.addEventListener("message",function(e){
    var d=e.data;
    if(e.origin!=="https://usetruecap.com"||e.source!==f.contentWindow)return;
    if(!d||d.type!=="truecap:embed:resize"||d.slug!=="arv-calculator"||typeof d.height!=="number"||!Number.isFinite(d.height))return;
    f.style.height=Math.min(2400,Math.max(940,d.height))+"px";
  });
})();
</script>

Break-Even Calculator

Preview

Months until rental cash flow returns your initial investment.

Embed code (HTML)

<iframe
  id="truecap-embed-break-even-calculator"
  src="https://usetruecap.com/embed/break-even-calculator"
  loading="lazy"
  sandbox="allow-scripts allow-forms allow-same-origin allow-top-navigation-by-user-activation"
  referrerpolicy="no-referrer"
  style="width:100%; max-width:640px; border:0; height:640px; display:block;"
  title="Break-Even Calculator by TrueCap"
></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/break-even-calculator?utm_source=embed&utm_medium=referral&utm_campaign=break-even-calculator" style="color:#0070c4; text-decoration:none;">TrueCap</a> — underwrite a full property
</p>
<script>
(function(){
  var f=document.getElementById("truecap-embed-break-even-calculator");
  if(!f)return;
  window.addEventListener("message",function(e){
    var d=e.data;
    if(e.origin!=="https://usetruecap.com"||e.source!==f.contentWindow)return;
    if(!d||d.type!=="truecap:embed:resize"||d.slug!=="break-even-calculator"||typeof d.height!=="number"||!Number.isFinite(d.height))return;
    f.style.height=Math.min(2400,Math.max(640,d.height))+"px";
  });
})();
</script>

Closing Cost Calculator

Preview

Line-item closing costs on a rental purchase.

Embed code (HTML)

<iframe
  id="truecap-embed-closing-cost-calculator"
  src="https://usetruecap.com/embed/closing-cost-calculator"
  loading="lazy"
  sandbox="allow-scripts allow-forms allow-same-origin allow-top-navigation-by-user-activation"
  referrerpolicy="no-referrer"
  style="width:100%; max-width:640px; border:0; height:880px; display:block;"
  title="Closing Cost Calculator by TrueCap"
></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/closing-cost-calculator?utm_source=embed&utm_medium=referral&utm_campaign=closing-cost-calculator" style="color:#0070c4; text-decoration:none;">TrueCap</a> — underwrite a full property
</p>
<script>
(function(){
  var f=document.getElementById("truecap-embed-closing-cost-calculator");
  if(!f)return;
  window.addEventListener("message",function(e){
    var d=e.data;
    if(e.origin!=="https://usetruecap.com"||e.source!==f.contentWindow)return;
    if(!d||d.type!=="truecap:embed:resize"||d.slug!=="closing-cost-calculator"||typeof d.height!=="number"||!Number.isFinite(d.height))return;
    f.style.height=Math.min(2400,Math.max(880,d.height))+"px";
  });
})();
</script>

Vacancy Rate Calculator

Preview

Effective vacancy rate from vacant days + turnover cost.

Embed code (HTML)

<iframe
  id="truecap-embed-vacancy-rate-calculator"
  src="https://usetruecap.com/embed/vacancy-rate-calculator"
  loading="lazy"
  sandbox="allow-scripts allow-forms allow-same-origin allow-top-navigation-by-user-activation"
  referrerpolicy="no-referrer"
  style="width:100%; max-width:640px; border:0; height:700px; display:block;"
  title="Vacancy Rate Calculator by TrueCap"
></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/vacancy-rate-calculator?utm_source=embed&utm_medium=referral&utm_campaign=vacancy-rate-calculator" style="color:#0070c4; text-decoration:none;">TrueCap</a> — underwrite a full property
</p>
<script>
(function(){
  var f=document.getElementById("truecap-embed-vacancy-rate-calculator");
  if(!f)return;
  window.addEventListener("message",function(e){
    var d=e.data;
    if(e.origin!=="https://usetruecap.com"||e.source!==f.contentWindow)return;
    if(!d||d.type!=="truecap:embed:resize"||d.slug!=="vacancy-rate-calculator"||typeof d.height!=="number"||!Number.isFinite(d.height))return;
    f.style.height=Math.min(2400,Math.max(700,d.height))+"px";
  });
})();
</script>

70% Rule Calculator

Preview

70%-rule price screen = entered ARV × selected multiplier minus entered repairs — a starting screen.

Embed code (HTML)

<iframe
  id="truecap-embed-70-percent-rule-calculator"
  src="https://usetruecap.com/embed/70-percent-rule-calculator"
  loading="lazy"
  sandbox="allow-scripts allow-forms allow-same-origin allow-top-navigation-by-user-activation"
  referrerpolicy="no-referrer"
  style="width:100%; max-width:640px; border:0; height:820px; display:block;"
  title="70% Rule Calculator by TrueCap"
></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/70-percent-rule-calculator?utm_source=embed&utm_medium=referral&utm_campaign=70-percent-rule-calculator" style="color:#0070c4; text-decoration:none;">TrueCap</a> — underwrite a full property
</p>
<script>
(function(){
  var f=document.getElementById("truecap-embed-70-percent-rule-calculator");
  if(!f)return;
  window.addEventListener("message",function(e){
    var d=e.data;
    if(e.origin!=="https://usetruecap.com"||e.source!==f.contentWindow)return;
    if(!d||d.type!=="truecap:embed:resize"||d.slug!=="70-percent-rule-calculator"||typeof d.height!=="number"||!Number.isFinite(d.height))return;
    f.style.height=Math.min(2400,Math.max(820,d.height))+"px";
  });
})();
</script>

2% Rule Calculator

Preview

The strict cash-flow screen — rent-to-price against the 2% and 1% bars.

Embed code (HTML)

<iframe
  id="truecap-embed-2-percent-rule-calculator"
  src="https://usetruecap.com/embed/2-percent-rule-calculator"
  loading="lazy"
  sandbox="allow-scripts allow-forms allow-same-origin allow-top-navigation-by-user-activation"
  referrerpolicy="no-referrer"
  style="width:100%; max-width:640px; border:0; height:520px; display:block;"
  title="2% Rule Calculator by TrueCap"
></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/2-percent-rule-calculator?utm_source=embed&utm_medium=referral&utm_campaign=2-percent-rule-calculator" style="color:#0070c4; text-decoration:none;">TrueCap</a> — underwrite a full property
</p>
<script>
(function(){
  var f=document.getElementById("truecap-embed-2-percent-rule-calculator");
  if(!f)return;
  window.addEventListener("message",function(e){
    var d=e.data;
    if(e.origin!=="https://usetruecap.com"||e.source!==f.contentWindow)return;
    if(!d||d.type!=="truecap:embed:resize"||d.slug!=="2-percent-rule-calculator"||typeof d.height!=="number"||!Number.isFinite(d.height))return;
    f.style.height=Math.min(2400,Math.max(520,d.height))+"px";
  });
})();
</script>

Questions

Can I customize the calculator's look?

Not in v1 — the calculator inherits TrueCap's styling so it stays consistent across embeds. If there's demand for color/branding customization, we'll add it.

Do I have to keep the 'Powered by TrueCap' footer?

Yes. The footer is the only ask in exchange for free, hosted, maintained calculators. It's small, tasteful, and doesn't compete with your content.

How does the embed affect page loading?

The iframe uses loading="lazy" and renders in its own document, which limits initial work in supporting browsers. Actual performance depends on the host page, browser, placement, and content-security settings, so measure the published page.

Can I track conversions from my embed?

The attribution link uses utm_source=embed, utm_medium=referral, and a calculator-specific utm_campaign so TrueCap can report aggregate embed traffic. It does not accept partner identity or property data.

What if the calculator changes?

The iframe loads the currently released TrueCap implementation, so reviewed updates appear without replacing the snippet. Keep the attribution intact and periodically verify the embed as part of your own site checks.

Have a real estate audience?

Embed a calculator + write a 200-word post about it. Your readers get a useful tool. You get an interactive page that ranks for calculator queries. We get a backlink. Everyone wins.

Try the full TrueCap analyzer