Programmatically access currency exchange rates

Posted by Adam Pierce on Stack Overflow See other posts from Stack Overflow or by Adam Pierce
Published on 2008-10-08T09:58:42Z Indexed on 2010/04/05 12:23 UTC
Read the original article Hit count: 260

Filed under:
|
|
|

I'm setting up an online ordering system but I'm in Australia and for international customers I'd like to show prices in US dollars or Euros so they don't have to make the mental effort to convert from Australian dollars.

Does anyone know if I can pull up to date exchange rates off the net somewhere in an easy-to-parse format I can access from my PHP script ?


UPDATE: I have now written a PHP class which implements this. You can get the code from my website.

© Stack Overflow or respective owner

Related posts about currency

Related posts about finance