MNT to ZWL exchange rate API
Tugrik to Zimbabwe Dollar · quoted 2026-09-25
18.4991
▲ +0.01% over 1Y
1 MNT = 18.4991 ZWL · 1 ZWL = 0.05406 MNT · Get this rate via the API
1 MNT buys 18.4991 ZWL as of 2026-09-25, so 1 ZWL buys 0.05406 MNT. Over the last year, MNT/ZWL traded between 0.08966 and 105607.71, averaged 5097.76 and rose 0.01%. The API holds daily MNT/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MNT/ZWL over 1Y: show the values
| Point | MNT/ZWL |
|---|---|
| 2025-09-25 | 18.4977 |
| 2025-10-02 | 18.5555 |
| 2025-10-09 | 18.5698 |
| 2025-10-16 | 18.5075 |
| 2025-10-23 | 18.4528 |
| 2025-10-30 | 105607.7102 |
| 2025-11-06 | 79832.3089 |
| 2025-11-13 | 83915.3461 |
| 2025-11-20 | 18.3797 |
| 2025-11-27 | 18.3706 |
| 2025-12-04 | 18.4256 |
| 2025-12-12 | 18.3824 |
| 2025-12-19 | 18.3637 |
| 2025-12-26 | 18.2822 |
| 2026-01-02 | 18.2411 |
| 2026-01-09 | 18.0515 |
| 2026-01-16 | 17.9841 |
| 2026-01-23 | 17.9058 |
| 2026-01-30 | 17.9259 |
| 2026-02-06 | 18.0328 |
| 2026-02-13 | 17.8872 |
| 2026-02-20 | 17.9102 |
| 2026-02-27 | 17.9575 |
| 2026-03-06 | 18.0229 |
| 2026-03-13 | 17.8211 |
| 2026-03-20 | 17.7046 |
| 2026-03-27 | 17.7569 |
| 2026-04-03 | 17.7299 |
| 2026-04-10 | 0.0901 |
| 2026-04-17 | 0.0897 |
| 2026-04-24 | 0.0900 |
| 2026-05-01 | 0.0900 |
| 2026-05-08 | 0.0899 |
| 2026-05-16 | 17.9997 |
| 2026-05-24 | 18.4025 |
| 2026-05-31 | 18.8000 |
| 2026-06-09 | 18.7100 |
| 2026-06-16 | 18.6158 |
| 2026-06-23 | 18.6959 |
| 2026-06-30 | 18.7225 |
| 2026-07-07 | 18.7594 |
| 2026-07-14 | 18.6840 |
| 2026-07-21 | 18.6623 |
| 2026-07-28 | 18.6843 |
| 2026-08-04 | 18.5223 |
| 2026-08-11 | 18.4869 |
| 2026-08-18 | 18.5497 |
| 2026-08-26 | 18.5061 |
| 2026-09-02 | 18.6136 |
| 2026-09-09 | 18.5622 |
| 2026-09-16 | 18.6019 |
| 2026-09-23 | 18.5415 |
High
105607.71
Low
0.08966
Average
5097.76
Get this rate via the API
One GET request returns the MNT/ZWL 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=MNT¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=ZWL").json()Replace YOUR_API_KEY with the key from your dashboard.
MNT/ZWL API questions
How do I get the MNT/ZWL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MNT/ZWL rate in rates.ZWL.
How far back does MNT/ZWL historical data go?
Daily MNT/ZWL 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/ZWL 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.