Skip to content

ZWL to MGA exchange rate API

Zimbabwe Dollar to Malagasy Ariary · quoted 2026-09-25

0.06586

▲ +2.95% over 1Y

1 ZWL = 0.06586 MGA · 1 MGA = 15.1837 ZWL · Get this rate via the API

1 ZWL buys 0.06586 MGA as of 2026-09-25, so 1 MGA buys 15.1837 ZWL. Over the last year, ZWL/MGA traded between 0.06056 and 12.9366, averaged 1.2769 and rose 2.95%. The API holds daily ZWL/MGA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZWL/MGA over 1Y

ZWL/MGA over 1Y: show the values
PointZWL/MGA
2025-09-250.06398
2025-10-020.06056
2025-10-090.06689
2025-10-160.06701
2025-10-230.06753
2025-10-300.06821
2025-11-060.06856
2025-11-130.06817
2025-11-200.06859
2025-11-270.06840
2025-12-040.06814
2025-12-120.06801
2025-12-190.06903
2025-12-260.07029
2026-01-020.07071
2026-01-090.07199
2026-01-160.07235
2026-01-230.07093
2026-01-300.07014
2026-02-060.06879
2026-02-130.06924
2026-02-200.06811
2026-02-270.06617
2026-03-060.06433
2026-03-130.06532
2026-03-200.06575
2026-03-270.06575
2026-04-030.06583
2026-04-1012.88821
2026-04-1712.89428
2026-04-2412.87269
2026-05-0112.90374
2026-05-0812.93656
2026-05-160.06498
2026-05-240.06383
2026-05-310.06239
2026-06-090.06271
2026-06-160.06303
2026-06-230.06322
2026-06-300.06339
2026-07-070.06310
2026-07-140.06391
2026-07-210.06417
2026-07-280.06414
2026-08-040.06409
2026-08-110.06467
2026-08-180.06460
2026-08-260.06419
2026-09-020.06468
2026-09-090.06468
2026-09-160.06479
2026-09-230.06573

High

12.9366

Low

0.06056

Average

1.2769

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL&currencies=MGA").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZWL/MGA API questions

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

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

How far back does ZWL/MGA historical data go?

Daily ZWL/MGA 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 ZWL/MGA 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.