I wish there were. I used to maintain a database of the closing exchange rates for about 25 currencies - a grid, exchanging any one for any other - and that was the only way to do it. Get the current rate, then use it to calculate the amount in that currency. Since computers are fast, that's still the way used. (Even back in about 2008 it only took a couple of minutes to download the entire block of data and store it into a database.) If you can develop an app, you can develop a little utility that converts US$ into every other currency you can find on a ForEx site not even easily, but trivially. oanda.com used to have an API you could call with a single GET to get about 25 rate pairs. (If I could write it in VB 6, it can be written in just about anything with internet access.)
07-05-2018 03:33 PM