Increase Euro to Java Conversion Rate

I have an application that should convert the dollar to euros and vice versa. Is there an interface or API that I can use to capture the current exchange rate?

+3
source share
4 answers

You can use Google Calculator, look at this example on how to use it ...

+5
source

If you are not a fan of Google, you can also use Yahoo Converter .

They also have code.

+1
source

, , , . , , . api REST, . , , , - URL- :

http://currencies.apps.grandtrunk.net/getlatest/EUR/USD

, :

ATS, AUD, BEF, BGN, BRL, CAD, CHF, CNY, CYP, CZK, DEM, DKK, EEK, ESP, EUR, FIM, FRF, GBP, GRD, HKD, HRK, HUF, IDR, IEP, ILS, INR, ITL, JPY, KRW, LKR, LTL, LUF, LVL, MCF, MTL, MXN, MYR, NLG, NOK, NZD, PHP, PLN, PTE, RON, RUB, SEK, SGD, SIT, SKK, SML, THB, TRY, TWD, USD, VAL, VEB, VEF, ZAR

0

No body sells data for free. If you want to have such functionality in your application, and the information that you are going to receive will be customized, then you need to pay some money.

http://www.exchangerate-api.com/java-currency-api

or

http://www.oanda.com/rates/currency-data/

0
source

All Articles