Currency Exchange Calculator
Please select your currencies and enter the amount you wish to convert
Your calculation results
-
Conversion
--${formatAmount(amount)} ${sourceCurrency} = ${formatAmount((exchangeRate * amount).toFixed(2))} ${targetCurrency} -
At an Exchange Rate of
--${Math.round(exchangeRate * 1000) / 1000} ${targetCurrency}