Skip to content

MVR to MWK exchange rate API

Rufiyaa to Kwacha · quoted 2026-09-25

112.1467

▼ +0.09% over YTD

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 year to date, MVR/MWK traded between 111.7298 and 112.6878, averaged 112.2126 and fell 0.09%. 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 YTD

MVR/MWK over YTD: show the values
PointMVR/MWK
2025-12-31112.2437
2026-01-07112.2293
2026-01-14112.2798
2026-01-21112.1746
2026-01-28112.1669
2026-02-04111.8649
2026-02-11112.1921
2026-02-18112.2259
2026-02-25112.1703
2026-03-04112.2015
2026-03-11112.2690
2026-03-18111.9979
2026-03-25112.0281
2026-04-01112.2803
2026-04-08111.7298
2026-04-15112.2184
2026-04-22112.3059
2026-04-29112.6878
2026-05-06111.9635
2026-05-14112.6659
2026-05-21112.4343
2026-05-29111.9575
2026-06-05112.3574
2026-06-14112.2069
2026-06-21112.1806
2026-06-28112.2797
2026-07-05112.2074
2026-07-12112.2251
2026-07-19112.1284
2026-07-26112.1775
2026-08-02112.0503
2026-08-09112.3521
2026-08-16112.1135
2026-08-24112.3226
2026-08-31112.6551
2026-09-07112.1963
2026-09-14112.2339
2026-09-21112.1699

High

112.6878

Low

111.7298

Average

112.2126

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.