Skip to content

MNT to ZMW exchange rate API

Tugrik to Zambian Kwacha · quoted 2026-09-25

0.005433

▼ +17.56% over 1Y

1 MNT = 0.005433 ZMW · 1 ZMW = 184.0604 MNT · Get this rate via the API

1 MNT buys 0.005433 ZMW as of 2026-09-25, so 1 ZMW buys 184.0604 MNT. Over the last year, MNT/ZMW traded between 0.004926 and 35.4213, averaged 1.7354 and fell 17.56%. The API holds daily MNT/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MNT/ZMW over 1Y

MNT/ZMW over 1Y: show the values
PointMNT/ZMW
2025-09-250.006590
2025-10-020.006673
2025-10-090.006601
2025-10-160.006309
2025-10-230.006231
2025-10-3035.421297
2025-11-0627.456646
2025-11-1328.818537
2025-11-200.006384
2025-11-270.006399
2025-12-040.006517
2025-12-120.006484
2025-12-190.006407
2025-12-260.006342
2026-01-020.006250
2026-01-090.005567
2026-01-160.005581
2026-01-230.005551
2026-01-300.005564
2026-02-060.005232
2026-02-130.005168
2026-02-200.005324
2026-02-270.005294
2026-03-060.005415
2026-03-130.005454
2026-03-200.005474
2026-03-270.005294
2026-04-030.005386
2026-04-100.005328
2026-04-170.005325
2026-04-240.005232
2026-05-010.005220
2026-05-080.005337
2026-05-160.005285
2026-05-240.005278
2026-05-310.005153
2026-06-090.004950
2026-06-160.004926
2026-06-230.004997
2026-06-300.005072
2026-07-070.005121
2026-07-140.005046
2026-07-210.005101
2026-07-280.005169
2026-08-040.005235
2026-08-110.005218
2026-08-180.005266
2026-08-260.005303
2026-09-020.005325
2026-09-090.005369
2026-09-160.005445
2026-09-230.005420

High

35.4213

Low

0.004926

Average

1.7354

For developers

Get this rate via the API

One GET request returns the MNT/ZMW 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=MNT&currencies=ZMW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=ZMW");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=ZMW").json()

Replace YOUR_API_KEY with the key from your dashboard.

MNT/ZMW API questions

How do I get the MNT/ZMW exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=ZMW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MNT/ZMW rate in rates.ZMW.

How far back does MNT/ZMW historical data go?

Daily MNT/ZMW 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 MNT/ZMW 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.