Calc Hub

Currency Converter – Convert Between World Currencies

Convert between 17 world currencies with approximate mid-market exchange rates. Free currency converter for USD, EUR, GBP, JPY, and more.

Last updated: 2026-03-09

Currency converter

Calculation History (0)
No calculations yet. Complete a calculation to see it here.

Example calculations

Tap an example to prefill the calculator with sample values.

USD to EUR

GBP to JPY

EUR to CAD

How Currency Conversion Works

Currency conversion uses exchange rates — the price of one currency expressed in another. This calculator uses approximate mid-market reference rates.

Converted = Amount × (To Rate / From Rate)

The mid-market rate is the midpoint between buy and sell prices on the global currency market. Banks and exchange services typically add a margin (spread) of 1–5% on top of this rate.

Exchange rates fluctuate constantly based on economic factors including interest rates, inflation, trade balances, and geopolitical events. The rates shown here are approximate reference rates and may not reflect real-time market prices.

Currency converter FAQs

Answers to common questions about currency conversion.

Are these exchange rates live?

No — these are approximate mid-market reference rates for quick estimation. For actual transactions, check your bank or exchange service for their current rates, which will include a spread/margin.

Why does my bank charge a different rate?

Banks and exchange services add a margin (spread) to the mid-market rate, typically 1–5%. This is how they earn revenue on currency exchanges. Credit cards usually offer rates closer to mid-market than physical exchange offices.

What is the mid-market rate?

The mid-market rate (also called the interbank rate) is the midpoint between the buy and sell prices of a currency pair on the global foreign exchange market. It's the fairest rate but is typically only available to large financial institutions.

How often do exchange rates change?

Forex markets trade 24 hours a day, 5 days a week, so rates change constantly. Major currency pairs like EUR/USD can fluctuate by 0.5–1% in a single day during volatile periods.

Explore more finance and utility calculators.

More Financial Tools

Explore our full suite of finance and conversion calculators.

Was this calculator helpful?

Your feedback helps us improve future calculators.

Disclaimer

Exchange rates shown are approximate mid-market rates and may not reflect the actual rates offered by banks or exchange services. Rates change frequently throughout the day.

Embed this calculator

Copy the code below to embed this calculator on your website or blog. It's free — no API key needed.

<iframe
  src="https://calc.mintloop.dev/embed/daily/currency-converter"
  width="100%"
  height="600"
  frameborder="0"
  title="Currency Converter – Convert Between World Currencies"
  loading="lazy">
</iframe>
Optional: auto-resize script
<script>
var CALC_HUB_ORIGIN = 'https://calc.mintloop.dev';
window.addEventListener('message', function(e) {
  if (e.origin !== CALC_HUB_ORIGIN) return;
  if (!e.data || e.data.type !== 'calc-hub-resize') return;
  var frames = document.querySelectorAll('iframe[src*="calc.mintloop.dev"]');
  frames.forEach(function(f) {
    if (f.contentWindow === e.source) {
      f.style.height = String(Math.max(0, Number(e.data.height) || 0)) + 'px';
    }
  });
});
</script>