Skip to content

MVR to MWK exchange rate API

Rufiyaa to Kwacha · quoted 2026-09-25

112.1467

▲ +0.03% over 30D

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 30 days, MVR/MWK traded between 112.0606 and 112.9310, averaged 112.2895 and rose 0.03%. 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 30D

MVR/MWK over 30D: show the values
PointMVR/MWK
2026-08-26112.1113
2026-08-27112.1274
2026-08-28112.3438
2026-08-29112.2200
2026-08-30112.1930
2026-08-31112.6551
2026-09-01112.0606
2026-09-02112.3022
2026-09-03112.0745
2026-09-04112.3205
2026-09-05112.3028
2026-09-06112.2124
2026-09-07112.1963
2026-09-08112.1487
2026-09-09112.0681
2026-09-10112.1783
2026-09-11112.2872
2026-09-12112.3487
2026-09-13112.1616
2026-09-14112.2339
2026-09-15112.4271
2026-09-16112.3653
2026-09-17112.5586
2026-09-18112.4271
2026-09-19112.9310
2026-09-20112.5341
2026-09-21112.1699
2026-09-22112.2231
2026-09-23112.3016
2026-09-24112.4868
2026-09-25112.1467

High

112.9310

Low

112.0606

Average

112.2895

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.