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: show the values
| Point | ZMW/MGA |
|---|---|
| 2025-09-26 | 176.1404 |
| 2025-10-03 | 165.6941 |
| 2025-10-10 | 180.0661 |
| 2025-10-17 | 196.6806 |
| 2025-10-24 | 202.2876 |
| 2025-10-31 | 203.0160 |
| 2025-11-07 | 198.3221 |
| 2025-11-14 | 197.5682 |
| 2025-11-21 | 195.3640 |
| 2025-11-28 | 195.8443 |
| 2025-12-05 | 192.8287 |
| 2025-12-13 | 195.5393 |
| 2025-12-20 | 200.4955 |
| 2025-12-27 | 202.6388 |
| 2026-01-03 | 207.3451 |
| 2026-01-10 | 235.6127 |
| 2026-01-17 | 229.0164 |
| 2026-01-24 | 231.9488 |
| 2026-01-31 | 225.2490 |
| 2026-02-07 | 236.8690 |
| 2026-02-14 | 240.9113 |
| 2026-02-21 | 228.0165 |
| 2026-02-28 | 222.6053 |
| 2026-03-07 | 215.5988 |
| 2026-03-14 | 214.1281 |
| 2026-03-21 | 213.9546 |
| 2026-03-28 | 221.7609 |
| 2026-04-04 | 216.7665 |
| 2026-04-11 | 217.9734 |
| 2026-04-18 | 217.5691 |
| 2026-04-25 | 219.5684 |
| 2026-05-02 | 222.1752 |
| 2026-05-09 | 218.7746 |
| 2026-05-17 | 221.8639 |
| 2026-05-25 | 221.6637 |
| 2026-06-01 | 227.3332 |
| 2026-06-10 | 235.9161 |
| 2026-06-17 | 235.4949 |
| 2026-06-24 | 232.8299 |
| 2026-07-01 | 234.6973 |
| 2026-07-08 | 229.5415 |
| 2026-07-15 | 235.1273 |
| 2026-07-22 | 233.4158 |
| 2026-07-29 | 229.5347 |
| 2026-08-05 | 224.7719 |
| 2026-08-12 | 228.9333 |
| 2026-08-20 | 228.6440 |
| 2026-08-27 | 226.3818 |
| 2026-09-03 | 225.4240 |
| 2026-09-10 | 222.6463 |
| 2026-09-17 | 222.4028 |
| 2026-09-24 | 225.2760 |
High
240.9113
Low
165.6941
Average
217.0651
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=MGA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=MGA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.