Skip to content

MWK to MVR exchange rate API

Kwacha to Rufiyaa · quoted 2026-09-25

0.008916

▲ +0.29% over 1Y

1 MWK = 0.008916 MVR · 1 MVR = 112.1579 MWK · Get this rate via the API

1 MWK buys 0.008916 MVR as of 2026-09-25, so 1 MVR buys 112.1579 MWK. Over the last year, MWK/MVR traded between 0.008847 and 0.008942, averaged 0.008903 and rose 0.29%. The API holds daily MWK/MVR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MWK/MVR over 1Y

MWK/MVR over 1Y: show the values
PointMWK/MVR
2025-09-250.008890
2025-10-020.008870
2025-10-090.008876
2025-10-160.008880
2025-10-230.008893
2025-10-300.008882
2025-11-060.008895
2025-11-130.008894
2025-11-200.008899
2025-11-270.008899
2025-12-040.008898
2025-12-120.008914
2025-12-190.008910
2025-12-260.008916
2026-01-020.008911
2026-01-090.008898
2026-01-160.008906
2026-01-230.008932
2026-01-300.008905
2026-02-060.008908
2026-02-130.008907
2026-02-200.008897
2026-02-270.008908
2026-03-060.008918
2026-03-130.008896
2026-03-200.008942
2026-03-270.008923
2026-04-030.008929
2026-04-100.008894
2026-04-170.008894
2026-04-240.008900
2026-05-010.008874
2026-05-080.008884
2026-05-160.008847
2026-05-240.008904
2026-05-310.008880
2026-06-090.008902
2026-06-160.008907
2026-06-230.008899
2026-06-300.008923
2026-07-070.008932
2026-07-140.008911
2026-07-210.008906
2026-07-280.008906
2026-08-040.008906
2026-08-110.008907
2026-08-180.008907
2026-08-260.008919
2026-09-020.008904
2026-09-090.008923
2026-09-160.008899
2026-09-230.008904

High

0.008942

Low

0.008847

Average

0.008903

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MWK/MVR API questions

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

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

How far back does MWK/MVR historical data go?

Daily MWK/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 MWK/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.