Forum Moderators: coopster
A Google search comes up with some nice contenders, from which the easiest to implement (XE.com's datafeed) is also rather expensive.
However, I found a free JAVA program which is free and released under the GPL and does what I need too, however,
I have never used Java and am at a total loss here?
[geosoft.no...]
See the chapter 'internationalisation' and look for currency.
How can I get data from that? How do I 'query' the Java program to get a certain currency's current conversion rate?
use fopen [uk.php.net] there are examples on there for usage.
why would you look to java to do this?
what about using a webservice
try a search for currency conversion wsdl [google.com]
or parse a file from a bank to get them, no need for java whatsoever unless there is something you aren't mentioning.