Wanfuteng Bank

Currency Exchange Calculator

Please select your currencies and enter the amount you wish to convert

Original Currency
Select the currency you want to convert from


Convert to
Select the currency you wish to convert to


Amount of ${sourceCurrency} you want to convert
Enter the amount you wish to convert

${ formatAmount(amount) } |
${ amountError }

Your calculation results

  • Conversion

    --
    ${formatAmount(amount)} ${sourceCurrency} = ${formatAmount((exchangeRate * amount).toFixed(2))} ${targetCurrency}
  • At an Exchange Rate of

    --
    ${Math.round(exchangeRate * 1000) / 1000} ${targetCurrency}