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 19 embeddable calculators on your site — 19 of our 20free tools (the Rehab Cost Estimator runs on TrueCap only). Free to use forever. No signup, 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).

19 embeddable

Of 20 TrueCap calculators

Auto-resizing

No nested scrollbars on your page

Mobile-friendly

Responsive on every screen size

Free forever

No API key, no signup, no rate limits

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 your page. Works on WordPress (Custom HTML block), Webflow (Embed element), Ghost (HTML card), Squarespace (Code block), Substack, and any CMS that accepts raw HTML.
  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

19 available

Rental Property Cash Flow Calculator

Preview

Monthly cash flow after every operating expense and the mortgage — with the NOI / debt-service split.

Embed code (HTML)

<iframe
  src="https://usetruecap.com/embed/rental-cash-flow-calculator"
  loading="lazy"
  style="width:100%; max-width:640px; border:0; height:880px; 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/rental-cash-flow-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!=="rental-cash-flow-calculator")return;
    var f=document.querySelector('iframe[src="https://usetruecap.com/embed/rental-cash-flow-calculator"]');
    if(f&&typeof d.height==="number")f.style.height=Math.max(880,d.height)+"px";
  });
})();
</script>

Cap Rate Calculator

Preview

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>
<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/cap-rate-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!=="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>

Cash-on-Cash Return Calculator

Preview

Return on the actual cash invested in a rental.

Embed code (HTML)

<iframe
  src="https://usetruecap.com/embed/cash-on-cash-calculator"
  loading="lazy"
  style="width:100%; max-width:640px; border:0; height:760px; 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/cash-on-cash-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!=="cash-on-cash-calculator")return;
    var f=document.querySelector('iframe[src="https://usetruecap.com/embed/cash-on-cash-calculator"]');
    if(f&&typeof d.height==="number")f.style.height=Math.max(760,d.height)+"px";
  });
})();
</script>

DSCR Calculator

Preview

Debt Service Coverage Ratio — the metric every investment-property lender uses.

Embed code (HTML)

<iframe
  src="https://usetruecap.com/embed/dscr-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/dscr-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!=="dscr-calculator")return;
    var f=document.querySelector('iframe[src="https://usetruecap.com/embed/dscr-calculator"]');
    if(f&&typeof d.height==="number")f.style.height=Math.max(700,d.height)+"px";
  });
})();
</script>

NOI Calculator

Preview

Net Operating Income with every common operating-expense category.

Embed code (HTML)

<iframe
  src="https://usetruecap.com/embed/noi-calculator"
  loading="lazy"
  style="width:100%; max-width:640px; border:0; height:820px; 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/noi-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!=="noi-calculator")return;
    var f=document.querySelector('iframe[src="https://usetruecap.com/embed/noi-calculator"]');
    if(f&&typeof d.height==="number")f.style.height=Math.max(820,d.height)+"px";
  });
})();
</script>

Mortgage Payment Calculator

Preview

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>

Gross Rent Multiplier (GRM) Calculator

Preview

The 10-second screening ratio for triaging rental deals.

Embed code (HTML)

<iframe
  src="https://usetruecap.com/embed/gross-rent-multiplier-calculator"
  loading="lazy"
  style="width:100%; max-width:640px; border:0; height:560px; 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/gross-rent-multiplier-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!=="gross-rent-multiplier-calculator")return;
    var f=document.querySelector('iframe[src="https://usetruecap.com/embed/gross-rent-multiplier-calculator"]');
    if(f&&typeof d.height==="number")f.style.height=Math.max(560,d.height)+"px";
  });
})();
</script>

1% Rule Calculator

Preview

Pass/fail rental screening filter in 5 seconds.

Embed code (HTML)

<iframe
  src="https://usetruecap.com/embed/1-percent-rule-calculator"
  loading="lazy"
  style="width:100%; max-width:640px; border:0; height:480px; 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/1-percent-rule-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!=="1-percent-rule-calculator")return;
    var f=document.querySelector('iframe[src="https://usetruecap.com/embed/1-percent-rule-calculator"]');
    if(f&&typeof d.height==="number")f.style.height=Math.max(480,d.height)+"px";
  });
})();
</script>

BRRRR Calculator

Preview

Buy, Rehab, Rent, Refinance — model the full strategy in one view.

Embed code (HTML)

<iframe
  src="https://usetruecap.com/embed/brrrr-calculator"
  loading="lazy"
  style="width:100%; max-width:640px; border:0; height:880px; 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/brrrr-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!=="brrrr-calculator")return;
    var f=document.querySelector('iframe[src="https://usetruecap.com/embed/brrrr-calculator"]');
    if(f&&typeof d.height==="number")f.style.height=Math.max(880,d.height)+"px";
  });
})();
</script>

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

Preview

Comps-based after-repair value plus the 70%-rule max offer for flips and BRRRR.

Embed code (HTML)

<iframe
  src="https://usetruecap.com/embed/arv-calculator"
  loading="lazy"
  style="width:100%; max-width:640px; border:0; height:940px; 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/arv-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!=="arv-calculator")return;
    var f=document.querySelector('iframe[src="https://usetruecap.com/embed/arv-calculator"]');
    if(f&&typeof d.height==="number")f.style.height=Math.max(940,d.height)+"px";
  });
})();
</script>

Break-Even Calculator

Preview

Months until rental cash flow returns your initial investment.

Embed code (HTML)

