NAD to MNT exchange rate API
Namibia Dollar to Tugrik · quoted 2026-09-26
220.5433
▼ +2.11% over 30D
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 30 days, NAD/MNT traded between 219.0223 and 225.2930, averaged 222.6464 and fell 2.11%. 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 30D: show the values
| Point | NAD/MNT |
|---|---|
| 2026-08-27 | 225.2930 |
| 2026-08-28 | 225.1273 |
| 2026-08-29 | 222.5769 |
| 2026-08-30 | 222.4267 |
| 2026-08-31 | 222.3761 |
| 2026-09-01 | 223.2685 |
| 2026-09-02 | 222.4187 |
| 2026-09-03 | 224.1275 |
| 2026-09-04 | 225.1434 |
| 2026-09-05 | 225.2131 |
| 2026-09-06 | 225.2380 |
| 2026-09-07 | 225.1505 |
| 2026-09-08 | 224.9807 |
| 2026-09-09 | 224.8650 |
| 2026-09-10 | 224.1610 |
| 2026-09-11 | 221.8706 |
| 2026-09-12 | 222.9455 |
| 2026-09-13 | 223.0928 |
| 2026-09-14 | 222.2065 |
| 2026-09-15 | 220.9839 |
| 2026-09-16 | 221.7912 |
| 2026-09-17 | 220.1272 |
| 2026-09-18 | 221.6354 |
| 2026-09-19 | 221.3866 |
| 2026-09-20 | 220.9250 |
| 2026-09-21 | 221.8849 |
| 2026-09-22 | 221.4387 |
| 2026-09-23 | 222.1348 |
| 2026-09-24 | 219.7856 |
| 2026-09-25 | 219.0223 |
| 2026-09-26 | 220.5433 |
High
225.2930
Low
219.0223
Average
222.6464
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.