SSSwippee
Free · No API key

Embeddable Nepal finance widgets

Drop live Nepal financial data onto your site or blog with one line of HTML. Pick a widget, match it to your theme, and copy the snippet — no API key, no build step.

Widget
Theme
Background
Accent colour
Swippee green
Show
Currencies
Embed code
<iframe src="https://swippee.com/embed/forex?theme=auto&currencies=USD%2CEUR%2CGBP%2CINR%2CJPY%2CAUD"
        title="Forex Converter — by Swippee"
        style="border:0;width:100%;max-width:440px;height:560px"
        loading="lazy"></iframe>
Optional: auto-resize the iframe to fit

The widget reports its height. Add this once to your page and the iframe grows/shrinks to fit — no fixed height needed.

<script>
window.addEventListener('message', function (e) {
  if (!e.data || e.data.type !== 'swippee:resize') return;
  document.querySelectorAll('iframe[src*="swippee.com/embed/"]').forEach(function (f) {
    if (f.contentWindow === e.source) f.style.height = e.data.height + 'px';
  });
});
</script>
Live preview

Free to embed. Each widget keeps a “Powered by Swippee” link · Data from Nepal Rastra Bank

How it works

  • It’s an iframe. The data is fetched on our servers — your page never sees an API key, and the widget can’t touch your page.
  • Customise with URL params: theme=auto|light|dark, transparent=1, accent=RRGGBB, and currencies=USD,EUR,….
  • Always current. Rates refresh daily from Nepal Rastra Bank — your embed updates automatically.

Need the raw data instead of a widget? Explore the Nepal Data API