Convert MKD to GBP
Macedonian Denar → British Pound
1 MKD = 0.0139728 GBP(1 GBP = 71.567449 MKD)
Currency converter
1 MKD =
0.013973 GBP
MKD to GBP: last 30 days
Over the last 30 days, 1 MKD traded between 0.013915 and 0.014023 GBP, averaging 0.013962 GBP. The MKD/GBP rate is up 0.20% since 2026-08-28.
- 30-day high
- 0.014023
- 2026-09-24
- 30-day low
- 0.013915
- 2026-09-15
- 30-day average
- 0.013962
- Days with data: 30
- 30-day change
- +0.20%
- since 2026-08-28
0.014023
0.0139152026-08-28 → 2026-09-26
| Date | 1 MKD in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.013973 | 0.00% |
| 2026-09-25 | 0.013973 | -0.36% |
| 2026-09-24 | 0.014023 | +0.00% |
| 2026-09-23 | 0.014023 | +0.45% |
| 2026-09-22 | 0.013959 | +0.13% |
| 2026-09-21 | 0.013941 | -0.18% |
| 2026-09-20 | 0.013966 | -0.02% |
| 2026-09-19 | 0.013968 | -0.10% |
| 2026-09-18 | 0.013983 | +0.37% |
| 2026-09-17 | 0.013931 | -0.02% |
| 2026-09-16 | 0.013935 | +0.14% |
| 2026-09-15 | 0.013915 | -0.36% |
| 2026-09-14 | 0.013966 | -0.03% |
| 2026-09-13 | 0.01397 | +0.11% |
| 2026-09-12 | 0.013955 | -0.15% |
| Date | 1 MKD in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.013977 | -0.04% |
| 2026-09-10 | 0.013983 | +0.32% |
| 2026-09-09 | 0.013939 | -0.10% |
| 2026-09-08 | 0.013952 | -0.03% |
| 2026-09-07 | 0.013956 | -0.06% |
| 2026-09-06 | 0.013965 | -0.01% |
| 2026-09-05 | 0.013967 | -0.02% |
| 2026-09-04 | 0.013969 | +0.07% |
| 2026-09-03 | 0.013959 | -0.05% |
| 2026-09-02 | 0.013965 | +0.15% |
| 2026-09-01 | 0.013944 | -0.14% |
| 2026-08-31 | 0.013964 | +0.13% |
| 2026-08-30 | 0.013946 | +0.03% |
| 2026-08-29 | 0.013943 | -0.02% |
| 2026-08-28 | 0.013945 | — |
MKD to GBP conversion table
1 MKD0.013973 GBP
5 MKD0.069864 GBP
10 MKD0.13973 GBP
25 MKD0.34932 GBP
50 MKD0.69864 GBP
100 MKD1.3973 GBP
500 MKD6.9864 GBP
1,000 MKD13.9728 GBP
5,000 MKD69.8642 GBP
10,000 MKD139.7283 GBP
Get the MKD/GBP rate in your app
One GET request returns the latest MKD → GBP 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/GBP"fetch('https://rate-api.com/api/v1/pair/MKD/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MKD = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MKD/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MKD = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MKD/GBP');
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']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "MKD",
"to": "GBP"
},
"rate": 0.014,
"timestamp": 1790435118,
"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
GBP to MKDBritish Pound → Macedonian Denar71.5674Convert MKD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.