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: show the values
| Point | ZWL/MNT |
|---|---|
| 2025-09-25 | 0.05406 |
| 2025-10-02 | 0.05389 |
| 2025-10-09 | 0.05385 |
| 2025-10-16 | 0.05403 |
| 2025-10-23 | 0.05419 |
| 2025-10-30 | 0.00001 |
| 2025-11-06 | 0.00001 |
| 2025-11-13 | 0.00001 |
| 2025-11-20 | 0.05441 |
| 2025-11-27 | 0.05443 |
| 2025-12-04 | 0.05427 |
| 2025-12-12 | 0.05440 |
| 2025-12-19 | 0.05446 |
| 2025-12-26 | 0.05470 |
| 2026-01-02 | 0.05482 |
| 2026-01-09 | 0.05540 |
| 2026-01-16 | 0.05560 |
| 2026-01-23 | 0.05585 |
| 2026-01-30 | 0.05579 |
| 2026-02-06 | 0.05545 |
| 2026-02-13 | 0.05591 |
| 2026-02-20 | 0.05583 |
| 2026-02-27 | 0.05569 |
| 2026-03-06 | 0.05548 |
| 2026-03-13 | 0.05611 |
| 2026-03-20 | 0.05648 |
| 2026-03-27 | 0.05632 |
| 2026-04-03 | 0.05640 |
| 2026-04-10 | 11.10328 |
| 2026-04-17 | 11.15293 |
| 2026-04-24 | 11.11522 |
| 2026-05-01 | 11.11213 |
| 2026-05-08 | 11.11941 |
| 2026-05-16 | 0.05556 |
| 2026-05-24 | 0.05434 |
| 2026-05-31 | 0.05319 |
| 2026-06-09 | 0.05345 |
| 2026-06-16 | 0.05372 |
| 2026-06-23 | 0.05349 |
| 2026-06-30 | 0.05341 |
| 2026-07-07 | 0.05331 |
| 2026-07-14 | 0.05352 |
| 2026-07-21 | 0.05358 |
| 2026-07-28 | 0.05352 |
| 2026-08-04 | 0.05399 |
| 2026-08-11 | 0.05409 |
| 2026-08-18 | 0.05391 |
| 2026-08-26 | 0.05404 |
| 2026-09-02 | 0.05372 |
| 2026-09-09 | 0.05387 |
| 2026-09-16 | 0.05376 |
| 2026-09-23 | 0.05393 |
High
11.1529
Low
0.000009
Average
1.0954
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL¤cies=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¤cies=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.