Skip to content

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

MGA/ZWL over 1Y: show the values
PointMGA/ZWL
2025-09-2515.6311
2025-10-0216.5118
2025-10-0914.9496
2025-10-1614.9230
2025-10-2314.8086
2025-10-3014.6614
2025-11-0614.5867
2025-11-1314.6701
2025-11-2014.5793
2025-11-2714.6193
2025-12-0414.6763
2025-12-1214.7032
2025-12-1914.4866
2025-12-2614.2258
2026-01-0214.1427
2026-01-0913.8902
2026-01-1613.8226
2026-01-2314.0977
2026-01-3014.2577
2026-02-0614.5367
2026-02-1314.4425
2026-02-2014.6823
2026-02-2715.1125
2026-03-0615.5442
2026-03-1315.3096
2026-03-2015.2095
2026-03-2715.2096
2026-04-0315.1904
2026-04-100.0776
2026-04-170.0776
2026-04-240.0777
2026-05-010.0775
2026-05-080.0773
2026-05-1615.3890
2026-05-2415.6675
2026-05-3116.0278
2026-06-0915.9465
2026-06-1615.8658
2026-06-2315.8181
2026-06-3015.7752
2026-07-0715.8471
2026-07-1415.6477
2026-07-2115.5827
2026-07-2815.5906
2026-08-0415.6036
2026-08-1115.4638
2026-08-1815.4802
2026-08-2615.5795
2026-09-0215.4609
2026-09-0915.4611
2026-09-1615.4336
2026-09-2315.2127

High

16.5118

Low

0.07730

Average

13.6963

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.