Embed a MoneyKit calculator on your site

Drop a two-line snippet on any page (WordPress, Wix, Substack, custom HTML, Next.js — doesn’t matter) and get an auto- resizing iframe with the calculator. Free, no API key, your users never leave your domain.

The snippet

<div data-moneykit-embed="emi-calculator" style="max-width: 820px"></div>
<script src="https://moneykit.in/embed.js" async></script>

Replace emi-calculator with any available slug from the list below. The script (2 KB) auto-mounts the iframe and handles resize events — you don’t need to specify a height.

Available calculators

All 12 MoneyKit calculators are embeddable with the same snippet. Swap the data-moneykit-embed slug to switch calculators.

Pre-filled inputs via query params

Add data-moneykit-params to pre-populate form values. The param syntax matches the main calculator URL:

<div
  data-moneykit-embed="emi-calculator"
  data-moneykit-params="p=5000000&r=8.5&t=20"
  style="max-width: 820px"
></div>

For param names per calculator, open any main page with inputs filled in and copy the share-link URL — the query string is identical.

How resizing works

The iframe posts {type: 'moneykit:resize', height: <px>} messages whenever its body size changes. Our script listens and adjusts iframe.style.height. You never see a scroll bar inside the embed.

Branding & terms

Troubleshooting

Privacy

The embedded calculator follows the same privacy policy as the main site: all math runs in the user’s browser; no form data is stored or transmitted. See privacy policy for the full statement.