Currency Converter

Convert between world currencies. Uses a live rates endpoint when a backend is configured, and a clearly-labeled manual mode with approximate rates otherwise.

Runs in your browser
Loading Currency Converter...

How to use

  1. 1

    Pick the source and target currency.

  2. 2

    Enter the amount.

  3. 3

    Read the converted amount, rate and rate date.

How it works

When a backend function is configured, it fetches current rates (via a keyless provider such as frankfurter.app) and the date is displayed. Without a backend, the manual mode uses bundled approximate rates labeled as such - no fake "live" numbers are ever shown.

Frequently asked questions

Are these live exchange rates?

Only when a configured serverless endpoint returns them (shown with a date). Otherwise you see clearly-labeled approximate reference rates in manual mode.

Why are the rates different from my bank?

Banks add a markup on top of the market rate. This tool shows the raw market or reference rate, not a retail quote.

Is my amount sent anywhere?

The amount stays in your browser even when live rates are fetched - only a currency pair request goes to the configured endpoint.

Related tools