<iframe
  src="https://usetruecap.com/embed/break-even-calculator"
  loading="lazy"
  style="width:100%; max-width:640px; border:0; height:640px; 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/break-even-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!=="break-even-calculator")return;
    var f=document.querySelector('iframe[src="https://usetruecap.com/embed/break-even-calculator"]');
    if(f&&typeof d.height==="number")f.style.height=Math.max(640,d.height)+"px";
  });
})();
</script>

Rental Property ROI Calculator

Preview

Total return — cash flow + principal paydown + appreciation in one number.

Embed code (HTML)

<iframe
  src="https://usetruecap.com/embed/roi-calculator"
  loading="lazy"
  style="width:100%; max-width:640px; border:0; height:760px; 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/roi-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!=="roi-calculator")return;
    var f=document.querySelector('iframe[src="https://usetruecap.com/embed/roi-calculator"]');
    if(f&&typeof d.height==="number")f.style.height=Math.max(760,d.height)+"px";
  });
})();
</script>

Closing Cost Calculator

Preview

Line-item closing costs on a rental purchase.

Embed code (HTML)

<iframe
  src="https://usetruecap.com/embed/closing-cost-calculator"
  loading="lazy"
  style="width:100%; max-width:640px; border:0; height:880px; 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/closing-cost-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!=="closing-cost-calculator")return;
    var f=document.querySelector('iframe[src="https://usetruecap.com/embed/closing-cost-calculator"]');
    if(f&&typeof d.height==="number")f.style.height=Math.max(880,d.height)+"px";
  });
})();
</script>

Vacancy Rate Calculator

Preview

Effective vacancy rate from vacant days + turnover cost.

Embed code (HTML)

<iframe
  src="https://usetruecap.com/embed/vacancy-rate-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/vacancy-rate-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!=="vacancy-rate-calculator")return;
    var f=document.querySelector('iframe[src="https://usetruecap.com/embed/vacancy-rate-calculator"]');
    if(f&&typeof d.height==="number")f.style.height=Math.max(700,d.height)+"px";
  });
})();
</script>

Rental Property Tax Calculator

Preview

Schedule E income, 27.5-year depreciation, after-tax cash flow.

Embed code (HTML)

<iframe
  src="https://usetruecap.com/embed/rental-property-tax-calculator"
  loading="lazy"
  style="width:100%; max-width:640px; border:0; height:1100px; 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/rental-property-tax-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!=="rental-property-tax-calculator")return;
    var f=document.querySelector('iframe[src="https://usetruecap.com/embed/rental-property-tax-calculator"]');
    if(f&&typeof d.height==="number")f.style.height=Math.max(1100,d.height)+"px";
  });
})();
</script>

House Hacking Calculator

Preview

Live in one unit, rent the rest — your effective housing cost after tenant rent.

Embed code (HTML)

<iframe
  src="https://usetruecap.com/embed/house-hacking-calculator"
  loading="lazy"
  style="width:100%; max-width:640px; border:0; height:980px; 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/house-hacking-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!=="house-hacking-calculator")return;
    var f=document.querySelector('iframe[src="https://usetruecap.com/embed/house-hacking-calculator"]');
    if(f&&typeof d.height==="number")f.style.height=Math.max(980,d.height)+"px";
  });
})();
</script>

70% Rule Calculator

Preview

Max offer = 70% of ARV minus repairs — the flip and BRRRR screen, at every common multiplier.

Embed code (HTML)

<iframe
  src="https://usetruecap.com/embed/70-percent-rule-calculator"
  loading="lazy"
  style="width:100%; max-width:640px; border:0; height:820px; 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/70-percent-rule-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!=="70-percent-rule-calculator")return;
    var f=document.querySelector('iframe[src="https://usetruecap.com/embed/70-percent-rule-calculator"]');
    if(f&&typeof d.height==="number")f.style.height=Math.max(820,d.height)+"px";
  });
})();
</script>

50% Rule Calculator

Preview

3-second expense triage — estimated expenses, NOI, and cash flow from gross rent.

Embed code (HTML)

<iframe
  src="https://usetruecap.com/embed/50-percent-rule-calculator"
  loading="lazy"
  style="width:100%; max-width:640px; border:0; height:760px; 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/50-percent-rule-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!=="50-percent-rule-calculator")return;
    var f=document.querySelector('iframe[src="https://usetruecap.com/embed/50-percent-rule-calculator"]');
    if(f&&typeof d.height==="number")f.style.height=Math.max(760,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
  src="https://usetruecap.com/embed/2-percent-rule-calculator"
  loading="lazy"
  style="width:100%; max-width:640px; border:0; height:520px; 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/2-percent-rule-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!=="2-percent-rule-calculator")return;
    var f=document.querySelector('iframe[src="https://usetruecap.com/embed/2-percent-rule-calculator"]');
    if(f&&typeof d.height==="number")f.style.height=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.

Will the calculator slow down my site?

No. The iframe loads lazily (loading="lazy") so it only fetches when scrolled into view. Renders independently of your page so it can't block your content from showing.

Can I track conversions from my embed?

The attribution link uses utm_source=embed plus a per-calculator utm_campaign so we can report aggregate traffic. If you want per-site attribution, add ?ref=<your-site> to the iframe src — we'll forward it on through to TrueCap and pass it to GA.

What if your calculator math changes?

Embeds auto-update because they load from TrueCap servers. You always get the current version. We commit to backward-compatible URLs — embed code you paste today keeps working forever.

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