quadrant6
03-21-2007, 12:04 AM
I'm working on a site that, below the local price (AUD), needs to display the approx price converted into a couple of other currencies like so:
Product..description
Price: AUD $10
Approx EUR: 5.20
Approx GBP: 3.40
Does anyone know of a good reliable free or reasonably cheap web service that I can use to get the latest exchange rates?
I've found these so far:
Currency Exchange using PHP & XML
(http://apptools.com/phptools/xml/currency/index.php#picker)
- Free
- Gets and parses data from Euro Central Bank:
http://www.ecb.int/stats/exchange/eurofxref/html/index.en.html#data
SrikeIron Currency Rates Tool
(http://www.strikeiron.com/ProductPricingDetail.aspx?p=227)
- US$9.95 per month for 250 hits
- Base rate seems to be fixed as USD
XE Currency Data Feed
(http://www.xe.com/dfs/)
- US$540 annual fee!
- Supplies either CSV or xml
Product..description
Price: AUD $10
Approx EUR: 5.20
Approx GBP: 3.40
Does anyone know of a good reliable free or reasonably cheap web service that I can use to get the latest exchange rates?
I've found these so far:
Currency Exchange using PHP & XML
(http://apptools.com/phptools/xml/currency/index.php#picker)
- Free
- Gets and parses data from Euro Central Bank:
http://www.ecb.int/stats/exchange/eurofxref/html/index.en.html#data
SrikeIron Currency Rates Tool
(http://www.strikeiron.com/ProductPricingDetail.aspx?p=227)
- US$9.95 per month for 250 hits
- Base rate seems to be fixed as USD
XE Currency Data Feed
(http://www.xe.com/dfs/)
- US$540 annual fee!
- Supplies either CSV or xml