Skip to content

MVR to MWK exchange rate API

Rufiyaa to Kwacha · quoted 2026-09-25

112.1467

▼ +0.29% over 1Y

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 year, MVR/MWK traded between 111.8199 and 113.0252, averaged 112.3188 and fell 0.29%. 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 1Y

MVR/MWK over 1Y: show the values
PointMVR/MWK
2025-09-25112.4744
2025-10-02112.7286
2025-10-09112.6606
2025-10-16112.6125
2025-10-23112.4433
2025-10-30112.5746
2025-11-06112.4134
2025-11-13112.4295
2025-11-20112.3665
2025-11-27112.3653
2025-12-04112.3730
2025-12-12112.1776
2025-12-19112.2274
2025-12-26112.1569
2026-01-02112.2137
2026-01-09112.3727
2026-01-16112.2793
2026-01-23111.9456
2026-01-30112.2886
2026-02-06112.2524
2026-02-13112.2665
2026-02-20112.3953
2026-02-27112.2505
2026-03-06112.1248
2026-03-13112.4025
2026-03-20111.8199
2026-03-27112.0642
2026-04-03111.9927
2026-04-10112.4279
2026-04-17112.4266
2026-04-24112.3522
2026-05-01112.6822
2026-05-08112.5557
2026-05-16113.0252
2026-05-24112.3017
2026-05-31112.6089
2026-06-09112.3267
2026-06-16112.2607
2026-06-23112.3655
2026-06-30112.0693
2026-07-07111.9570
2026-07-14112.2131
2026-07-21112.2758
2026-07-28112.2744
2026-08-04112.2799
2026-08-11112.2613
2026-08-18112.2637
2026-08-26112.1113
2026-09-02112.3022
2026-09-09112.0681
2026-09-16112.3653
2026-09-23112.3016

High

113.0252

Low

111.8199

Average

112.3188

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.