Currency Functions

Overview

The plugin contains various custom functions for currency for 161 countries based on ISO 4217 - the international standard for currency codes.

  • currencytext: formats a decimal to a currency and returns it as a text field.
  • currencysymbol: returns the currency symbol based ISO 4217 currency code.
  • currencyunicodes: returns the currency uni codes based ISO 4217 currency code.
  • currencyname: returns the currency name based ISO 4217 currency code.
  • currencybycode: returns the ISO 4217 currency code based on ISO ALPHA 2 country code.
  • currencybyname: returns the ISO 4217 currency code based on country name.
Anonymous