Skip to content

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

MKD/MNT over 1Y: show the values
PointMKD/MNT
2025-09-2668.3309
2025-10-0368.4291
2025-10-1067.5024
2025-10-1768.3092
2025-10-2467.7808
2025-10-310.0130
2025-11-070.0154
2025-11-140.0156
2025-11-2166.8041
2025-11-2867.1290
2025-12-0567.0311
2025-12-1367.6520
2025-12-2067.6134
2025-12-2768.0429
2026-01-0367.8145
2026-01-1067.2863
2026-01-1767.1806
2026-01-2467.8531
2026-01-3168.6573
2026-02-0768.4636
2026-02-1468.7715
2026-02-2168.2780
2026-02-2868.3855
2026-03-0767.3478
2026-03-1466.2763
2026-03-2167.0968
2026-03-2867.0605
2026-04-0466.8968
2026-04-1168.4161
2026-04-1868.2711
2026-04-2568.0971
2026-05-0268.1757
2026-05-0968.4918
2026-05-1767.7070
2026-05-2567.6016
2026-06-0167.5716
2026-06-1067.0449
2026-06-1767.4227
2026-06-2466.1157
2026-07-0166.2833
2026-07-0866.3741
2026-07-1566.5594
2026-07-2266.5088
2026-07-2966.5855
2026-08-0567.4136
2026-08-1267.4984
2026-08-2068.1365
2026-08-2768.1709
2026-09-0367.7479
2026-09-1067.9754
2026-09-1767.0416
2026-09-2466.7401

High

68.7715

Low

0.01302

Average

63.7089

For developers

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