movie icon image

EE Insider Blog

Spend your time learning and developing sites with ExpressionEngine and we'll use this blog to keep you informed of all the news related to ExpressionEngine and CodeIgniter.

» Read more in the Archives.

» Have a tip? Send us your EE news.

New Module: Exchange Rates

Ben from PutYourLightsOn has released a new module called Exchange Rates, which allows you to easily convert currency and get the latest exchange rates (updated at least every hour) right inside your EE templates. This module is exciting to me because it’s in a different vein than most of the modules I come across.

The module has two functions: get current exchange rate for two currencies

{exp:exchange_rates:get_rate from="EUR" to="USD"}

or converting a certain amount from one currency to another.

{exp:exchange_rates:convert amount="900" from="USD" to="EUR"}

The rates are pulled from the Eurpean Central Bank via the handy XML provided by the bank.

I downloaded and tested out the module and it works as described on the information page and in the documentation.

Posted on Jan 27, 2009 by Ryan Irelan

Filed Under: EE Add-ons, EE Modules

Stephen Lewis21:33 on 01.27.2009

Hi Ryan,

Excuse the blatant self-promotion, but a few months back I wrote a similar plugin that you may find useful (http://tr.im/d688).

It pulls the exchange rate data directly from the xurrency.com web service.

Cheers,
Stephen

Post a Comment




Please notify me of follow-up comments.