FX Currency Converter
FX Currency Converter

FX Currency Converter

0/5 (0 ratings) 10 active installs Updated May 19, 2026
screenshot-1.jpg - Admin shortcode generator with live preview, display-format controls, and generated shortcode/PHP snippet output.

screenshot-1.jpg - Admin shortcode generator with live preview, display-format controls, and generated shortcode/PHP snippet output.

Easy-to-use, free currency converter. ๐Ÿ”‘ No API key needed. โค๏ธ Install and enjoy.

๐Ÿ“Œ About

Unlock real-time currency conversion on your WordPress site. Enjoy hourly cached updates from 86 public data providers with no API key required.

DEMO๐Ÿ‘€

โญ๏ธ FEATURES โญ๏ธ

  • ๐Ÿš€ Lightweight code;
  • ๐ŸŒ Exchange rates from 86 public data providers;
  • ๐Ÿงฑ Gutenberg block, shortcode, and PHP helper support;
  • ๐ŸŽจ Flexible styling options;
  • ๐Ÿ’ฏ Free, No Ads;
  • ๐Ÿ”‘ No API key needed;
  • ๐Ÿ”’ SSL support;
  • ๐Ÿ“ฑ Mobile-friendly;
  • ๐Ÿ” SEO-friendly.

๐Ÿ—œ Shortcode ๐Ÿ—œ

The shortcode of [fxcc_convert] has the following parameters that you may specify…

  • num – The amount you wish to convert from one currency to another.
  • from – The currency ISO code you wish to convert from. The default is USD.
  • to – The currency ISO code you wish to convert to. The default is EUR.
  • dec – Specifies the number of decimal places in the output. This should be numeric or the word “match”. The default is “match”, which means that the output will match the number of decimal places that the num had.
  • prefix – emoji | symbol;
  • suffix – emoji | symbol;
  • attribution – 1 | true | yes | on; wraps the result in a link to https://{from}.currencyrate.today/{to}.
  • tmpl – Text template with the %result% placeholder.

๐Ÿ’ก Examples ๐Ÿ’ก

[fxcc_convert num="100" from="USD" to="EUR" /] - 92
[fxcc_convert num="49.123" dec="2" from="USD" to="EUR" /] - 45,22
[fxcc_convert num="49.123" dec="2" from="USD" to="EUR" prefix="symbol" suffix="emoji" /] - โ‚ฌ45,22๐Ÿ‡ช๐Ÿ‡บ
[fxcc_convert num="100" from="USD" to="EUR" attribution="1" /] - clickable result linked to CurrencyRate.today
[fxcc_convert num="49.99" from="USD" to="EUR" prefix="symbol" tmpl="49.99 USD is %result% EUR" /] - 49.99 USD is โ‚ฌ46,02 EUR
[fxcc_convert num="49.99" from="USD" to="EUR" tmpl="49.99 USD is %result% EUR" src="eu-ecb" /] - 49.99 USD is 45,83 EUR
[fxcc_convert num="100" from="USD" dec="4" to="EUR"]100 USD is %result% EUR[/fxcc_convert] - 100 USD is 92,0641 EUR

PHP helper examples:

<?php echo fxcc_convert(array('num' => 100, 'from' => 'USD', 'to' => 'EUR')); ?> - 92
<?php echo fxcc_convert(array('num' => 100, 'from' => 'USD', 'to' => 'EUR', 'attribution' => true)); ?> - clickable result linked to CurrencyRate.today
<?php echo fxcc_convert(array('num' => 49.99, 'from' => 'USD', 'to' => 'EUR', 'prefix' => 'symbol', 'tmpl' => '49.99 USD is %result% EUR')); ?> - 49.99 USD is โ‚ฌ46,02 EUR

๐Ÿ’ฑ API and Data sources ๐Ÿ’ฑ

We collect data from multiple public sources and cache it on our server, https://api-bank.fex.to/. Before you start using the plugin, please read the disclaimer. The plugin refreshes cached data at most once per hour, and the public API does not require keys or passwords. See the FAQ section below for the full list of 86 data providers.

โš ๏ธ Disclaimer โš ๏ธ

Disclaimer for the https://api-bank.fex.to/ API ๐Ÿšซ

  1. Use at Your Own Risk โš ๏ธ: The use of this API is at your own discretion and risk. We do not accept any responsibility for any losses, damages, or issues arising from the use of this API.
  2. Data Accuracy ๐Ÿ“Š: We make every effort to ensure the accuracy and timeliness of the data provided through our API. However, we do not guarantee the completeness, accuracy, or timeliness of this data and do not accept responsibility for any errors or omissions.
  3. Changes and Termination of Service ๐Ÿ”„: We reserve the right to make changes to or terminate the operation of this API at any time, without prior notice. We are not liable for any consequences resulting from such changes or termination.
  4. Third-Party Services ๐ŸŒ: This API may interact with third-party services or APIs. We do not endorse or take responsibility for the functionality, accuracy, or availability of these third-party services.
  5. No Warranty ๐Ÿ›ก๏ธ: We provide this API on an “as is” and “as available” basis, without any warranties, express or implied. We disclaim all warranties, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, and non-infringement.
    By using this API, you agree to accept and abide by the terms of this disclaimer. If you do not agree with any part of this disclaimer, you must not use this API.

๐Ÿฉ Donations

โ„น๏ธ Website: CurrencyConvert

๐ŸŒ Sources: CurrencyRate