Convert RUB to MKD
Russian Ruble → Macedonian Denar
1 RUB = 0.635238 MKD(1 MKD = 1.574214 RUB)
Currency converter
1 RUB =
0.63524 MKD
RUB to MKD: last 30 days
Over the last 30 days, 1 RUB traded between 0.60802 and 0.64002 MKD, averaging 0.62472 MKD. The RUB/MKD rate is up 2.84% since 2026-08-28.
- 30-day high
- 0.64002
- 2026-09-22
- 30-day low
- 0.60802
- 2026-09-03
- 30-day average
- 0.62472
- Days with data: 30
- 30-day change
- +2.84%
- since 2026-08-28
0.64002
0.608022026-08-28 → 2026-09-26
| Date | 1 RUB in MKD | Daily change |
|---|---|---|
| 2026-09-26 | 0.63524 | 0.00% |
| 2026-09-25 | 0.63524 | -0.09% |
| 2026-09-24 | 0.63582 | -0.22% |
| 2026-09-23 | 0.6372 | -0.44% |
| 2026-09-22 | 0.64002 | +0.59% |
| 2026-09-21 | 0.63628 | -0.29% |
| 2026-09-20 | 0.63815 | +0.39% |
| 2026-09-19 | 0.63567 | +0.23% |
| 2026-09-18 | 0.63424 | -0.45% |
| 2026-09-17 | 0.63709 | +0.58% |
| 2026-09-16 | 0.63341 | +0.43% |
| 2026-09-15 | 0.63067 | +0.47% |
| 2026-09-14 | 0.62769 | -0.16% |
| 2026-09-13 | 0.62872 | -0.22% |
| 2026-09-12 | 0.63009 | -0.12% |
| Date | 1 RUB in MKD | Daily change |
|---|---|---|
| 2026-09-11 | 0.63085 | +1.37% |
| 2026-09-10 | 0.62234 | +1.02% |
| 2026-09-09 | 0.61608 | +0.41% |
| 2026-09-08 | 0.61359 | +0.36% |
| 2026-09-07 | 0.61141 | -0.01% |
| 2026-09-06 | 0.61145 | -0.83% |
| 2026-09-05 | 0.6166 | +0.99% |
| 2026-09-04 | 0.61056 | +0.42% |
| 2026-09-03 | 0.60802 | -0.60% |
| 2026-09-02 | 0.61169 | -0.38% |
| 2026-09-01 | 0.61401 | -0.20% |
| 2026-08-31 | 0.61525 | +0.25% |
| 2026-08-30 | 0.61372 | +0.16% |
| 2026-08-29 | 0.61274 | -0.80% |
| 2026-08-28 | 0.61771 | — |
RUB to MKD conversion table
1 RUB0.63524 MKD
5 RUB3.1762 MKD
10 RUB6.3524 MKD
25 RUB15.8809 MKD
50 RUB31.7619 MKD
100 RUB63.5238 MKD
500 RUB317.6189 MKD
1,000 RUB635.2379 MKD
5,000 RUB3,176.1893 MKD
10,000 RUB6,352.3786 MKD
Get the RUB/MKD rate in your app
One GET request returns the latest RUB → 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/RUB/MKD"fetch('https://rate-api.com/api/v1/pair/RUB/MKD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} MKD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/MKD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} MKD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/MKD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RUB = {$data['rate']} MKD\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "MKD"
},
"rate": 0.6352,
"timestamp": 1790447426,
"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 RUBMacedonian Denar → Russian Ruble1.5742Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.