Skip to content

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

ZMW/MNT over 1Y: show the values
PointZMW/MNT
2025-09-25151.7294
2025-10-02149.8423
2025-10-09151.4731
2025-10-16158.4814
2025-10-23160.4819
2025-10-300.0282
2025-11-060.0364
2025-11-130.0347
2025-11-20156.6370
2025-11-27156.2696
2025-12-04153.4333
2025-12-12154.2113
2025-12-19156.0630
2025-12-26157.6774
2026-01-02159.9782
2026-01-09179.6197
2026-01-16179.1710
2026-01-23180.1268
2026-01-30179.7230
2026-02-06191.1140
2026-02-13193.4946
2026-02-20187.8147
2026-02-27188.8849
2026-03-06184.6424
2026-03-13183.3219
2026-03-20182.6817
2026-03-27188.8666
2026-04-03185.6594
2026-04-10187.6641
2026-04-17187.7793
2026-04-24191.1213
2026-05-01191.5579
2026-05-08187.3433
2026-05-16189.1820
2026-05-24189.4312
2026-05-31194.0548
2026-06-09202.0037
2026-06-16202.9730
2026-06-23200.1007
2026-06-30197.1291
2026-07-07195.2373
2026-07-14198.1403
2026-07-21196.0058
2026-07-28193.4292
2026-08-04190.9951
2026-08-11191.6438
2026-08-18189.8862
2026-08-26188.5391
2026-09-02187.7675
2026-09-09186.2242
2026-09-16183.6244
2026-09-23184.4936

High

202.9730

Low

0.02823

Average

170.9785

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.