20

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.

Stephane Rolland
  • 38,876
  • 35
  • 121
  • 169
jaspernygaard
  • 3,098
  • 5
  • 35
  • 52
  • You can discover how to implement your own currency rate service with black jack and other stuff ;) (http://developersblog.tk/currency-rate-manager-csh-wcf-wpf-mvvm/) –  Nov 13 '13 at 11:23

6 Answers6

25

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

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

Cam
  • 1,655
  • 17
  • 19
16

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.

dogbane
  • 266,786
  • 75
  • 396
  • 414
11

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

Community
  • 1
  • 1
Nando
  • 143
  • 1
  • 3
0

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

Edit: apparently, they have free keys now, or I missed them previously.

0

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.

Felice Pollano
  • 32,832
  • 9
  • 75
  • 115
0

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

Rubén Fanjul Estrada
  • 1,296
  • 19
  • 31