Convert MKD to RUB
Macedonian Denar → Russian Ruble
1 MKD = 1.574214 RUB(1 RUB = 0.635238 MKD)
Currency converter
1 MKD =
1.5742 RUB
MKD to RUB: last 30 days
Over the last 30 days, 1 MKD traded between 1.5624 and 1.6447 RUB, averaging 1.6012 RUB. The MKD/RUB rate is down 2.76% since 2026-08-28.
- 30-day high
- 1.6447
- 2026-09-03
- 30-day low
- 1.5624
- 2026-09-22
- 30-day average
- 1.6012
- Days with data: 30
- 30-day change
- -2.76%
- since 2026-08-28
1.6447
1.56242026-08-28 → 2026-09-26
| Date | 1 MKD in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 1.5742 | 0.00% |
| 2026-09-25 | 1.5742 | +0.09% |
| 2026-09-24 | 1.5728 | +0.22% |
| 2026-09-23 | 1.5694 | +0.44% |
| 2026-09-22 | 1.5624 | -0.59% |
| 2026-09-21 | 1.5716 | +0.29% |
| 2026-09-20 | 1.567 | -0.39% |
| 2026-09-19 | 1.5731 | -0.22% |
| 2026-09-18 | 1.5767 | +0.45% |
| 2026-09-17 | 1.5696 | -0.58% |
| 2026-09-16 | 1.5788 | -0.43% |
| 2026-09-15 | 1.5856 | -0.47% |
| 2026-09-14 | 1.5931 | +0.16% |
| 2026-09-13 | 1.5905 | +0.22% |
| 2026-09-12 | 1.5871 | +0.12% |
| Date | 1 MKD in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 1.5852 | -1.35% |
| 2026-09-10 | 1.6068 | -1.01% |
| 2026-09-09 | 1.6232 | -0.41% |
| 2026-09-08 | 1.6298 | -0.35% |
| 2026-09-07 | 1.6356 | +0.01% |
| 2026-09-06 | 1.6354 | +0.84% |
| 2026-09-05 | 1.6218 | -0.98% |
| 2026-09-04 | 1.6378 | -0.42% |
| 2026-09-03 | 1.6447 | +0.60% |
| 2026-09-02 | 1.6348 | +0.38% |
| 2026-09-01 | 1.6286 | +0.20% |
| 2026-08-31 | 1.6253 | -0.25% |
| 2026-08-30 | 1.6294 | -0.16% |
| 2026-08-29 | 1.632 | +0.81% |
| 2026-08-28 | 1.6189 | — |
MKD to RUB conversion table
1 MKD1.5742 RUB
5 MKD7.8711 RUB
10 MKD15.7421 RUB
25 MKD39.3553 RUB
50 MKD78.7107 RUB
100 MKD157.4214 RUB
500 MKD787.1067 RUB
1,000 MKD1,574.2135 RUB
5,000 MKD7,871.0674 RUB
10,000 MKD15,742.135 RUB
Get the MKD/RUB rate in your app
One GET request returns the latest MKD → RUB 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/MKD/RUB"fetch('https://rate-api.com/api/v1/pair/MKD/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MKD = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MKD/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MKD = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MKD/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MKD = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "MKD",
"to": "RUB"
},
"rate": 1.5742,
"timestamp": 1790432044,
"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
RUB to MKDRussian Ruble → Macedonian Denar0.63524Convert MKD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.