Currency Converter
Convert between currencies like GBP, EUR, and USD.
Inputs
Result
Enter values on the left and select Equals to see the result here.
What the Currency Converter does
- Converts an amount from one currency to another (GBP/EUR/USD).
- Displays the converted amount using the target currency format.
How to use the Currency Converter
- Enter an amount.
- Choose From and To currencies.
- Click Calculate to see the converted amount.
Formula / methodology used
- Uses a predefined mock exchange-rate table for now.
- Converted = amount × rate(from → to).
Example calculation
Convert £100 to USD using mock rate 1.25.
- Amount = 100
- Rate = 1.25
- Compute 100 × 1.25
Result: Converted amount = $125.00
Currency Converter FAQs
Are these live exchange rates?
No. They’re mock rates. The converter is structured so live API rates can be added later.