ZMW to MUR exchange rate API
Zambian Kwacha to Mauritius Rupee · quoted 2026-09-26
2.4276
▲ +27.30% over 1Y
1 ZMW = 2.4276 MUR · 1 MUR = 0.41194 ZMW · Get this rate via the API
1 ZMW buys 2.4276 MUR as of 2026-09-26, so 1 MUR buys 0.41194 ZMW. Over the last year, ZMW/MUR traded between 1.9038 and 2.6863, averaged 2.3458 and rose 27.30%. The API holds daily ZMW/MUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZMW/MUR over 1Y: show the values
| Point | ZMW/MUR |
|---|---|
| 2025-09-26 | 1.9069 |
| 2025-10-03 | 1.9038 |
| 2025-10-10 | 1.9969 |
| 2025-10-17 | 1.9967 |
| 2025-10-24 | 2.0564 |
| 2025-10-31 | 2.0537 |
| 2025-11-07 | 2.0249 |
| 2025-11-14 | 2.0217 |
| 2025-11-21 | 1.9998 |
| 2025-11-28 | 2.0127 |
| 2025-12-05 | 1.9888 |
| 2025-12-13 | 1.9881 |
| 2025-12-20 | 2.0384 |
| 2025-12-27 | 2.0387 |
| 2026-01-03 | 2.0865 |
| 2026-01-10 | 2.3788 |
| 2026-01-17 | 2.2933 |
| 2026-01-24 | 2.3492 |
| 2026-01-31 | 2.2990 |
| 2026-02-07 | 2.4616 |
| 2026-02-14 | 2.5146 |
| 2026-02-21 | 2.4455 |
| 2026-02-28 | 2.4506 |
| 2026-03-07 | 2.4533 |
| 2026-03-14 | 2.3951 |
| 2026-03-21 | 2.3838 |
| 2026-03-28 | 2.4843 |
| 2026-04-04 | 2.4373 |
| 2026-04-11 | 2.4455 |
| 2026-04-18 | 2.4333 |
| 2026-04-25 | 2.4808 |
| 2026-05-02 | 2.5184 |
| 2026-05-09 | 2.4593 |
| 2026-05-17 | 2.4944 |
| 2026-05-25 | 2.5077 |
| 2026-06-01 | 2.5690 |
| 2026-06-10 | 2.6863 |
| 2026-06-17 | 2.6640 |
| 2026-06-24 | 2.6486 |
| 2026-07-01 | 2.6129 |
| 2026-07-08 | 2.5441 |
| 2026-07-15 | 2.6039 |
| 2026-07-22 | 2.5652 |
| 2026-07-29 | 2.5327 |
| 2026-08-05 | 2.4525 |
| 2026-08-12 | 2.4987 |
| 2026-08-20 | 2.5073 |
| 2026-08-27 | 2.4577 |
| 2026-09-03 | 2.4665 |
| 2026-09-10 | 2.4285 |
| 2026-09-17 | 2.4183 |
| 2026-09-24 | 2.4459 |
High
2.6863
Low
1.9038
Average
2.3458
Get this rate via the API
One GET request returns the ZMW/MUR 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=ZMW¤cies=MUR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=MUR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=MUR").json()Replace YOUR_API_KEY with the key from your dashboard.
ZMW/MUR API questions
How do I get the ZMW/MUR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=MUR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/MUR rate in rates.MUR.
How far back does ZMW/MUR historical data go?
Daily ZMW/MUR 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 ZMW/MUR 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.