# Free online currency converter

> A currency converter translates an amount from one currency to another using exchange rates. This tool covers 20 major currencies with hardcoded approximate rates — useful for.

Convert between 20 major world currencies using approximate exchange rates. Includes a full conversion table for quick comparison.

**Interactive version:** https://onlinecalculator.me/finance/currency-converter/
**Category:** Finance

## How to use

1. Enter the amount you want to convert.
2. Select the source currency (From).
3. Select the target currency (To).
4. The converted amount and a full comparison table appear instantly — no button needed.

## How conversion works

All 20 currencies are stored as rates relative to USD. The conversion formula is:

```
converted = amount × (rate_to / rate_from)
```

For example, to convert €100 to Japanese Yen:
- EUR rate vs USD = 0.92 → 1 EUR = 1/0.92 USD
- JPY rate vs USD = 149.5 → 1 USD = 149.5 JPY
- €100 = 100 × (149.5 / 0.92) ≈ 16,250 JPY

## Notes

> **Disclaimer:** Rates are approximate as of early 2026 and are not live. Use a bank or real-time currency service for transactions.

- The comparison table shows the top 10 most traded currencies plus your selected From and To currencies.
- This calculator is intended for rough estimates and educational use only.

## Frequently asked questions

### Are these exchange rates live?

No. The rates in this calculator are approximate values from early 2026 and are hardcoded. They do not update in real time. For financial transactions, wire transfers, or travel money, always check a live source such as your bank or a real-time currency service.

### How does the conversion work?

All rates are stored relative to USD as the base. To convert from currency A to currency B, the calculator divides by A's rate (converting to USD) then multiplies by B's rate: converted = amount × (rateB / rateA).

### Which currencies are supported?

The calculator supports 20 currencies: USD, EUR, GBP, JPY, CAD, AUD, CHF, CNY, INR, MXN, BRL, KRW, SGD, HKD, NOK, SEK, DKK, NZD, ZAR, and AED.

### How do I use the Share button?

Share copies the plain page URL. Share with my numbers copies a URL containing your chosen currencies and amount, so anyone opening the link sees the same conversion.

## Sources

- [Foreign Exchange Rates (H.10)](https://www.federalreserve.gov/releases/h10/current/) — Federal Reserve Board
- [Exchange rate](https://en.wikipedia.org/wiki/Exchange_rate) — Wikipedia

## Related calculators

- [Inflation calculator](https://onlinecalculator.me/finance/inflation/) — See how purchasing power changes over time due to inflation.
- [Investment return calculator](https://onlinecalculator.me/finance/investment-return/) — Calculate annualized return and ROI on any investment.
- [Savings goal calculator](https://onlinecalculator.me/finance/savings-goal/) — Find out how long it takes to save a target amount.
- [APY calculator](https://onlinecalculator.me/finance/apy/) — Convert nominal interest rates to Annual Percentage Yield.

---

Part of [onlinecalculator.me](https://onlinecalculator.me/) — free calculators that run entirely in your browser.
Machine-readable index: https://onlinecalculator.me/llms.txt
