Skip to content

ZMW to MGA exchange rate API

Zambian Kwacha to Malagasy Ariary · quoted 2026-09-26

224.2241

▲ +27.30% over 1Y

1 ZMW = 224.2241 MGA · 1 MGA = 0.004460 ZMW · Get this rate via the API

1 ZMW buys 224.2241 MGA as of 2026-09-26, so 1 MGA buys 0.004460 ZMW. Over the last year, ZMW/MGA traded between 165.6941 and 240.9113, averaged 217.0651 and rose 27.30%. The API holds daily ZMW/MGA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/MGA over 1Y

ZMW/MGA over 1Y: show the values
PointZMW/MGA
2025-09-26176.1404
2025-10-03165.6941
2025-10-10180.0661
2025-10-17196.6806
2025-10-24202.2876
2025-10-31203.0160
2025-11-07198.3221
2025-11-14197.5682
2025-11-21195.3640
2025-11-28195.8443
2025-12-05192.8287
2025-12-13195.5393
2025-12-20200.4955
2025-12-27202.6388
2026-01-03207.3451
2026-01-10235.6127
2026-01-17229.0164
2026-01-24231.9488
2026-01-31225.2490
2026-02-07236.8690
2026-02-14240.9113
2026-02-21228.0165
2026-02-28222.6053
2026-03-07215.5988
2026-03-14214.1281
2026-03-21213.9546
2026-03-28221.7609
2026-04-04216.7665
2026-04-11217.9734
2026-04-18217.5691
2026-04-25219.5684
2026-05-02222.1752
2026-05-09218.7746
2026-05-17221.8639
2026-05-25221.6637
2026-06-01227.3332
2026-06-10235.9161
2026-06-17235.4949
2026-06-24232.8299
2026-07-01234.6973
2026-07-08229.5415
2026-07-15235.1273
2026-07-22233.4158
2026-07-29229.5347
2026-08-05224.7719
2026-08-12228.9333
2026-08-20228.6440
2026-08-27226.3818
2026-09-03225.4240
2026-09-10222.6463
2026-09-17222.4028
2026-09-24225.2760

High

240.9113

Low

165.6941

Average

217.0651

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/MGA API questions

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

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

How far back does ZMW/MGA historical data go?

Daily ZMW/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 ZMW/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.