MVR to MWK exchange rate API
Rufiyaa to Kwacha · quoted 2026-09-25
112.1467
▼ +0.09% over YTD
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 year to date, MVR/MWK traded between 111.7298 and 112.6878, averaged 112.2126 and fell 0.09%. 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 YTD: show the values
| Point | MVR/MWK |
|---|---|
| 2025-12-31 | 112.2437 |
| 2026-01-07 | 112.2293 |
| 2026-01-14 | 112.2798 |
| 2026-01-21 | 112.1746 |
| 2026-01-28 | 112.1669 |
| 2026-02-04 | 111.8649 |
| 2026-02-11 | 112.1921 |
| 2026-02-18 | 112.2259 |
| 2026-02-25 | 112.1703 |
| 2026-03-04 | 112.2015 |
| 2026-03-11 | 112.2690 |
| 2026-03-18 | 111.9979 |
| 2026-03-25 | 112.0281 |
| 2026-04-01 | 112.2803 |
| 2026-04-08 | 111.7298 |
| 2026-04-15 | 112.2184 |
| 2026-04-22 | 112.3059 |
| 2026-04-29 | 112.6878 |
| 2026-05-06 | 111.9635 |
| 2026-05-14 | 112.6659 |
| 2026-05-21 | 112.4343 |
| 2026-05-29 | 111.9575 |
| 2026-06-05 | 112.3574 |
| 2026-06-14 | 112.2069 |
| 2026-06-21 | 112.1806 |
| 2026-06-28 | 112.2797 |
| 2026-07-05 | 112.2074 |
| 2026-07-12 | 112.2251 |
| 2026-07-19 | 112.1284 |
| 2026-07-26 | 112.1775 |
| 2026-08-02 | 112.0503 |
| 2026-08-09 | 112.3521 |
| 2026-08-16 | 112.1135 |
| 2026-08-24 | 112.3226 |
| 2026-08-31 | 112.6551 |
| 2026-09-07 | 112.1963 |
| 2026-09-14 | 112.2339 |
| 2026-09-21 | 112.1699 |
High
112.6878
Low
111.7298
Average
112.2126
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.