ZMW to MXN exchange rate API
Zambian Kwacha to Mexican Peso · quoted 2026-09-27
0.90671
▲ +17.39% over 1Y
1 ZMW = 0.90671 MXN · 1 MXN = 1.1029 ZMW · Get this rate via the API
1 ZMW buys 0.90671 MXN as of 2026-09-27, so 1 MXN buys 1.1029 ZMW. Over the last year, ZMW/MXN traded between 0.77240 and 0.99100, averaged 0.88718 and rose 17.39%. The API holds daily ZMW/MXN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZMW/MXN over 1Y: show the values
| Point | ZMW/MXN |
|---|---|
| 2025-09-27 | 0.77240 |
| 2025-10-04 | 0.77468 |
| 2025-10-11 | 0.81605 |
| 2025-10-18 | 0.80776 |
| 2025-10-25 | 0.83344 |
| 2025-11-01 | 0.83687 |
| 2025-11-08 | 0.81247 |
| 2025-11-15 | 0.80998 |
| 2025-11-22 | 0.79900 |
| 2025-11-29 | 0.80004 |
| 2025-12-06 | 0.78446 |
| 2025-12-14 | 0.78032 |
| 2025-12-21 | 0.79590 |
| 2025-12-28 | 0.79409 |
| 2026-01-04 | 0.81146 |
| 2026-01-11 | 0.92472 |
| 2026-01-18 | 0.87497 |
| 2026-01-25 | 0.88839 |
| 2026-02-01 | 0.88291 |
| 2026-02-08 | 0.91858 |
| 2026-02-15 | 0.94164 |
| 2026-02-22 | 0.90553 |
| 2026-03-01 | 0.91589 |
| 2026-03-08 | 0.92280 |
| 2026-03-15 | 0.92370 |
| 2026-03-22 | 0.92103 |
| 2026-03-29 | 0.95939 |
| 2026-04-05 | 0.92859 |
| 2026-04-12 | 0.91510 |
| 2026-04-19 | 0.90971 |
| 2026-04-26 | 0.92062 |
| 2026-05-03 | 0.93397 |
| 2026-05-10 | 0.90576 |
| 2026-05-18 | 0.91676 |
| 2026-05-26 | 0.91524 |
| 2026-06-02 | 0.94440 |
| 2026-06-11 | 0.99100 |
| 2026-06-18 | 0.97429 |
| 2026-06-25 | 0.97775 |
| 2026-07-02 | 0.96417 |
| 2026-07-09 | 0.95898 |
| 2026-07-16 | 0.95127 |
| 2026-07-23 | 0.94585 |
| 2026-07-30 | 0.92328 |
| 2026-08-06 | 0.90326 |
| 2026-08-13 | 0.90520 |
| 2026-08-21 | 0.89060 |
| 2026-08-28 | 0.89152 |
| 2026-09-04 | 0.88013 |
| 2026-09-11 | 0.87737 |
| 2026-09-18 | 0.87539 |
| 2026-09-25 | 0.90529 |
High
0.99100
Low
0.77240
Average
0.88718
Get this rate via the API
One GET request returns the ZMW/MXN 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=MXN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=MXN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=MXN").json()Replace YOUR_API_KEY with the key from your dashboard.
ZMW/MXN API questions
How do I get the ZMW/MXN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=MXN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/MXN rate in rates.MXN.
How far back does ZMW/MXN historical data go?
Daily ZMW/MXN 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/MXN 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.