MVR to ZWL exchange rate API
Rufiyaa to Zimbabwe Dollar · quoted 2026-09-25
4305.37
▼ +0.20% over 1Y
1 MVR = 4305.37 ZWL · 1 ZWL = 0.000232 MVR · Get this rate via the API
1 MVR buys 4305.37 ZWL as of 2026-09-25, so 1 ZWL buys 0.000232 MVR. Over the last year, MVR/ZWL traded between 20.8275 and 4361.86, averaged 3851.83 and fell 0.20%. The API holds daily MVR/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MVR/ZWL over 1Y: show the values
| Point | MVR/ZWL |
|---|---|
| 2025-09-25 | 4314.06 |
| 2025-10-02 | 4331.96 |
| 2025-10-09 | 4336.36 |
| 2025-10-16 | 4318.72 |
| 2025-10-23 | 4303.95 |
| 2025-10-30 | 4287.88 |
| 2025-11-06 | 4259.40 |
| 2025-11-13 | 4261.65 |
| 2025-11-20 | 4249.63 |
| 2025-11-27 | 4237.26 |
| 2025-12-04 | 4239.28 |
| 2025-12-12 | 4224.61 |
| 2025-12-19 | 4221.98 |
| 2025-12-26 | 4206.88 |
| 2026-01-02 | 4200.30 |
| 2026-01-09 | 4158.75 |
| 2026-01-16 | 4144.42 |
| 2026-01-23 | 4140.96 |
| 2026-01-30 | 4136.06 |
| 2026-02-06 | 4165.05 |
| 2026-02-13 | 4131.06 |
| 2026-02-20 | 4138.79 |
| 2026-02-27 | 4146.36 |
| 2026-03-06 | 4162.84 |
| 2026-03-13 | 4117.37 |
| 2026-03-20 | 4089.63 |
| 2026-03-27 | 4100.07 |
| 2026-04-03 | 4098.73 |
| 2026-04-10 | 20.84 |
| 2026-04-17 | 20.84 |
| 2026-04-24 | 20.83 |
| 2026-05-01 | 20.83 |
| 2026-05-08 | 20.83 |
| 2026-05-16 | 4178.77 |
| 2026-05-24 | 4264.57 |
| 2026-05-31 | 4361.86 |
| 2026-06-09 | 4333.30 |
| 2026-06-16 | 4313.78 |
| 2026-06-23 | 4326.73 |
| 2026-06-30 | 4337.75 |
| 2026-07-07 | 4347.17 |
| 2026-07-14 | 4334.32 |
| 2026-07-21 | 4330.16 |
| 2026-07-28 | 4346.01 |
| 2026-08-04 | 4311.15 |
| 2026-08-11 | 4301.13 |
| 2026-08-18 | 4316.84 |
| 2026-08-26 | 4307.51 |
| 2026-09-02 | 4331.69 |
| 2026-09-09 | 4321.11 |
| 2026-09-16 | 4334.96 |
| 2026-09-23 | 4314.87 |
High
4361.86
Low
20.8275
Average
3851.83
Get this rate via the API
One GET request returns the MVR/ZWL 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=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=ZWL").json()Replace YOUR_API_KEY with the key from your dashboard.
MVR/ZWL API questions
How do I get the MVR/ZWL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/ZWL rate in rates.ZWL.
How far back does MVR/ZWL historical data go?
Daily MVR/ZWL 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/ZWL 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.