Skip to content

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

ZMW/MUR over 1Y: show the values
PointZMW/MUR
2025-09-261.9069
2025-10-031.9038
2025-10-101.9969
2025-10-171.9967
2025-10-242.0564
2025-10-312.0537
2025-11-072.0249
2025-11-142.0217
2025-11-211.9998
2025-11-282.0127
2025-12-051.9888
2025-12-131.9881
2025-12-202.0384
2025-12-272.0387
2026-01-032.0865
2026-01-102.3788
2026-01-172.2933
2026-01-242.3492
2026-01-312.2990
2026-02-072.4616
2026-02-142.5146
2026-02-212.4455
2026-02-282.4506
2026-03-072.4533
2026-03-142.3951
2026-03-212.3838
2026-03-282.4843
2026-04-042.4373
2026-04-112.4455
2026-04-182.4333
2026-04-252.4808
2026-05-022.5184
2026-05-092.4593
2026-05-172.4944
2026-05-252.5077
2026-06-012.5690
2026-06-102.6863
2026-06-172.6640
2026-06-242.6486
2026-07-012.6129
2026-07-082.5441
2026-07-152.6039
2026-07-222.5652
2026-07-292.5327
2026-08-052.4525
2026-08-122.4987
2026-08-202.5073
2026-08-272.4577
2026-09-032.4665
2026-09-102.4285
2026-09-172.4183
2026-09-242.4459

High

2.6863

Low

1.9038

Average

2.3458

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=MUR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=MUR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=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&currencies=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.