indiaemi.com No signup·No login·No phone number·No spam all calculations run in your browser

How to embed

Copy this snippet and paste it into your HTML where you want the calculator to appear:

<iframe
  src="https://indiaemi.com/embed.html"
  width="100%"
  height="640"
  frameborder="0"
  style="max-width: 480px; border: none;"
  title="EMI Calculator by indiaemi.com">
</iframe>

That's it. The calculator will render inside your page, fully functional. It supports Home, Car, and Personal loan presets out of the box.

Live preview

Here's what visitors to your site will see:

What's included

  • Home, Car, and Personal loan tabs — each with sensible default rates and tenure ranges for Indian borrowers
  • Live calculation — EMI updates as the user moves sliders or types numbers
  • Indian number formatting — ₹50,00,000 not ₹5,000,000
  • Total interest and total amount displayed alongside the EMI
  • Self-contained CSS and JS — no external dependencies, no Google Fonts, no jQuery
  • Mobile responsive — works on phones and tablets
  • ~10 KB total — fast to load, won't slow your page

Terms of use

Free for any website, commercial or non-commercial, without registration. The only conditions:

  • Keep the "by indiaemi.com" credit visible. It's a small line in the widget header; don't hide it with CSS or remove it from the iframe.
  • Don't modify the calculation logic. Loading our embed and tampering with the math via parent-window JavaScript would produce incorrect results for your visitors.
  • The calculator is provided as-is. We make every effort to keep it accurate and online, but we make no SLA guarantees.

That's the whole agreement. No fees, no API limits, no signup, no contract.

Why embed instead of building your own?

Building a calculator yourself is straightforward — the EMI formula isn't complex. The hard parts are:

  • Getting Indian number formatting right (the lakh/crore convention)
  • Mobile-responsive sliders that don't break on touch devices
  • Sensible default rates and tenure ranges per loan type
  • Keeping it maintained as your design language evolves
  • Not making it look like the 2014 banking calculators most sites have

If you'd rather focus on your actual site content, embed ours. We maintain it for free in exchange for a small credit link.

Need a different size or features?

The default widget is 480px wide and 640px tall. To customize:

  • Wider: Increase the iframe's width and remove max-width: 480px from the style
  • Shorter: Set height="560" to hide some of the footer link (advanced)
  • Borderless: Already borderless by default; the inner widget has its own rounded border

If you need a feature that's not in the embed (tax-aware EMI, prepayment, refinance), link to the full calculator at indiaemi.com from your content. We don't currently support custom widget variants.