Skip to content

MYR to ZWL exchange rate API

Malaysian Ringgit to Zimbabwe Dollar · quoted 2026-09-26

16336.88

▲ +3.77% over 1Y

1 MYR = 16336.88 ZWL · 1 ZWL = 0.000061 MYR · Get this rate via the API

1 MYR buys 16336.88 ZWL as of 2026-09-26, so 1 ZWL buys 0.000061 MYR. Over the last year, MYR/ZWL traded between 81.1005 and 16957.58, averaged 14336.40 and rose 3.77%. The API holds daily MYR/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MYR/ZWL over 1Y

MYR/ZWL over 1Y: show the values
PointMYR/ZWL
2025-09-2615742.99
2025-10-0315841.52
2025-10-1015799.20
2025-10-1715750.13
2025-10-2415704.38
2025-10-3115760.57
2025-11-0715722.41
2025-11-1415916.64
2025-11-2115900.79
2025-11-2815834.07
2025-12-0515901.78
2025-12-1315918.37
2025-12-2015980.46
2025-12-2716071.49
2026-01-0315981.88
2026-01-1015728.48
2026-01-1715814.98
2026-01-2415978.19
2026-01-3116221.34
2026-02-0716211.54
2026-02-1416349.42
2026-02-2116354.83
2026-02-2816556.83
2026-03-0716309.48
2026-03-1416147.58
2026-03-2116036.58
2026-03-2882.06
2026-04-0415718.30
2026-04-1181.21
2026-04-1881.47
2026-04-2581.21
2026-05-0281.10
2026-05-0982.12
2026-05-1716252.72
2026-05-2516643.60
2026-06-0116957.58
2026-06-1016435.93
2026-06-1716400.78
2026-06-2416188.69
2026-07-0116374.35
2026-07-0816425.48
2026-07-1516417.41
2026-07-2216388.40
2026-07-2916328.10
2026-08-0516273.28
2026-08-1216271.19
2026-08-2016479.16
2026-08-2716424.30
2026-09-0316519.66
2026-09-1016405.49
2026-09-1716268.56
2026-09-2416294.40

High

16957.58

Low

81.1005

Average

14336.40

For developers

Get this rate via the API

One GET request returns the MYR/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=MYR&currencies=ZWL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR&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=MYR&currencies=ZWL").json()

Replace YOUR_API_KEY with the key from your dashboard.

MYR/ZWL API questions

How do I get the MYR/ZWL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR&currencies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MYR/ZWL rate in rates.ZWL.

How far back does MYR/ZWL historical data go?

Daily MYR/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 MYR/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.