Does anyone know if there is a site on the internet which lists factors for currency conversion that is regularly updated and can be referenced as a variable in PHP calculations?
I would like to provide a € conversion on the basket page of my website to give an idea how much an item would cost in Euros to customers living in the Euro zone. And potentially it could progress from there - possibly selling in other currencies. It would depend on various matters.
Many thanks.
Currency conversion on the fly
Moderator: kfury77
Re: Currency conversion on the fly
Hi,
There are a few, but most seem to cost quite a bit, but did come across this one:
http://forum.xaviermedia.com/about10979.html
You can get the latest rates in XML format, based on the Euro.
http://api.finance.xaviermedia.com/api/latest.xml
There are a few, but most seem to cost quite a bit, but did come across this one:
http://forum.xaviermedia.com/about10979.html
You can get the latest rates in XML format, based on the Euro.
http://api.finance.xaviermedia.com/api/latest.xml
Re: Currency conversion on the fly
Many thanks Mr B, that is pretty much what I was after.
Now comes the fun bit, incorporating it into the PHP!
Now comes the fun bit, incorporating it into the PHP!