NAD to MNT exchange rate API
Namibia Dollar to Tugrik · quoted 2026-09-26
220.5433
▲ +2.83% over YTD
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 year to date, NAD/MNT traded between 210.8862 and 225.1505, averaged 219.0277 and rose 2.83%. 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 YTD: show the values
| Point | NAD/MNT |
|---|---|
| 2025-12-31 | 214.4834 |
| 2026-01-07 | 217.7773 |
| 2026-01-14 | 217.7113 |
| 2026-01-21 | 217.4445 |
| 2026-01-28 | 224.3794 |
| 2026-02-04 | 223.8060 |
| 2026-02-11 | 224.5313 |
| 2026-02-18 | 222.8792 |
| 2026-02-25 | 223.9144 |
| 2026-03-04 | 215.9997 |
| 2026-03-11 | 219.4571 |
| 2026-03-18 | 213.9648 |
| 2026-03-25 | 210.8862 |
| 2026-04-01 | 211.7016 |
| 2026-04-08 | 216.5713 |
| 2026-04-15 | 218.2384 |
| 2026-04-22 | 218.3422 |
| 2026-04-29 | 217.3010 |
| 2026-05-06 | 214.2823 |
| 2026-05-14 | 217.9150 |
| 2026-05-21 | 216.8278 |
| 2026-05-29 | 220.3800 |
| 2026-06-05 | 219.1518 |
| 2026-06-14 | 219.6285 |
| 2026-06-21 | 217.5041 |
| 2026-06-28 | 217.2599 |
| 2026-07-05 | 220.7455 |
| 2026-07-12 | 219.4557 |
| 2026-07-19 | 217.1912 |
| 2026-07-26 | 213.3260 |
| 2026-08-02 | 217.2254 |
| 2026-08-09 | 222.6832 |
| 2026-08-16 | 222.2536 |
| 2026-08-24 | 224.6988 |
| 2026-08-31 | 222.3761 |
| 2026-09-07 | 225.1505 |
| 2026-09-14 | 222.2065 |
| 2026-09-21 | 221.8849 |
High
225.1505
Low
210.8862
Average
219.0277
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NAD¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NAD¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NAD¤cies=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¤cies=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.