Question

Anyone know of a real-time currency rate webservice with frequent update (multiple pr. min.). Needed for a small android app I'm building, so needs to be free.

Was it helpful?

Solution

You can try Yahoo. It is free and easy to use.

For example, to convert from GBP to EUR: http://download.finance.yahoo.com/d/quotes.csv?s=GBPEUR=X&f=sl1d1t1ba&e=.csv

gives you data in csv format which can easily be parsed.

OTHER TIPS

I would recommend European Central Bank. They provide a daily xml feed, nice and simple.

http://www.ecb.int/stats/eurofxref/eurofxref-daily.xml

Have you tried with http://openexchangerates.org ?

You can use it's The Forever Free Plan with following features provided.

  • Hourly rate updates

  • Daily historical data

  • 1,000 API requests per month

Real time financial services are usually not available for free. You will find a lot of delayed services ( tipically 15 min ) for free, but you have to make sure licensing allow you to use it in your own application as well.

you have some webs where you can take this information. The problem... usually you need pay for this service. Same examples :

I would suggest Mondor's web service, especially the WebAPI one. Not free, but could be about 5$ per year, depending from your architecture. Anyway, here's the link: http://mondor.org

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top