SPraus Posted April 5, 2009 Share Posted April 5, 2009 Hey all, im looking for a nice way to keep upto date with currency conversions weather it be a database or something built into php. Any help is apperciated; SPraus Link to comment https://forums.phpfreaks.com/topic/152689-currency-conversion/ Share on other sites More sharing options...
Axeia Posted April 6, 2009 Share Posted April 6, 2009 http://www.wait-till-i.com/2008/06/21/currency-conversion-api/ First result when googling "Currency conversion api". Don't think it's the best one, but if you read the comments you might be able puzzle something decent together. No build in feature would be able to keep up to date as it would need to access an external resource every so often. Link to comment https://forums.phpfreaks.com/topic/152689-currency-conversion/#findComment-801923 Share on other sites More sharing options...
JasonLewis Posted April 6, 2009 Share Posted April 6, 2009 Ah, there is a bank that offers an XML sheet with most of the currency rates. Check out: http://www.ecb.int/stats/exchange/eurofxref/html/index.en.html#dev Also check out the other tabs there, you can build your own parser etc. It's pretty mad. I've used it on a few projects. Link to comment https://forums.phpfreaks.com/topic/152689-currency-conversion/#findComment-802131 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.