Convert MKD to JPY
Macedonian Denar → Japanese Yen
1 MKD = 2.918145 JPY(1 JPY = 0.342683 MKD)
Currency converter
1 MKD =
2.9181 JPY
MKD to JPY: last 30 days
Over the last 30 days, 1 MKD traded between 2.8979 and 3.0247 JPY, averaging 2.9446 JPY. The MKD/JPY rate is down 3.52% since 2026-08-28.
- 30-day high
- 3.0247
- 2026-08-30
- 30-day low
- 2.8979
- 2026-09-09
- 30-day average
- 2.9446
- Days with data: 30
- 30-day change
- -3.52%
- since 2026-08-28
3.0247
2.89792026-08-28 → 2026-09-26
| Date | 1 MKD in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 2.9181 | 0.00% |
| 2026-09-25 | 2.9181 | -0.91% |
| 2026-09-24 | 2.9448 | +0.17% |
| 2026-09-23 | 2.9399 | +0.27% |
| 2026-09-22 | 2.9321 | -0.16% |
| 2026-09-21 | 2.9368 | -0.19% |
| 2026-09-20 | 2.9425 | -0.02% |
| 2026-09-19 | 2.943 | -0.10% |
| 2026-09-18 | 2.9461 | +1.54% |
| 2026-09-17 | 2.9013 | -0.20% |
| 2026-09-16 | 2.9073 | -0.03% |
| 2026-09-15 | 2.9081 | -0.16% |
| 2026-09-14 | 2.9127 | +0.20% |
| 2026-09-13 | 2.9069 | +0.11% |
| 2026-09-12 | 2.9038 | -0.15% |
| Date | 1 MKD in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 2.9083 | -0.22% |
| 2026-09-10 | 2.9147 | +0.58% |
| 2026-09-09 | 2.8979 | -0.62% |
| 2026-09-08 | 2.9161 | -0.21% |
| 2026-09-07 | 2.9223 | -1.01% |
| 2026-09-06 | 2.9522 | -0.01% |
| 2026-09-05 | 2.9526 | -0.02% |
| 2026-09-04 | 2.9531 | +0.47% |
| 2026-09-03 | 2.9392 | -2.19% |
| 2026-09-02 | 3.0051 | -0.55% |
| 2026-09-01 | 3.0218 | +0.07% |
| 2026-08-31 | 3.0198 | -0.16% |
| 2026-08-30 | 3.0247 | +0.03% |
| 2026-08-29 | 3.0239 | -0.02% |
| 2026-08-28 | 3.0245 | — |
MKD to JPY conversion table
1 MKD2.9181 JPY
5 MKD14.5907 JPY
10 MKD29.1815 JPY
25 MKD72.9536 JPY
50 MKD145.9073 JPY
100 MKD291.8145 JPY
500 MKD1,459.0726 JPY
1,000 MKD2,918.1452 JPY
5,000 MKD14,590.726 JPY
10,000 MKD29,181.452 JPY
Get the MKD/JPY rate in your app
One GET request returns the latest MKD → JPY 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/JPY"fetch('https://rate-api.com/api/v1/pair/MKD/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MKD = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MKD/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MKD = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MKD/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "MKD",
"to": "JPY"
},
"rate": 2.9181,
"timestamp": 1790432063,
"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
JPY to MKDJapanese Yen → Macedonian Denar0.34268Convert MKD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.