Convert EUR to MKD
Euro → Macedonian Denar
1 EUR = 61.580211 MKD(1 MKD = 0.016239 EUR)
Currency converter
1 EUR =
61.5802 MKD
EUR to MKD: last 30 days
Over the last 30 days, 1 EUR traded between 61.2908 and 61.6506 MKD, averaging 61.4764 MKD. The EUR/MKD rate is up 0.18% since 2026-08-28.
- 30-day high
- 61.6506
- 2026-09-03
- 30-day low
- 61.2908
- 2026-09-14
- 30-day average
- 61.4764
- Days with data: 30
- 30-day change
- +0.18%
- since 2026-08-28
61.6506
61.29082026-08-28 → 2026-09-26
| Date | 1 EUR in MKD | Daily change |
|---|---|---|
| 2026-09-26 | 61.5802 | 0.00% |
| 2026-09-25 | 61.5802 | +0.43% |
| 2026-09-24 | 61.3173 | +0.04% |
| 2026-09-23 | 61.2939 | -0.25% |
| 2026-09-22 | 61.4502 | -0.13% |
| 2026-09-21 | 61.5316 | +0.06% |
| 2026-09-20 | 61.4933 | +0.02% |
| 2026-09-19 | 61.4815 | +0.10% |
| 2026-09-18 | 61.4181 | -0.31% |
| 2026-09-17 | 61.6089 | +0.13% |
| 2026-09-16 | 61.5282 | +0.04% |
| 2026-09-15 | 61.501 | +0.34% |
| 2026-09-14 | 61.2908 | -0.22% |
| 2026-09-13 | 61.428 | -0.11% |
| 2026-09-12 | 61.4939 | +0.15% |
| Date | 1 EUR in MKD | Daily change |
|---|---|---|
| 2026-09-11 | 61.399 | -0.07% |
| 2026-09-10 | 61.4447 | -0.30% |
| 2026-09-09 | 61.6268 | +0.28% |
| 2026-09-08 | 61.4542 | -0.15% |
| 2026-09-07 | 61.5446 | +0.05% |
| 2026-09-06 | 61.5113 | +0.01% |
| 2026-09-05 | 61.5021 | +0.02% |
| 2026-09-04 | 61.4921 | -0.26% |
| 2026-09-03 | 61.6506 | +0.26% |
| 2026-09-02 | 61.4903 | +0.10% |
| 2026-09-01 | 61.4282 | +0.15% |
| 2026-08-31 | 61.3351 | -0.21% |
| 2026-08-30 | 61.4654 | -0.03% |
| 2026-08-29 | 61.4809 | +0.02% |
| 2026-08-28 | 61.4699 | — |
EUR to MKD conversion table
1 EUR61.5802 MKD
5 EUR307.9011 MKD
10 EUR615.8021 MKD
25 EUR1,539.5053 MKD
50 EUR3,079.0106 MKD
100 EUR6,158.0211 MKD
500 EUR30,790.106 MKD
1,000 EUR61,580.211 MKD
5,000 EUR307,901.06 MKD
10,000 EUR615,802.11 MKD
Get the EUR/MKD rate in your app
One GET request returns the latest EUR → MKD rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/EUR/MKD"fetch('https://rate-api.com/api/v1/pair/EUR/MKD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} MKD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/MKD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} MKD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/MKD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} MKD\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "MKD"
},
"rate": 61.5802,
"timestamp": 1790429350,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
MKD to EURMacedonian Denar → Euro0.016239Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.