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: show the values
| Point | MVR/MWK |
|---|---|
| 2025-09-25 | 112.4744 |
| 2025-10-02 | 112.7286 |
| 2025-10-09 | 112.6606 |
| 2025-10-16 | 112.6125 |
| 2025-10-23 | 112.4433 |
| 2025-10-30 | 112.5746 |
| 2025-11-06 | 112.4134 |
| 2025-11-13 | 112.4295 |
| 2025-11-20 | 112.3665 |
| 2025-11-27 | 112.3653 |
| 2025-12-04 | 112.3730 |
| 2025-12-12 | 112.1776 |
| 2025-12-19 | 112.2274 |
| 2025-12-26 | 112.1569 |
| 2026-01-02 | 112.2137 |
| 2026-01-09 | 112.3727 |
| 2026-01-16 | 112.2793 |
| 2026-01-23 | 111.9456 |
| 2026-01-30 | 112.2886 |
| 2026-02-06 | 112.2524 |
| 2026-02-13 | 112.2665 |
| 2026-02-20 | 112.3953 |
| 2026-02-27 | 112.2505 |
| 2026-03-06 | 112.1248 |
| 2026-03-13 | 112.4025 |
| 2026-03-20 | 111.8199 |
| 2026-03-27 | 112.0642 |
| 2026-04-03 | 111.9927 |
| 2026-04-10 | 112.4279 |
| 2026-04-17 | 112.4266 |
| 2026-04-24 | 112.3522 |
| 2026-05-01 | 112.6822 |
| 2026-05-08 | 112.5557 |
| 2026-05-16 | 113.0252 |
| 2026-05-24 | 112.3017 |
| 2026-05-31 | 112.6089 |
| 2026-06-09 | 112.3267 |
| 2026-06-16 | 112.2607 |
| 2026-06-23 | 112.3655 |
| 2026-06-30 | 112.0693 |
| 2026-07-07 | 111.9570 |
| 2026-07-14 | 112.2131 |
| 2026-07-21 | 112.2758 |
| 2026-07-28 | 112.2744 |
| 2026-08-04 | 112.2799 |
| 2026-08-11 | 112.2613 |
| 2026-08-18 | 112.2637 |
| 2026-08-26 | 112.1113 |
| 2026-09-02 | 112.3022 |
| 2026-09-09 | 112.0681 |
| 2026-09-16 | 112.3653 |
| 2026-09-23 | 112.3016 |
High
113.0252
Low
111.8199
Average
112.3188
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=MWK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=MWK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=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¤cies=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.