javainterfaceeuro

Grab euro dollar conversion rate in Java


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


Solution

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