Skip to content

NAD to MNT exchange rate API

Namibia Dollar to Tugrik · quoted 2026-09-26

220.5433

▲ +7.12% over 1Y

1 NAD = 220.5433 MNT · 1 MNT = 0.004534 NAD · Get this rate via the API

1 NAD buys 220.5433 MNT as of 2026-09-26, so 1 MNT buys 0.004534 NAD. Over the last year, NAD/MNT traded between 0.04006 and 225.2930, averaged 204.1303 and rose 7.12%. The API holds daily NAD/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NAD/MNT over 1Y

NAD/MNT over 1Y: show the values
PointNAD/MNT
2025-09-26205.8911
2025-10-03207.7493
2025-10-10208.9636
2025-10-17207.1730
2025-10-24207.4552
2025-10-310.0401
2025-11-070.0473
2025-11-140.0486
2025-11-21206.9759
2025-11-28207.8611
2025-12-05208.8213
2025-12-13210.1331
2025-12-20211.8691
2025-12-27213.3591
2026-01-03215.8146
2026-01-10215.8642
2026-01-17217.2080
2026-01-24220.9251
2026-01-31220.9165
2026-02-07222.6119
2026-02-14223.7368
2026-02-21222.6035
2026-02-28223.8992
2026-03-07215.7682
2026-03-14210.7078
2026-03-21208.4149
2026-03-28208.6195
2026-04-04210.5418
2026-04-11218.6894
2026-04-18218.8895
2026-04-25215.6718
2026-05-02214.9033
2026-05-09218.3539
2026-05-17214.4319
2026-05-25219.0606
2026-06-01220.4007
2026-06-10216.3472
2026-06-17221.1355
2026-06-24216.1756
2026-07-01218.0913
2026-07-08220.4426
2026-07-15219.4610
2026-07-22218.2176
2026-07-29215.0311
2026-08-05219.9788
2026-08-12222.1367
2026-08-20223.4321
2026-08-27225.2930
2026-09-03224.1275
2026-09-10224.1610
2026-09-17220.1272
2026-09-24219.7856

High

225.2930

Low

0.04006

Average

204.1303

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

NAD/MNT API questions

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

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

How far back does NAD/MNT historical data go?

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