Skip to content

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

ZMW/MNT over YTD: show the values
PointZMW/MNT
2025-12-31160.1307
2026-01-07169.7137
2026-01-14182.7138
2026-01-21175.9610
2026-01-28179.8104
2026-02-04181.8868
2026-02-11186.9321
2026-02-18192.9633
2026-02-25188.2115
2026-03-04185.9387
2026-03-11184.0161
2026-03-18182.2057
2026-03-25188.1581
2026-04-01186.0969
2026-04-08183.7352
2026-04-15186.8665
2026-04-22187.7841
2026-04-29189.5891
2026-05-06189.9910
2026-05-14188.3401
2026-05-21188.3300
2026-05-29192.4099
2026-06-05203.8144
2026-06-14203.4836
2026-06-21199.8572
2026-06-28197.2829
2026-07-05195.0117
2026-07-12198.3876
2026-07-19196.5960
2026-07-26192.6703
2026-08-02191.6814
2026-08-09191.3366
2026-08-16190.0582
2026-08-24189.5038
2026-08-31188.7965
2026-09-07186.9641
2026-09-14185.9641
2026-09-21182.7476

High

203.8144

Low

160.1307

Average

187.9481

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=MNT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=MNT");
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=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&currencies=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.