Title: Auto Currency Converter
Author: akky
Published: <strong>May 15, 2013</strong>
Last modified: May 20, 2019

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/auto-currency-converter.svg)

# Auto Currency Converter

 By [akky](https://profiles.wordpress.org/akky/)

[Download](https://downloads.wordpress.org/plugin/auto-currency-converter.zip)

 * [Details](https://wordpress.org/plugins/auto-currency-converter/#description)
 * [Reviews](https://wordpress.org/plugins/auto-currency-converter/#reviews)
 *  [Installation](https://wordpress.org/plugins/auto-currency-converter/#installation)
 * [Development](https://wordpress.org/plugins/auto-currency-converter/#developers)

 [Support](https://wordpress.org/support/plugin/auto-currency-converter/)

## Description

When money notations appear in your posts/page text, this plugin detects and adds
the converted amount in foreign currency.

For now, this plugin only works between Japanese Yen and US dollars, in English 
and Japanese.

For example, sentence like “It costs $350.” would be “It costs $350(32,854 Japanese
yen).”

The conversion is looking up the latest foreign exchange rates.

For bloggers who already did such conversion manually, the plugin has an option 
to set a date only after when the conversion works.

## Installation

This section describes how to install the plugin and get it working.

 1. Download the plug-in file, extract under your WordPress plugin folder.
 2. Log into your WordPress admin panel.
 3. Go to Plug-ins and Activate the “Auto Currency Converter”

## FAQ

  Some numbers are not detected. What are limitations?

 * number in text are not detected. For example,
    - twenty dollars
    - few thousand dollars
    - a couple of dollars
    - numbers bigger than billion are not handled
    - billion/trillion are in US style, not UK style (because it can not be supported
      both notations simultaneously)

  What if I do not want to display auto-converted prices in a specific post?

You may suppress the conversion by giving “acc_disable” tag on the post.

  Are USD/JPY rate correct? How much is it up-to-date?

It uses free currency converter API. However, when the API is down, this plugin 
uses direct value (110 yen / 1 dollar). This behaviour was changed at the version
1.2.2, I think it might be better than showing nothing converted.

  How are Japanese zenkaku(full-width) digits handled?

All Japanese zenkaku digits are converted, then checked and filtered. Because of
that, all digits in the text, even though they are not money related, will be converted
with regular ASCII digits.

## Reviews

![](https://secure.gravatar.com/avatar/ca5261454d3713af5757b5c8bbaa3ce521cb68abc0c1e3121088f38d7e1e4c20?
s=60&d=retro&r=g)

### 󠀁[Almost perfect](https://wordpress.org/support/topic/almost-perfect-339/)󠁿

 [zpanda](https://profiles.wordpress.org/zpanda/) March 2, 2018

This plugin is almost perfect. I just wish it would automatically convert Yen to
USD. At the moment it only converts USD to Yen.

![](https://secure.gravatar.com/avatar/54e0ed135a9c1ae7c98a6ca4ca8845164594ab667aa01394efdecf135cae02d4?
s=60&d=retro&r=g)

### 󠀁[Crazy cool!](https://wordpress.org/support/topic/crazy-cool-2/)󠁿

 [topictime](https://profiles.wordpress.org/topictime/) November 12, 2017

Very very simple to use and light weight. Enter your prices as usual like this: 
$12.00 and it shows yen for your Japanese clients right beside it 🙂

![](https://secure.gravatar.com/avatar/9d6d475b438dbdd0bac0995e4c65a18356afb505e001a347e8948fa5da248849?
s=60&d=retro&r=g)

### 󠀁[fantastic plugin for all yen/usd users](https://wordpress.org/support/topic/fantastic-plugin-for-all-yenusd-users/)󠁿

 [ninerboy](https://profiles.wordpress.org/ninerboy/) September 3, 2016

I have used this plugin since i found this. This works great and is very useful.
In fact,there are no plugin likes auto currency converter. that makes this premium.

![](https://secure.gravatar.com/avatar/cf2844f46d2121d78d91b358796063cc805114ceca5f5ad85704ecc83f3ea934?
s=60&d=retro&r=g)

### 󠀁[I could not live with out this plug in](https://wordpress.org/support/topic/i-could-not-live-with-out-this-plug-in/)󠁿

 [knnkanda](https://profiles.wordpress.org/knnkanda/) September 3, 2016

I always use this plug in because we are using Japanese Yen and USD. I confused 
sometimes currency problem. but this Plug in is great works. a lot of thanks for
authors.

 [ Read all 4 reviews ](https://wordpress.org/support/plugin/auto-currency-converter/reviews/)

## Contributors & Developers

“Auto Currency Converter” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ akky ](https://profiles.wordpress.org/akky/)

“Auto Currency Converter” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/auto-currency-converter/contributors)
for their contributions.

[Translate “Auto Currency Converter” into your language.](https://translate.wordpress.org/projects/wp-plugins/auto-currency-converter)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/auto-currency-converter/),
check out the [SVN repository](https://plugins.svn.wordpress.org/auto-currency-converter/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/auto-currency-converter/)
by [RSS](https://plugins.trac.wordpress.org/log/auto-currency-converter/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.2.2

 * 1.2.1 had a bug so not working properly.

#### 1.2.1

 * use a direct value 110 yen/dollar when currency API is down or unavaiable. To
   let it keep running on

#### 1.2.0

 * fix a bug with the new API. Japanese conversion was badly done on version 1.1.8/
   1.1.9
 * tested with the latest WordPress version 4.9.6

#### 1.1.9

 * fix build proceasure

#### 1.1.8

 * changed currency API to call, as the former API started asking registration and
   API key
 * removed old version support, WordPress 3.x
 * removed old version support, PHP 5.3

#### 1.1.7

 * fixed translation code not use constant, to enable [user translation](https://developer.wordpress.org/plugins/internationalization/how-to-internationalize-your-plugin/)
 * fixed a bug that $2000 was recognized as $200 and 0, when 4 digits written after
   dollar/yen mark.

#### 1.1.6

 * changed to call fixer.io API, as Yahoo finance API had stopped around November
   1st
 * added translation text-domain info in plugin header

#### 1.1.5

 * remove php-intl polyfil, which supports better localized currency notations even
   without php_intl extension. As the polyfil library is too large to deliver and
   useless if the user set up php_intl extension correctly.
 * tested with the latest WordPress version 4.8.3

#### 1.1.4

 * fixed warning “A non-numeric value encountered” with PHP7.1 or later
 * tested with the latest WordPress version 4.8.2

#### 1.1.3

 * tested with the latest WordPress version 4.6.1
 * emphasize caution to user who runs her PHP without php-intl extension. enabling
   php-intl will make the pluging much much faster

#### 1.1.2

 * when the converted dollar is less than $1, it now displays like ‘$0.xx’ instead
   of ‘$0’.
 * added missing Japanese translations.

#### 1.1.1

 * 1.1.0 missed libraries for specific env.

#### 1.1.0

 * removed php_intl extension check
 * even if php_intl extension is off, it works with the symfony/intl compatible 
   library. Performance-wise, php_intl is better to be turned on. And it only supports
   English locale.

#### 1.0.9

 * added a feature to disable conversion on specific post with ‘acc_disable’ tag

#### 1.0.8

 * fixed a new bug at 1.0.7

#### 1.0.7

 * checked with the latest WordPress 4.4.2

#### 1.0.6

 * checked with the latest WordPress 4.4.1

#### 1.0.5

 * updated Composer autoloader to avoid collision with other plugins using later
   version of Composer

#### 1.0.4

 * make it work even allow_url_fopen is off.
 * fixed – not caching the rates when data-fetching failed.

#### 1.0.3

 * stop trying to convert money in title. only money in body are processed.

#### 1.0.2

 * make the default cache period to one month, to avoid too much updates on feed

#### 1.0.1

 * changed to skip gracefully in case exchange rate are unavailable

#### 1.0.0

 * initial release

## Meta

 *  Version **1.2.2**
 *  Last updated **7 years ago**
 *  Active installations **10+**
 *  WordPress version ** 4.0.0 or higher **
 *  Tested up to **5.1.22**
 *  Languages
 * [English (US)](https://wordpress.org/plugins/auto-currency-converter/) and [Japanese](https://ja.wordpress.org/plugins/auto-currency-converter/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/auto-currency-converter)
 * Tags
 * [currency](https://wordpress.org/plugins/tags/currency/)[exchange](https://wordpress.org/plugins/tags/exchange/)
   [japan](https://wordpress.org/plugins/tags/japan/)[money](https://wordpress.org/plugins/tags/money/)
 *  [Advanced View](https://wordpress.org/plugins/auto-currency-converter/advanced/)

## Ratings

 4.8 out of 5 stars.

 *  [  3 5-star reviews     ](https://wordpress.org/support/plugin/auto-currency-converter/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/auto-currency-converter/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/auto-currency-converter/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/auto-currency-converter/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/auto-currency-converter/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/auto-currency-converter/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/auto-currency-converter/reviews/)

## Contributors

 *   [ akky ](https://profiles.wordpress.org/akky/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/auto-currency-converter/)