Projects icon indicating copy to clipboard operation
Projects copied to clipboard

Currency Converter

Open tiikeri opened this issue 9 years ago • 4 comments

I've already made something for this, and I think it would be interesting to see how people would do it in other languages. :smile:

tiikeri avatar Jul 03 '15 05:07 tiikeri

Does this fetch live exchange rates or has a specific refresh interval ?

JayDex18 avatar Jul 09 '15 08:07 JayDex18

It should fetch live exchange rates, but can be placed on interval. An example of it in [Bash] shell script is here. In my case, I fetched exchange rates from Google's Finance API using wget.

tiikeri avatar Jul 09 '15 20:07 tiikeri

Please refer to code CurrencyConverter written in java using currencylayer API as both Yahoo and Google has decommissioned the API call which was used before for currency conversion. Also note that to parse JSON ouput returned from currencylayer API call used json-simple-1.1 library

sbelidhe avatar Nov 13 '17 19:11 sbelidhe

I wrote a currency converter in python

charleslarnold avatar Oct 10 '19 17:10 charleslarnold