Currency Exchange Rates
Live currency exchange rates and converter
关于此工具
View real-time exchange rates for all major world currencies powered by the Open Exchange Rates API (no API key required). Switch the base currency to any supported currency, enter an amount, and instantly convert between any two currencies. Rates are refreshed each time you load the page and the last-updated timestamp is always visible.
使用方法
- 1 Wait for the rates to load automatically on page open.
- 2 Use the Base Currency dropdown to switch the reference currency.
- 3 Enter an amount in the converter and choose From / To currencies.
- 4 The converted amount updates instantly.
- 5 Check the 'Last updated' timestamp for data freshness.
How exchange rates are expressed, and how this tool reads them
An exchange rate is always a ratio between two currencies: how many units of one you get for one unit of another. This tool fetches a full table of rates relative to a base currency from the free open.er-api.com service (no API key required) and displays the rate for every other currency as "per 1 unit of base." Pick USD as the base and a row showing EUR at 0.92 means one US dollar buys 0.92 euros. Switch the base to EUR and the whole table recalculates so every rate is now per one euro.
The data comes from an external API, so this is one of the few tools here that needs a network connection. Rates load automatically when the page opens, and a Last updated timestamp is always shown so you know how fresh the figures are. The provider refreshes its rates daily, which is fine for budgeting and reference but not for live trading.
How the cross-currency converter works
The quick converter lets you change any currency into any other, even when neither is the base. It does this with a two-step calculation that pivots through the base. To convert an amount from currency A to currency B, the tool first works out how much base currency the amount is worth, then multiplies by B's rate:
result = (amount ÷ rate_of_A) × rate_of_B
Because both rates are quoted against the same base, the base cancels out and you get a correct A-to-B figure. This is exactly how banks derive a "cross rate" between two currencies that are each priced against a third.
A worked example
Suppose the base is USD, the table shows GBP at 0.79 (one dollar buys 0.79 pounds) and JPY at 156 (one dollar buys 156 yen), and you want to convert £250 into yen. Step one: £250 ÷ 0.79 ≈ $316.46 worth of base. Step two: $316.46 × 156 ≈ ¥49,367. You never had to find a direct GBP-to-JPY rate; pivoting through the dollar produced it. Clicking any row in the rates table fills the converter with that pair and an amount of 1, so you can read a single-unit cross rate in one tap.
Reading the table efficiently
- Major currencies float to the top. The most-traded currencies — USD, EUR, GBP, JPY, and a few dozen others — are listed first in a sensible order; the rest follow alphabetically.
- Filter to find a currency fast. The search box matches currency codes, so typing
SEKjumps straight to the Swedish krona. - Rates show up to six decimals. Currencies with very small or very large per-unit values (the Japanese yen, the Indonesian rupiah) still display meaningful precision.
Why a converted amount may not match a shop or bank
The rates here are mid-market reference rates — the midpoint between what buyers and sellers quote. When you actually exchange money, you pay a spread: the bank or app buys at a slightly worse rate and sells at a slightly worse rate, and may add a fixed fee. So a card payment abroad or a money-transfer service will give you a little less than this calculator predicts. Treat the figure as the fair benchmark to compare offers against, not the exact amount you will receive.
Practical tips and common mistakes
- Check the timestamp before relying on a figure. Daily-updated rates are perfect for planning a trip budget or pricing a quote, but for a same-day large transfer, confirm against your provider's live rate.
- Pick a base that matters to you. If you think in euros, set EUR as the base so every rate reads naturally and rounding errors stay on the currencies you care less about.
- Mind the direction of the quote. "GBP 0.79 per 1 USD" is not the same as "USD 0.79 per 1 GBP." Reversing a quote means taking its reciprocal (1 ÷ 0.79 ≈ 1.27), which the converter does for you automatically.
- Don't use it for accounting records. Official conversions for tax or accounts usually require a specific published rate for a given date; this tool shows today's market rate, not a historical or government reference rate.
Common use cases
Travellers estimate spending money before a trip; freelancers and online sellers price goods for overseas customers; shoppers compare a foreign-currency listing against their home currency; and anyone splitting an international bill can settle on a fair amount. Because the table covers well over a hundred currencies and any pair can be converted by pivoting through the base, it works just as well for unusual pairings as it does for the everyday USD/EUR/GBP/JPY ones.