Banco de Moçambique Exchange Rate API

Official Banco de Moçambique rates for 10 Sept 2026: 1 USD = 63.27 MZN, 1 EUR = 73.61 MZN. All 20 currencies published, history back to 2026. Free JSON API for tax, audits, and compliant invoicing.

Mozambique flagBanco de Moçambique publishes official daily exchange rates — 20 currencies against the MZN — and this API serves them as JSON, with history back to 2026. The latest table is on every plan. Get your API key.

About Banco de Moçambique

The Banco de Moçambique publishes daily buying and selling rates for the metical against around 40 currencies, from the South African rand that dominates regional trade to the world majors. The daily table is the official reference Mozambican banks, customs and businesses convert at.

Quick start

One request for the pair you need — USD to MZN at the official Banco de Moçambique rate:

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

Or the bank's full published table:

curl "https://allratestoday.com/api/v1/central-bank/bdm/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/bdm/history?source=USD&target=MZN&from=2025-01-01" \
  -H "Authorization: Bearer art_live_your_key"

Latest published rates (2026-09-10)

The most recent table as published by Banco de Moçambique — exactly what the /latest endpoint returns right now. Values are MZN 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
AED MZN buy 17.23
AED MZN sell 17.57
AUD MZN buy 45.63
AUD MZN sell 46.55
BRL MZN buy 12.39
BRL MZN sell 12.63
BWP MZN buy 4.98
BWP MZN sell 5.08
CAD MZN buy 45.82
CAD MZN sell 46.74
CHF MZN buy 78.07
CHF MZN sell 79.64
CNH MZN buy 9.44
CNH MZN sell 9.62
CNY MZN buy 9.43
CNY MZN sell 9.62
DKK MZN buy 9.85
DKK MZN sell 10.05
EUR MZN buy 73.61
EUR MZN sell 75.09
GBP MZN buy 85.72
GBP MZN sell 87.44
KWD MZN buy 206.36
KWD MZN sell 210.5
MUR MZN buy 1.36
MUR MZN sell 1.38
NOK MZN buy 6.87
NOK MZN sell 7
NZD MZN buy 36.99
NZD MZN sell 37.74
SEK MZN buy 6.59
SEK MZN sell 6.72
USD MZN buy 63.27
USD MZN sell 64.54
XDR MZN buy 86.93
XDR MZN sell 88.67
ZAR MZN buy 3.94
ZAR MZN sell 4.01
ZMK MZN buy 3.29
ZMK MZN sell 3.35

Node.js / TypeScript client

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

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

const pair = await getRate('USD', 'MZN', { 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: bdm-exchange-rate documentation.

Why use the official Banco de Moçambique rate?

Live market rates move continuously, but tax filings, customs declarations, audits, and statutory accounting in Mozambique and beyond typically require the official rate published by Banco de Moçambique for a given date — a fixed, citable number that never changes after publication. This API serves those published tables with the bank's own rate_date on every response; weekends and holidays return the most recent published date, which is the rate compliance rules require you to apply.

If a pair isn't in the bank's published table, the API computes it from that table (inverse or cross via MZN) and marks it "derived": true — published and computed values are never silently mixed.

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

Can I get Banco de Moçambique exchange rates via an API?

Yes — this API serves the bank's official daily MZN rates as JSON, and the latest table is on every plan, free included.

When do new rates appear here?

Once per business day, per Banco de Moçambique's own schedule; ingestion follows within the hour (latest table: 2026-09-10).

Are these the official rates?

Yes — ingested from Banco de Moçambique's own published data, served unmodified with the bank's publication date. Anything computed rather than published is flagged derived.

Banco de Moçambique 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