Skip to content

CAD to MZN exchange rate API

Canadian Dollar to Mozambique Metical · quoted 2026-09-25

45.1225

▼ +1.82% over 1Y

1 CAD = 45.1225 MZN · 1 MZN = 0.02216 CAD · Get this rate via the API

1 CAD buys 45.1225 MZN as of 2026-09-25, so 1 MZN buys 0.02216 CAD. Over the last year, CAD/MZN traded between 44.8636 and 47.1805, averaged 45.9990 and fell 1.82%. The API holds daily CAD/MZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CAD/MZN over 1Y

CAD/MZN over 1Y: show the values
PointCAD/MZN
2025-09-2545.9582
2025-10-0245.8325
2025-10-0945.8025
2025-10-1645.4720
2025-10-2345.6467
2025-10-3045.5982
2025-11-0645.3318
2025-11-1345.6221
2025-11-2045.4316
2025-11-2745.4962
2025-12-0445.7184
2025-12-1246.5046
2025-12-1946.3248
2025-12-2646.7053
2026-01-0246.4938
2026-01-0946.0212
2026-01-1645.9643
2026-01-2346.4292
2026-01-3047.1805
2026-02-0646.7140
2026-02-1346.8590
2026-02-2046.5611
2026-02-2746.6907
2026-03-0646.7483
2026-03-1346.6026
2026-03-2046.5131
2026-03-2745.9932
2026-04-0345.7539
2026-04-1046.2667
2026-04-1746.7777
2026-04-2446.7041
2026-05-0147.0600
2026-05-0846.7887
2026-05-1646.4470
2026-05-2446.1447
2026-05-3146.3055
2026-06-0945.8659
2026-06-1645.4986
2026-06-2345.0179
2026-06-3044.8636
2026-07-0744.9223
2026-07-1445.1392
2026-07-2145.3277
2026-07-2845.2392
2026-08-0445.3678
2026-08-1145.7934
2026-08-1846.0279
2026-08-2646.0359
2026-09-0245.8226
2026-09-0946.3233
2026-09-1645.8140
2026-09-2345.3010

High

47.1805

Low

44.8636

Average

45.9990

For developers

Get this rate via the API

One GET request returns the CAD/MZN rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=MZN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=MZN");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=MZN").json()

Replace YOUR_API_KEY with the key from your dashboard.

CAD/MZN API questions

How do I get the CAD/MZN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=MZN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/MZN rate in rates.MZN.

How far back does CAD/MZN historical data go?

Daily CAD/MZN rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free CAD/MZN exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.