Skip to content

MVR to MWK exchange rate API

Rufiyaa to Kwacha · quoted 2026-09-25

112.1467

▼ +0.66% over 5Y

1 MVR = 112.1467 MWK · 1 MWK = 0.008917 MVR · Get this rate via the API

1 MVR buys 112.1467 MWK as of 2026-09-25, so 1 MWK buys 0.008917 MVR. Over the last 5 years, MVR/MWK traded between 111.8649 and 112.9516, averaged 112.3833 and fell 0.66%. The API holds daily MVR/MWK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MVR/MWK over 5Y

MVR/MWK over 5Y: show the values
PointMVR/MWK
2024-08-24112.8933
2024-10-07112.9516
2024-11-06112.3862
2024-12-06112.5361
2025-01-05112.1168
2025-02-04112.7123
2025-03-06112.2945
2025-04-06112.1250
2025-05-06112.4210
2025-06-07112.6119
2025-07-07112.2777
2025-08-06112.2197
2025-09-05112.3908
2025-10-06112.6610
2025-11-05112.4243
2025-12-05112.3207
2026-01-05112.4063
2026-02-04111.8649
2026-03-06112.1248
2026-04-05112.0045
2026-05-05112.6822
2026-06-06112.4974
2026-07-08112.3811
2026-08-07112.3174
2026-09-07112.1963

High

112.9516

Low

111.8649

Average

112.3833

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=MWK").json()

Replace YOUR_API_KEY with the key from your dashboard.

MVR/MWK API questions

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

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

How far back does MVR/MWK historical data go?

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