Title: Currency rate as variable
Last modified: August 30, 2016

---

# Currency rate as variable

 *  Resolved [sdtfx](https://wordpress.org/support/users/sdtfx/)
 * (@sdtfx)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/currency-rate-as-variable/)
 * Hello,
    How to get second currency rate in variable for use in theme template
   loop ?
 * Example:
    Main currency USD, second currency JPY, rate JPY to USD is 124.37, 
   how to get this value (124.37) as variable ? so i can use it in my custom woocommerce
   loop template such price.php
 * Thanks a lot.
 * [https://wordpress.org/plugins/woocommerce-currency-switcher/](https://wordpress.org/plugins/woocommerce-currency-switcher/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [RealMag777](https://wordpress.org/support/users/realmag777/)
 * (@realmag777)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/currency-rate-as-variable/#post-6193489)
 * Hello
    Yes, you can do it in such way:
 *     ```
       global $WOOCS;
       $currencies=$WOOCS->get_currencies();
       //JPY
       $jpy_price=$price * $currencies['JPY']['rate'];
       ```
   
 * $price – is the price of the item in basic currency
 *  Thread Starter [sdtfx](https://wordpress.org/support/users/sdtfx/)
 * (@sdtfx)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/currency-rate-as-variable/#post-6193492)
 * Great, it works as expected, thank you !
 *  Plugin Author [RealMag777](https://wordpress.org/support/users/realmag777/)
 * (@realmag777)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/currency-rate-as-variable/#post-6193496)
 * Welcome =)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Currency rate as variable’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-currency-switcher/assets/icon-256x256.png?rev
   =2844633)
 * [FOX - Currency Switcher Professional for WooCommerce](https://wordpress.org/plugins/woocommerce-currency-switcher/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-currency-switcher/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-currency-switcher/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-currency-switcher/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-currency-switcher/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-currency-switcher/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [RealMag777](https://wordpress.org/support/users/realmag777/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/currency-rate-as-variable/#post-6193496)
 * Status: resolved