MKD to MNT exchange rate API
Denar to Tugrik · quoted 2026-09-26
66.5837
▼ +2.56% over 1Y
1 MKD = 66.5837 MNT · 1 MNT = 0.01502 MKD · Get this rate via the API
1 MKD buys 66.5837 MNT as of 2026-09-26, so 1 MNT buys 0.01502 MKD. Over the last year, MKD/MNT traded between 0.01302 and 68.7715, averaged 63.7089 and fell 2.56%. The API holds daily MKD/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MKD/MNT over 1Y: show the values
| Point | MKD/MNT |
|---|---|
| 2025-09-26 | 68.3309 |
| 2025-10-03 | 68.4291 |
| 2025-10-10 | 67.5024 |
| 2025-10-17 | 68.3092 |
| 2025-10-24 | 67.7808 |
| 2025-10-31 | 0.0130 |
| 2025-11-07 | 0.0154 |
| 2025-11-14 | 0.0156 |
| 2025-11-21 | 66.8041 |
| 2025-11-28 | 67.1290 |
| 2025-12-05 | 67.0311 |
| 2025-12-13 | 67.6520 |
| 2025-12-20 | 67.6134 |
| 2025-12-27 | 68.0429 |
| 2026-01-03 | 67.8145 |
| 2026-01-10 | 67.2863 |
| 2026-01-17 | 67.1806 |
| 2026-01-24 | 67.8531 |
| 2026-01-31 | 68.6573 |
| 2026-02-07 | 68.4636 |
| 2026-02-14 | 68.7715 |
| 2026-02-21 | 68.2780 |
| 2026-02-28 | 68.3855 |
| 2026-03-07 | 67.3478 |
| 2026-03-14 | 66.2763 |
| 2026-03-21 | 67.0968 |
| 2026-03-28 | 67.0605 |
| 2026-04-04 | 66.8968 |
| 2026-04-11 | 68.4161 |
| 2026-04-18 | 68.2711 |
| 2026-04-25 | 68.0971 |
| 2026-05-02 | 68.1757 |
| 2026-05-09 | 68.4918 |
| 2026-05-17 | 67.7070 |
| 2026-05-25 | 67.6016 |
| 2026-06-01 | 67.5716 |
| 2026-06-10 | 67.0449 |
| 2026-06-17 | 67.4227 |
| 2026-06-24 | 66.1157 |
| 2026-07-01 | 66.2833 |
| 2026-07-08 | 66.3741 |
| 2026-07-15 | 66.5594 |
| 2026-07-22 | 66.5088 |
| 2026-07-29 | 66.5855 |
| 2026-08-05 | 67.4136 |
| 2026-08-12 | 67.4984 |
| 2026-08-20 | 68.1365 |
| 2026-08-27 | 68.1709 |
| 2026-09-03 | 67.7479 |
| 2026-09-10 | 67.9754 |
| 2026-09-17 | 67.0416 |
| 2026-09-24 | 66.7401 |
High
68.7715
Low
0.01302
Average
63.7089
Get this rate via the API
One GET request returns the MKD/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=MKD¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MKD¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MKD¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
MKD/MNT API questions
How do I get the MKD/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MKD¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MKD/MNT rate in rates.MNT.
How far back does MKD/MNT historical data go?
Daily MKD/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 MKD/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.