Simple Currency Converter
Using exchange rate from this date.
Fetching rate...
Error
{{ errorMessage }}
{{ formatCurrency(amount, fromCurrency) }} {{ fromCurrency.toUpperCase() }} =
{{ formatCurrency(convertedAmount, toCurrency) }} {{ toCurrency.toUpperCase() }}
Rate on {{ rateDate }}: 1 {{ fromCurrency.toUpperCase() }} = {{ formatRate(rateUsed) }} {{ toCurrency.toUpperCase() }}
Enter an amount to convert.