A WordPress plugin for integrating with Currency API.
As of April 2026, Currensees is a WordPress currency plugin with 0 active installations and a 0/5 rating0. It has been downloaded 652 times in total. Requires WordPress 6.0+ and PHP false+. Available on WordPress.org since 2023. Last updated 2 years ago — may have compatibility concerns. Top alternative: FOX – Currency Switcher Professional….
Currensees is a WordPress plugin that provides an interface to interact with the Currency API. With this plugin, you can authenticate a user, convert currencies, and convert a base currency to all other available currencies.
“`php
$currensees = new Currensees\Currensees();
$login_result = $currensees->login(‘username’, ‘password’);
if ($login_result) {
// Login was successful, do something with the result data.
} else {
// Login failed, show an error message.
}
$currensees = new Currensees\Currensees();
$conversion_result = $currensees->convert(‘2023_04_02’, ‘GBP’, ‘CAD’, ‘500’);
if ($conversion_result) {
// Conversion was successful, do something with the result da…
| WordPress | 6.0+ requiredTested up to 6.2.9 |
| PHP | false+ required |
Initial release.
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.