Exchange Rate Table for Your Website: The Two Kinds (and Which One You Need)
A mid-market reference table and a posted-rates table answer different questions. Which one your site needs, why exchange businesses should never embed the first, and the one-line setup for the second.
· 6 min read
“Exchange rate table for website” means two very different things depending on who is asking — and picking the wrong one is the most common mistake we see exchange businesses make. This guide covers both, tells you honestly which one your site needs, and shows the one-line setup for the version that actually wins customers.
The two kinds of exchange rate tables
A mid-market reference table shows the global midpoint rate for each currency — the number you see on Google or on our own currency exchange rates table. It is the right tool for a news site, a travel blog, or any page whose readers just want to know what a currency is worth today.
A posted-rates table shows the buy and sell prices one specific business honours at its counter. That is what a bureau de change, money changer, or travel agency needs — because the mid-market rate is a number no retail customer actually gets, and publishing it on a commercial site creates a promise the counter cannot keep.
Why an exchange business should never embed a mid-market table
Put a generic rates table on an exchange office’s website and one of two things happens. A visitor sees the mid-market rate, walks in, gets quoted your real price — and feels cheated, even though you never quoted them anything. Or worse, a regulator or a sharp customer asks why the advertised rate is not the transacted rate. Either way, the table that was supposed to build trust is quietly working against you.
The table your customers want answers one question: what will I get, here, today? Only your own posted buy/sell prices answer it.
Adding your own rates table: one line of code
Setup takes about 10–15 minutes end to end:
- Create a free account and enter your rates. The dashboard holds one set of buy/sell prices per currency pair — the free plan covers USD and EUR pairs, and Pro unlocks all 153 currencies.
- Copy your embed snippet. One script tag, tied to your API key:
<script src="https://exchangerate.management/exchange-rates-embed.js" data-api-key="erm_..."></script> - Paste it where the table should appear. Any HTML block works — WordPress, Wix, Squarespace, Shopify, or plain HTML.
From then on, editing a rate in the dashboard updates every page the snippet is on within about half a minute. No CSV uploads, no re-publishing the page, no calling the web person.
See a live rates table running on a real page — the exchange rate widget
Keeping the website and the shop window honest with each other
The quiet failure mode of a rates table is drift: the website says one thing, the board in the shop says another, and the customer notices before you do. The fix is a single source of truth. The same rates that power the website table can drive a TV rate board in the shop — one dashboard edit, every screen agrees within half a minute. There is no version of that guarantee when the website table and the in-store board come from two different tools.
What about updating the table automatically?
Some businesses want their table pegged to the market: “mid-market minus our margin, refreshed daily.” That exists — on the Pro plan, you pick the pairs, set a margin per pair, and each morning the table updates from a daily market feed. Two honest caveats: the derived prices are still your posted prices (you are responsible for them, and you should glance at the board after changes), and a hand-edited rate always wins — automation pauses itself on a pair you override, rather than silently fighting you.
Frequently asked
Does the table update in real time? Your posted rates appear within about half a minute of saving them. If you use automatic daily rates, those refresh once a day — the honest cadence for a business posting daily prices, not a trading feed.
Will it slow my site down? It is one small script that renders into a container on your page, loaded only where you paste it. It sets no cookies and runs no analytics on your site.
Can visitors convert amounts with it? No — it is a rates table, not a calculator. For an exchange business that is a feature: a converter quotes math, a table quotes your prices.