Skip to content

MVR to MWK exchange rate API

Rufiyaa to Kwacha · quoted 2026-09-25

112.1467

▼ +0.25% over 7D

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 7 days, MVR/MWK traded between 112.1467 and 112.9310, averaged 112.3741 and fell 0.25%. 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 7D

MVR/MWK over 7D: show the values
PointMVR/MWK
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.1467

Average

112.3741

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.