Banco de Moçambique Exchange Rate API

Official Banco de Moçambique (Mozambique) daily exchange rates as JSON: 20 currencies, history back to 2026. The published MZN rates required for tax, audits, and compliant invoicing.

Mozambique flagBanco de Moçambique official daily exchange rates as JSON: 20 currencies against the MZN, history back to 2026. Latest table 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-08-24)

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.36
AUD MZN sell 46.27
BRL MZN buy 12.27
BRL MZN sell 12.52
BWP MZN buy 5
BWP MZN sell 5.1
CAD MZN buy 45.77
CAD MZN sell 46.69
CHF MZN buy 78.91
CHF MZN sell 80.49
CNH MZN buy 9.41
CNH MZN sell 9.6
CNY MZN buy 9.41
CNY MZN sell 9.6
DKK MZN buy 9.88
DKK MZN sell 10.08
EUR MZN buy 73.87
EUR MZN sell 75.35
GBP MZN buy 86.34
GBP MZN sell 88.08
KWD MZN buy 206.29
KWD MZN sell 210.43
MUR MZN buy 1.36
MUR MZN sell 1.39
NOK MZN buy 6.81
NOK MZN sell 6.95
NZD MZN buy 37.78
NZD MZN sell 38.54
SEK MZN buy 6.67
SEK MZN sell 6.8
USD MZN buy 63.27
USD MZN sell 64.54
XDR MZN buy 86.95
XDR MZN sell 88.69
ZAR MZN buy 3.95
ZAR MZN sell 4.03
ZMK MZN buy 3.33
ZMK MZN sell 3.4

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.

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.

Pairs the bank doesn't print directly are resolved from its table (inverse or cross via MZN) 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 Banco de Moçambique exchange rates?

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

How often are the rates updated?

Banco de Moçambique publishes once per business day; the API ingests each new table shortly after publication (latest: 2026-08-24).

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