Widgets for your website
Put a live rate or a mini exchange converter on your site — they update automatically, for free. Just paste the code into your page's HTML.
Widget builder — any pair
Pick any pair from the project catalog — get ready code and a preview.
Converter widget (amount input)
<div class="ratescout-widget" data-widget="converter"></div>
<script src="https://ratescout.ru/widget.js" async></script>
Available pairs (data-pair)
How it works
- Copy the code of the widget you want and paste it into your page's HTML.
- Rate:
data-pair(popular) ordata-from+data-to(any pair). Converter:data-widget="converter". - The script pulls current rates and updates the widget.
- For several widgets on a page — add several
divblocks.