Skip to content

ZWL to MNT exchange rate API

Zimbabwe Dollar to Tugrik · quoted 2026-09-25

0.05406

▼ +0.01% over 1Y

1 ZWL = 0.05406 MNT · 1 MNT = 18.4993 ZWL · Get this rate via the API

1 ZWL buys 0.05406 MNT as of 2026-09-25, so 1 MNT buys 18.4993 ZWL. Over the last year, ZWL/MNT traded between 0.000009 and 11.1529, averaged 1.0954 and fell 0.01%. The API holds daily ZWL/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZWL/MNT over 1Y

ZWL/MNT over 1Y: show the values
PointZWL/MNT
2025-09-250.05406
2025-10-020.05389
2025-10-090.05385
2025-10-160.05403
2025-10-230.05419
2025-10-300.00001
2025-11-060.00001
2025-11-130.00001
2025-11-200.05441
2025-11-270.05443
2025-12-040.05427
2025-12-120.05440
2025-12-190.05446
2025-12-260.05470
2026-01-020.05482
2026-01-090.05540
2026-01-160.05560
2026-01-230.05585
2026-01-300.05579
2026-02-060.05545
2026-02-130.05591
2026-02-200.05583
2026-02-270.05569
2026-03-060.05548
2026-03-130.05611
2026-03-200.05648
2026-03-270.05632
2026-04-030.05640
2026-04-1011.10328
2026-04-1711.15293
2026-04-2411.11522
2026-05-0111.11213
2026-05-0811.11941
2026-05-160.05556
2026-05-240.05434
2026-05-310.05319
2026-06-090.05345
2026-06-160.05372
2026-06-230.05349
2026-06-300.05341
2026-07-070.05331
2026-07-140.05352
2026-07-210.05358
2026-07-280.05352
2026-08-040.05399
2026-08-110.05409
2026-08-180.05391
2026-08-260.05404
2026-09-020.05372
2026-09-090.05387
2026-09-160.05376
2026-09-230.05393

High

11.1529

Low

0.000009

Average

1.0954

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZWL/MNT API questions

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

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

How far back does ZWL/MNT historical data go?

Daily ZWL/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 ZWL/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.