Skip to content

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

MNT/ZWL over 1Y: show the values
PointMNT/ZWL
2025-09-2518.4977
2025-10-0218.5555
2025-10-0918.5698
2025-10-1618.5075
2025-10-2318.4528
2025-10-30105607.7102
2025-11-0679832.3089
2025-11-1383915.3461
2025-11-2018.3797
2025-11-2718.3706
2025-12-0418.4256
2025-12-1218.3824
2025-12-1918.3637
2025-12-2618.2822
2026-01-0218.2411
2026-01-0918.0515
2026-01-1617.9841
2026-01-2317.9058
2026-01-3017.9259
2026-02-0618.0328
2026-02-1317.8872
2026-02-2017.9102
2026-02-2717.9575
2026-03-0618.0229
2026-03-1317.8211
2026-03-2017.7046
2026-03-2717.7569
2026-04-0317.7299
2026-04-100.0901
2026-04-170.0897
2026-04-240.0900
2026-05-010.0900
2026-05-080.0899
2026-05-1617.9997
2026-05-2418.4025
2026-05-3118.8000
2026-06-0918.7100
2026-06-1618.6158
2026-06-2318.6959
2026-06-3018.7225
2026-07-0718.7594
2026-07-1418.6840
2026-07-2118.6623
2026-07-2818.6843
2026-08-0418.5223
2026-08-1118.4869
2026-08-1818.5497
2026-08-2618.5061
2026-09-0218.6136
2026-09-0918.5622
2026-09-1618.6019
2026-09-2318.5415

High

105607.71

Low

0.08966

Average

5097.76

For developers

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