Currency library for Java [closed]
Is there some currency converter library that enables to convert a value from a specific currency to another? Or should I implement my how class for this? If someone has some kind of example it would be great... Juned Ahsan Ideally you should not write your own formulas to convert the currency due to the dynamic nature of currencies. It will be a good idea to access some public APIs, which can be reliably used to do the currency conversion. One of such API is Yahoo currency convertor API. Yahoo API is very simple. The basic general request for getting the current currency rate between two