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: show the values
| Point | MVR/MWK |
|---|---|
| 2026-08-26 | 112.1113 |
| 2026-08-27 | 112.1274 |
| 2026-08-28 | 112.3438 |
| 2026-08-29 | 112.2200 |
| 2026-08-30 | 112.1930 |
| 2026-08-31 | 112.6551 |
| 2026-09-01 | 112.0606 |
| 2026-09-02 | 112.3022 |
| 2026-09-03 | 112.0745 |
| 2026-09-04 | 112.3205 |
| 2026-09-05 | 112.3028 |
| 2026-09-06 | 112.2124 |
| 2026-09-07 | 112.1963 |
| 2026-09-08 | 112.1487 |
| 2026-09-09 | 112.0681 |
| 2026-09-10 | 112.1783 |
| 2026-09-11 | 112.2872 |
| 2026-09-12 | 112.3487 |
| 2026-09-13 | 112.1616 |
| 2026-09-14 | 112.2339 |
| 2026-09-15 | 112.4271 |
| 2026-09-16 | 112.3653 |
| 2026-09-17 | 112.5586 |
| 2026-09-18 | 112.4271 |
| 2026-09-19 | 112.9310 |
| 2026-09-20 | 112.5341 |
| 2026-09-21 | 112.1699 |
| 2026-09-22 | 112.2231 |
| 2026-09-23 | 112.3016 |
| 2026-09-24 | 112.4868 |
| 2026-09-25 | 112.1467 |
High
112.9310
Low
112.0606
Average
112.2895
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.