MGA to ZWL exchange rate API
Malagasy Ariary to Zimbabwe Dollar · quoted 2026-09-25
15.1835
▲ +7.12% over YTD
1 MGA = 15.1835 ZWL · 1 ZWL = 0.06586 MGA · Get this rate via the API
1 MGA buys 15.1835 ZWL as of 2026-09-25, so 1 ZWL buys 0.06586 MGA. Over the year to date, MGA/ZWL traded between 0.07740 and 16.0374, averaged 13.6488 and rose 7.12%. The API holds daily MGA/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MGA/ZWL over YTD: show the values
| Point | MGA/ZWL |
|---|---|
| 2025-12-31 | 14.1748 |
| 2026-01-07 | 14.0190 |
| 2026-01-14 | 13.9028 |
| 2026-01-21 | 14.0846 |
| 2026-01-28 | 14.3535 |
| 2026-02-04 | 14.4297 |
| 2026-02-11 | 14.4389 |
| 2026-02-18 | 14.6281 |
| 2026-02-25 | 15.0411 |
| 2026-03-04 | 15.3660 |
| 2026-03-11 | 15.4142 |
| 2026-03-18 | 15.2225 |
| 2026-03-25 | 15.2052 |
| 2026-04-01 | 15.1618 |
| 2026-04-08 | 15.2084 |
| 2026-04-15 | 0.0778 |
| 2026-04-22 | 0.0777 |
| 2026-04-29 | 0.0776 |
| 2026-05-06 | 0.0774 |
| 2026-05-14 | 15.4596 |
| 2026-05-21 | 15.6112 |
| 2026-05-29 | 16.0374 |
| 2026-06-05 | 15.9806 |
| 2026-06-14 | 15.9349 |
| 2026-06-21 | 15.8638 |
| 2026-06-28 | 15.8021 |
| 2026-07-05 | 15.7524 |
| 2026-07-12 | 15.5456 |
| 2026-07-19 | 15.5386 |
| 2026-07-26 | 15.4453 |
| 2026-08-02 | 15.4764 |
| 2026-08-09 | 15.4476 |
| 2026-08-16 | 15.3658 |
| 2026-08-24 | 15.4223 |
| 2026-08-31 | 15.2731 |
| 2026-09-07 | 15.4696 |
| 2026-09-14 | 15.3888 |
| 2026-09-21 | 15.3450 |
High
16.0374
Low
0.07740
Average
13.6488
Get this rate via the API
One GET request returns the MGA/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=MGA¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MGA¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MGA¤cies=ZWL").json()Replace YOUR_API_KEY with the key from your dashboard.
MGA/ZWL API questions
How do I get the MGA/ZWL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MGA¤cies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MGA/ZWL rate in rates.ZWL.
How far back does MGA/ZWL historical data go?
Daily MGA/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 MGA/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.