HTML Currency Converter Widget for your Website

FREE Embeddable Currency Converter for any Website


Currency Converter by TransferMate is the world’s fastest currency converter with currency exchange rates updated every 3 seconds. Enjoy a converter that is:

Customisable - Have the calculator the way you like it

Our currency converter page below lists a whole range of currency converters for your website with a choice of colours to ensure that you have a currency converter that fits with the look and feel of your website. You can download our set of skins from here.

Accurate - Comprehensive data from 16 Sources

Our currency converter contains every currency in the world updated at the fastest possible speed available. Data for our currency calculator comes from over 16 sources and exchanges worldwide. Each of the currency converters below are active and have per second exchange rates updated.

Maintained - Do you need our help?

Simply choose a currency converter from the menu of converters below or click here and request a currency converter colour that would best suit your website and we will send you a free converter for your website.

Yours for the taking

You can get the currency calculator by using the code below. Just Copy and Paste the code snippet and you are ready to go. The JavaScript allows you to customise the converter for better integration. Please note that "Powered by Transfermate.com" is an integral part of the script and removal will cease the access to this resource.

You can select multiple options. Up and down arrow keys - selects a single option. Shift and up arrow - moves to and adds to the selection the previous option. Shift and down arrow - moves to and adds to the selectio the next option. Ctrl and A - selects all options. Home - selects the first option. End - selects the last option. Shift and Home - selects all options from the current one to the first. Shift and End - selects all options from the current one to the last.

How to integrate JavaScript color themes from the above into currency converter placed on your web site:

  1. You can find all color themes here: https://payforwine-com.transfermate.com/tm_convert_skins/tm_convert_skins.zip;
  2. Unzip the one you like most into a sub folder on your web site. For example http://www.your-website.com/css/6_dark_orange/;
  3. In the header of your HTML add the code in red. Please do not load CSS files directly from our server. These sample themes are subject to change at any time;
  4. You may edit the downloaded CSS file the way need it;
  5. Last step is to add currency converter HTML code (in yellow) to body part of your HTML page.

    <html>
      <head>
        ...
        <link href="http://www.your-website.com/css/6_dark_orange/css/www_rate_calc_frame.css" rel="stylesheet" title="stylesheet" type="text/css" />
      </head>
    <body>
      ...
      <div id="powerd"><a href="https://payforwine-com.transfermate.com/" target="_blank" id="tm_add146" class="tm_add146">Powered by TransferMate</a></div> <div id="demo-rate-convert"></div> <script> var apiTargetHtmlObj = document.getElementById("demo-rate-convert"); var tmScript = document.createElement("script"); tmScript.src = "https://payforwine-com.transfermate.com/en/exchange_rates_api.asp"; document.getElementsByTagName("head")[0].appendChild(tmScript); </script> <noscript><br/><span style="color: red;">Please enable your JavaScript.</span></noscript>

    </body>
    </html>