Currency Converter
Get real-time exchange rates
Buy
Sell
You {{ transactionType === 'buy' ? 'Pay' : 'Receive' }}
{{ currency.code }}
You {{ transactionType === 'buy' ? 'Receive' : 'Pay' }}
{{ currency.code }}
Exchange Rate:
1 {{ fromCurrency }} = {{ exchangeRate }} {{ toCurrency }}
Live Exchange Rates
Currency
Buy Rate
Sell Rate
{{ rate.currency }}
{{ rate.buy }}
{{ rate.sell }}