ZMW to MNT exchange rate API
Zambian Kwacha to Tugrik · quoted 2026-09-25
184.0367
▲ +14.93% over YTD
1 ZMW = 184.0367 MNT · 1 MNT = 0.005434 ZMW · Get this rate via the API
1 ZMW buys 184.0367 MNT as of 2026-09-25, so 1 MNT buys 0.005434 ZMW. Over the year to date, ZMW/MNT traded between 160.1307 and 203.8144, averaged 187.9481 and rose 14.93%. The API holds daily ZMW/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZMW/MNT over YTD: show the values
| Point | ZMW/MNT |
|---|---|
| 2025-12-31 | 160.1307 |
| 2026-01-07 | 169.7137 |
| 2026-01-14 | 182.7138 |
| 2026-01-21 | 175.9610 |
| 2026-01-28 | 179.8104 |
| 2026-02-04 | 181.8868 |
| 2026-02-11 | 186.9321 |
| 2026-02-18 | 192.9633 |
| 2026-02-25 | 188.2115 |
| 2026-03-04 | 185.9387 |
| 2026-03-11 | 184.0161 |
| 2026-03-18 | 182.2057 |
| 2026-03-25 | 188.1581 |
| 2026-04-01 | 186.0969 |
| 2026-04-08 | 183.7352 |
| 2026-04-15 | 186.8665 |
| 2026-04-22 | 187.7841 |
| 2026-04-29 | 189.5891 |
| 2026-05-06 | 189.9910 |
| 2026-05-14 | 188.3401 |
| 2026-05-21 | 188.3300 |
| 2026-05-29 | 192.4099 |
| 2026-06-05 | 203.8144 |
| 2026-06-14 | 203.4836 |
| 2026-06-21 | 199.8572 |
| 2026-06-28 | 197.2829 |
| 2026-07-05 | 195.0117 |
| 2026-07-12 | 198.3876 |
| 2026-07-19 | 196.5960 |
| 2026-07-26 | 192.6703 |
| 2026-08-02 | 191.6814 |
| 2026-08-09 | 191.3366 |
| 2026-08-16 | 190.0582 |
| 2026-08-24 | 189.5038 |
| 2026-08-31 | 188.7965 |
| 2026-09-07 | 186.9641 |
| 2026-09-14 | 185.9641 |
| 2026-09-21 | 182.7476 |
High
203.8144
Low
160.1307
Average
187.9481
Get this rate via the API
One GET request returns the ZMW/MNT 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=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
ZMW/MNT API questions
How do I get the ZMW/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/MNT rate in rates.MNT.
How far back does ZMW/MNT historical data go?
Daily ZMW/MNT 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/MNT 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.