ZMW to MNT exchange rate API
Zambian Kwacha to Tugrik · quoted 2026-09-25
184.0367
▲ +21.29% over 1Y
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 last year, ZMW/MNT traded between 0.02823 and 202.9730, averaged 170.9785 and rose 21.29%. 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 1Y: show the values
| Point | ZMW/MNT |
|---|---|
| 2025-09-25 | 151.7294 |
| 2025-10-02 | 149.8423 |
| 2025-10-09 | 151.4731 |
| 2025-10-16 | 158.4814 |
| 2025-10-23 | 160.4819 |
| 2025-10-30 | 0.0282 |
| 2025-11-06 | 0.0364 |
| 2025-11-13 | 0.0347 |
| 2025-11-20 | 156.6370 |
| 2025-11-27 | 156.2696 |
| 2025-12-04 | 153.4333 |
| 2025-12-12 | 154.2113 |
| 2025-12-19 | 156.0630 |
| 2025-12-26 | 157.6774 |
| 2026-01-02 | 159.9782 |
| 2026-01-09 | 179.6197 |
| 2026-01-16 | 179.1710 |
| 2026-01-23 | 180.1268 |
| 2026-01-30 | 179.7230 |
| 2026-02-06 | 191.1140 |
| 2026-02-13 | 193.4946 |
| 2026-02-20 | 187.8147 |
| 2026-02-27 | 188.8849 |
| 2026-03-06 | 184.6424 |
| 2026-03-13 | 183.3219 |
| 2026-03-20 | 182.6817 |
| 2026-03-27 | 188.8666 |
| 2026-04-03 | 185.6594 |
| 2026-04-10 | 187.6641 |
| 2026-04-17 | 187.7793 |
| 2026-04-24 | 191.1213 |
| 2026-05-01 | 191.5579 |
| 2026-05-08 | 187.3433 |
| 2026-05-16 | 189.1820 |
| 2026-05-24 | 189.4312 |
| 2026-05-31 | 194.0548 |
| 2026-06-09 | 202.0037 |
| 2026-06-16 | 202.9730 |
| 2026-06-23 | 200.1007 |
| 2026-06-30 | 197.1291 |
| 2026-07-07 | 195.2373 |
| 2026-07-14 | 198.1403 |
| 2026-07-21 | 196.0058 |
| 2026-07-28 | 193.4292 |
| 2026-08-04 | 190.9951 |
| 2026-08-11 | 191.6438 |
| 2026-08-18 | 189.8862 |
| 2026-08-26 | 188.5391 |
| 2026-09-02 | 187.7675 |
| 2026-09-09 | 186.2242 |
| 2026-09-16 | 183.6244 |
| 2026-09-23 | 184.4936 |
High
202.9730
Low
0.02823
Average
170.9785
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.