Currency Converter
30+ world currencies. Reference rates are — use this for travel budgeting and napkin math, not for actual trades.
Result
—
—
Why this isn't "live"
Live exchange rates require a paid API key or a self-hosted scraper of the European Central Bank's daily fix. For a static site that runs entirely in your browser, neither is feasible without leaking an API key or adding a backend.
The rates here are a snapshot. For day-to-day conversions (1 USD ≈ how many EUR?) the snapshot is correct to within a few percent. For a real wire transfer, use your bank's mid-market rate.
The math
amount × (rate_to / rate_from)
All rates are quoted per 1 USD. Converting from EUR to JPY goes via USD: EUR → USD → JPY.