Skip to content

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

MVR/ZWL over 1Y: show the values
PointMVR/ZWL
2025-09-254314.06
2025-10-024331.96
2025-10-094336.36
2025-10-164318.72
2025-10-234303.95
2025-10-304287.88
2025-11-064259.40
2025-11-134261.65
2025-11-204249.63
2025-11-274237.26
2025-12-044239.28
2025-12-124224.61
2025-12-194221.98
2025-12-264206.88
2026-01-024200.30
2026-01-094158.75
2026-01-164144.42
2026-01-234140.96
2026-01-304136.06
2026-02-064165.05
2026-02-134131.06
2026-02-204138.79
2026-02-274146.36
2026-03-064162.84
2026-03-134117.37
2026-03-204089.63
2026-03-274100.07
2026-04-034098.73
2026-04-1020.84
2026-04-1720.84
2026-04-2420.83
2026-05-0120.83
2026-05-0820.83
2026-05-164178.77
2026-05-244264.57
2026-05-314361.86
2026-06-094333.30
2026-06-164313.78
2026-06-234326.73
2026-06-304337.75
2026-07-074347.17
2026-07-144334.32
2026-07-214330.16
2026-07-284346.01
2026-08-044311.15
2026-08-114301.13
2026-08-184316.84
2026-08-264307.51
2026-09-024331.69
2026-09-094321.11
2026-09-164334.96
2026-09-234314.87

High

4361.86

Low

20.8275

Average

3851.83

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=ZWL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=ZWL");
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=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&currencies=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.