MGA to ZWL exchange rate API
Malagasy Ariary to Zimbabwe Dollar · quoted 2026-09-25
15.1835
▼ +2.86% over 1Y
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 last year, MGA/ZWL traded between 0.07730 and 16.5118, averaged 13.6963 and fell 2.86%. 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 1Y: show the values
| Point | MGA/ZWL |
|---|---|
| 2025-09-25 | 15.6311 |
| 2025-10-02 | 16.5118 |
| 2025-10-09 | 14.9496 |
| 2025-10-16 | 14.9230 |
| 2025-10-23 | 14.8086 |
| 2025-10-30 | 14.6614 |
| 2025-11-06 | 14.5867 |
| 2025-11-13 | 14.6701 |
| 2025-11-20 | 14.5793 |
| 2025-11-27 | 14.6193 |
| 2025-12-04 | 14.6763 |
| 2025-12-12 | 14.7032 |
| 2025-12-19 | 14.4866 |
| 2025-12-26 | 14.2258 |
| 2026-01-02 | 14.1427 |
| 2026-01-09 | 13.8902 |
| 2026-01-16 | 13.8226 |
| 2026-01-23 | 14.0977 |
| 2026-01-30 | 14.2577 |
| 2026-02-06 | 14.5367 |
| 2026-02-13 | 14.4425 |
| 2026-02-20 | 14.6823 |
| 2026-02-27 | 15.1125 |
| 2026-03-06 | 15.5442 |
| 2026-03-13 | 15.3096 |
| 2026-03-20 | 15.2095 |
| 2026-03-27 | 15.2096 |
| 2026-04-03 | 15.1904 |
| 2026-04-10 | 0.0776 |
| 2026-04-17 | 0.0776 |
| 2026-04-24 | 0.0777 |
| 2026-05-01 | 0.0775 |
| 2026-05-08 | 0.0773 |
| 2026-05-16 | 15.3890 |
| 2026-05-24 | 15.6675 |
| 2026-05-31 | 16.0278 |
| 2026-06-09 | 15.9465 |
| 2026-06-16 | 15.8658 |
| 2026-06-23 | 15.8181 |
| 2026-06-30 | 15.7752 |
| 2026-07-07 | 15.8471 |
| 2026-07-14 | 15.6477 |
| 2026-07-21 | 15.5827 |
| 2026-07-28 | 15.5906 |
| 2026-08-04 | 15.6036 |
| 2026-08-11 | 15.4638 |
| 2026-08-18 | 15.4802 |
| 2026-08-26 | 15.5795 |
| 2026-09-02 | 15.4609 |
| 2026-09-09 | 15.4611 |
| 2026-09-16 | 15.4336 |
| 2026-09-23 | 15.2127 |
High
16.5118
Low
0.07730
Average
13.6963
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.