Bank of Mauritius Exchange Rate API

Official Bank of Mauritius rates for 10 Sept 2026: 1 USD = 46.14 MUR, 1 EUR = 53.7 MUR. All 12 currencies published, history back to 2026. Free JSON API for tax, audits, and compliant invoicing.

Mauritius flagBank of Mauritius official daily exchange rates as JSON: 12 currencies against the MUR, history back to 2026. Latest table on every plan. Get your API key.

About Bank of Mauritius

The Bank of Mauritius publishes consolidated indicative exchange rates — TT buying and selling rates for 12 currencies against the rupee, averaged from the boards of the banks it licenses — each business day. It is the standard rupee reference in one of Africa's leading financial centres, used across Mauritian banking, trade and offshore business.

Quick start

One request for the pair you need — USD to MUR at the official Bank of Mauritius rate:

curl "https://allratestoday.com/api/v1/central-bank/bmu/latest?source=USD&target=MUR" \
  -H "Authorization: Bearer art_live_your_key"

Or the bank's full published table:

curl "https://allratestoday.com/api/v1/central-bank/bmu/latest" \
  -H "Authorization: Bearer art_live_your_key"

On paid plans, any historical date or a time series:

curl "https://allratestoday.com/api/v1/central-bank/bmu/history?source=USD&target=MUR&from=2025-01-01" \
  -H "Authorization: Bearer art_live_your_key"

Latest published rates (2026-09-10)

Below is the current table from Bank of Mauritius, unmodified — what a call to /latest returns right now, with values MUR per 1 unit of each currency:

Download this table: Excel (.xlsx) CSV

Download history:
Choose currencies: USD
Excel (.xlsx) CSV

One row per currency per publication date. Up to one year per download. Billed as one API call per currency per month of data.

BaseQuoteTypeRate
AUD MUR tt_buy 33.9156
AUD MUR tt_sell 35.6657
CAD MUR tt_buy 33.6764
CAD MUR tt_sell 35.5344
CHF MUR tt_buy 57.0212
CHF MUR tt_sell 58.7242
CNY MUR tt_buy 6.9224
CNY MUR tt_sell 7.5127
EUR MUR tt_buy 53.6998
EUR MUR tt_sell 55.3074
GBP MUR tt_buy 62.5475
GBP MUR tt_sell 64.4149
INR MUR tt_buy 0.4929
INR MUR tt_sell 0.5264
JPY MUR tt_buy 0.300894
JPY MUR tt_sell 0.309907
NZD MUR tt_buy 27.2265
NZD MUR tt_sell 28.5847
SGD MUR tt_buy 36.7454
SGD MUR tt_sell 38.5857
USD MUR tt_buy 46.1404
USD MUR tt_sell 47.5228
ZAR MUR tt_buy 2.9111
ZAR MUR tt_sell 3.1219

Node.js / TypeScript client

A dedicated zero-dependency npm package wraps these endpoints — bmu-exchange-rate:

npm install bmu-exchange-rate
import { getRate } from 'bmu-exchange-rate';

const pair = await getRate('USD', 'MUR', { apiKey: 'art_live_...' });
console.log(pair.rate, pair.rate_date);

Zero dependencies, TypeScript types included, and it runs anywhere fetch exists — Node 18+, Bun, Deno, and edge runtimes.

Full reference — installation, all four functions, response shapes, error codes: bmu-exchange-rate documentation.

Why use the official Bank of Mauritius rate?

When an auditor or tax office in Mauritius asks which rate you used, "the MUR mid-market rate at 14:32" is not an answer — the official rate published by Bank of Mauritius for that date is. This API returns exactly those published figures, stamped with the bank's own rate_date; on weekends and holidays the most recent published table is returned, as compliance rules expect.

Pairs the bank doesn't print directly are resolved from its table (inverse or cross via MUR) and explicitly flagged "derived": true — so what the bank printed and what was computed are never confused.

Endpoints

Full parameter reference in the API documentation. Every request counts toward your plan's monthly quota — rates change once per business day, so caching a published table locally makes a small quota go far.

Frequently asked questions

Is there an API for Bank of Mauritius exchange rates?

Yes — this one. Official daily MUR rates as clean JSON, latest table on every plan including free.

How often does Bank of Mauritius update its rates?

New tables land once per business day — the API picks each one up shortly after Bank of Mauritius publishes it (latest: 2026-09-10).

Is this the official published table?

Yes — the rows are Bank of Mauritius's published figures, untouched, with the original publication date attached. Pairs the bank didn't print are computed and flagged derived.

Bank of Mauritius rates, one API key

Latest table on every plan. History back to 2026 on paid plans. No credit card to start.

Get Free API Key Read the Docs