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: show the values
| Point | CAD/MZN |
|---|---|
| 2025-09-25 | 45.9582 |
| 2025-10-02 | 45.8325 |
| 2025-10-09 | 45.8025 |
| 2025-10-16 | 45.4720 |
| 2025-10-23 | 45.6467 |
| 2025-10-30 | 45.5982 |
| 2025-11-06 | 45.3318 |
| 2025-11-13 | 45.6221 |
| 2025-11-20 | 45.4316 |
| 2025-11-27 | 45.4962 |
| 2025-12-04 | 45.7184 |
| 2025-12-12 | 46.5046 |
| 2025-12-19 | 46.3248 |
| 2025-12-26 | 46.7053 |
| 2026-01-02 | 46.4938 |
| 2026-01-09 | 46.0212 |
| 2026-01-16 | 45.9643 |
| 2026-01-23 | 46.4292 |
| 2026-01-30 | 47.1805 |
| 2026-02-06 | 46.7140 |
| 2026-02-13 | 46.8590 |
| 2026-02-20 | 46.5611 |
| 2026-02-27 | 46.6907 |
| 2026-03-06 | 46.7483 |
| 2026-03-13 | 46.6026 |
| 2026-03-20 | 46.5131 |
| 2026-03-27 | 45.9932 |
| 2026-04-03 | 45.7539 |
| 2026-04-10 | 46.2667 |
| 2026-04-17 | 46.7777 |
| 2026-04-24 | 46.7041 |
| 2026-05-01 | 47.0600 |
| 2026-05-08 | 46.7887 |
| 2026-05-16 | 46.4470 |
| 2026-05-24 | 46.1447 |
| 2026-05-31 | 46.3055 |
| 2026-06-09 | 45.8659 |
| 2026-06-16 | 45.4986 |
| 2026-06-23 | 45.0179 |
| 2026-06-30 | 44.8636 |
| 2026-07-07 | 44.9223 |
| 2026-07-14 | 45.1392 |
| 2026-07-21 | 45.3277 |
| 2026-07-28 | 45.2392 |
| 2026-08-04 | 45.3678 |
| 2026-08-11 | 45.7934 |
| 2026-08-18 | 46.0279 |
| 2026-08-26 | 46.0359 |
| 2026-09-02 | 45.8226 |
| 2026-09-09 | 46.3233 |
| 2026-09-16 | 45.8140 |
| 2026-09-23 | 45.3010 |
High
47.1805
Low
44.8636
Average
45.9990
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=MZN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=MZN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=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¤cies=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.