Skip to content

ZMW to MVR exchange rate API

Zambian Kwacha to Rufiyaa · quoted 2026-09-24

0.78997

▲ +20.96% over 1Y

1 ZMW = 0.78997 MVR · 1 MVR = 1.2659 ZMW · Get this rate via the API

1 ZMW buys 0.78997 MVR as of 2026-09-24, so 1 MVR buys 1.2659 ZMW. Over the last year, ZMW/MVR traded between 0.64489 and 0.87936, averaged 0.77522 and rose 20.96%. The API holds daily ZMW/MVR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/MVR over 1Y

ZMW/MVR over 1Y: show the values
PointZMW/MVR
2025-09-240.65311
2025-10-010.64500
2025-10-080.64489
2025-10-150.68125
2025-10-220.68197
2025-10-290.69753
2025-11-050.68711
2025-11-120.68038
2025-11-190.67881
2025-11-260.67402
2025-12-030.66992
2025-12-110.66307
2025-12-180.66862
2025-12-250.68524
2026-01-010.69475
2026-01-080.77298
2026-01-150.78281
2026-01-220.76427
2026-01-290.77687
2026-02-050.79670
2026-02-120.81078
2026-02-190.82356
2026-02-260.82122
2026-03-050.80388
2026-03-120.79276
2026-03-190.78792
2026-03-260.82601
2026-04-020.80390
2026-04-090.80890
2026-04-160.80780
2026-04-230.80931
2026-04-300.81856
2026-05-070.81380
2026-05-150.81442
2026-05-230.81518
2026-05-300.83564
2026-06-060.87733
2026-06-150.87936
2026-06-220.86350
2026-06-290.85164
2026-07-060.84250
2026-07-130.85182
2026-07-200.84473
2026-07-270.82937
2026-08-030.82449
2026-08-100.82399
2026-08-170.81505
2026-08-250.80674
2026-09-010.80700
2026-09-080.80311
2026-09-150.79646
2026-09-220.78673

High

0.87936

Low

0.64489

Average

0.77522

For developers

Get this rate via the API

One GET request returns the ZMW/MVR 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=MVR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=MVR");
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=MVR").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/MVR API questions

How do I get the ZMW/MVR exchange rate from an API?

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

How far back does ZMW/MVR historical data go?

Daily ZMW/MVR 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/MVR 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.