Skip to content

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

MGA/ZWL over YTD: show the values
PointMGA/ZWL
2025-12-3114.1748
2026-01-0714.0190
2026-01-1413.9028
2026-01-2114.0846
2026-01-2814.3535
2026-02-0414.4297
2026-02-1114.4389
2026-02-1814.6281
2026-02-2515.0411
2026-03-0415.3660
2026-03-1115.4142
2026-03-1815.2225
2026-03-2515.2052
2026-04-0115.1618
2026-04-0815.2084
2026-04-150.0778
2026-04-220.0777
2026-04-290.0776
2026-05-060.0774
2026-05-1415.4596
2026-05-2115.6112
2026-05-2916.0374
2026-06-0515.9806
2026-06-1415.9349
2026-06-2115.8638
2026-06-2815.8021
2026-07-0515.7524
2026-07-1215.5456
2026-07-1915.5386
2026-07-2615.4453
2026-08-0215.4764
2026-08-0915.4476
2026-08-1615.3658
2026-08-2415.4223
2026-08-3115.2731
2026-09-0715.4696
2026-09-1415.3888
2026-09-2115.3450

High

16.0374

Low

0.07740

Average

13.6488

For developers

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