Skip to content

MVR to MWK exchange rate API

Rufiyaa to Kwacha · quoted 2026-09-25

112.1467

▼ +0.04% over 6M

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 6 months, MVR/MWK traded between 111.7061 and 112.7453, averaged 112.2093 and fell 0.04%. 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 6M

MVR/MWK over 6M: show the values
PointMVR/MWK
2026-03-29112.1926
2026-04-05112.0045
2026-04-12111.9885
2026-04-19112.3500
2026-04-26112.0491
2026-05-03112.6819
2026-05-10112.2487
2026-05-18112.7453
2026-05-26112.2000
2026-06-02112.4408
2026-06-11112.1952
2026-06-18112.1946
2026-06-25111.9722
2026-07-02112.3641
2026-07-09112.0521
2026-07-16111.7061
2026-07-23112.0621
2026-07-30111.8384
2026-08-06112.0827
2026-08-13112.3331
2026-08-21112.2781
2026-08-28112.3438
2026-09-04112.3205
2026-09-11112.2872
2026-09-18112.4271
2026-09-25112.1467

High

112.7453

Low

111.7061

Average

112.2093

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.