PDA

View Full Version : get exchange rate money in the world



lung
05 Jul 2010, 04:31 AM
how can i get exchange rate of money by PHP?

<CrGeary.com/>
05 Jul 2010, 11:28 AM
You might be able to use Google Finance API's to get an update result? Have a look: http://code.google.com/apis/finance/

Otherwise i also found this which looks like it will do the job, however i dont know how often its updated: http://xurrency.com/api - Only problem, its not PHP, but there is probably a way to convert it with regular expressions.