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 ๐ซ
- 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.
- 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.
- 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.
- 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.
- 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