Convert CHF to MKD
Swiss Franc → Macedonian Denar
1 CHF = 65.198741 MKD(1 MKD = 0.0153377 CHF)
Currency converter
1 CHF =
65.1987 MKD
CHF to MKD: last 30 days
Over the last 30 days, 1 CHF traded between 64.9106 and 65.657 MKD, averaging 65.2617 MKD. The CHF/MKD rate is down 0.68% since 2026-08-28.
- 30-day high
- 65.657
- 2026-08-29
- 30-day low
- 64.9106
- 2026-09-18
- 30-day average
- 65.2617
- Days with data: 30
- 30-day change
- -0.68%
- since 2026-08-28
65.657
64.91062026-08-28 → 2026-09-26
| Date | 1 CHF in MKD | Daily change |
|---|---|---|
| 2026-09-26 | 65.1987 | 0.00% |
| 2026-09-25 | 65.1987 | +0.05% |
| 2026-09-24 | 65.1688 | -0.16% |
| 2026-09-23 | 65.2757 | -0.22% |
| 2026-09-22 | 65.421 | +0.35% |
| 2026-09-21 | 65.1954 | +0.32% |
| 2026-09-20 | 64.99 | +0.02% |
| 2026-09-19 | 64.9776 | +0.10% |
| 2026-09-18 | 64.9106 | -0.27% |
| 2026-09-17 | 65.0843 | -0.05% |
| 2026-09-16 | 65.1162 | -0.04% |
| 2026-09-15 | 65.1429 | +0.24% |
| 2026-09-14 | 64.9887 | -0.01% |
| 2026-09-13 | 64.9963 | -0.11% |
| 2026-09-12 | 65.066 | +0.15% |
| Date | 1 CHF in MKD | Daily change |
|---|---|---|
| 2026-09-11 | 64.9656 | -0.28% |
| 2026-09-10 | 65.1451 | -0.59% |
| 2026-09-09 | 65.5325 | +0.50% |
| 2026-09-08 | 65.2035 | -0.36% |
| 2026-09-07 | 65.4385 | +0.05% |
| 2026-09-06 | 65.403 | +0.01% |
| 2026-09-05 | 65.3933 | +0.02% |
| 2026-09-04 | 65.3826 | -0.42% |
| 2026-09-03 | 65.6557 | +0.62% |
| 2026-09-02 | 65.2486 | -0.22% |
| 2026-09-01 | 65.3903 | -0.04% |
| 2026-08-31 | 65.4178 | -0.34% |
| 2026-08-30 | 65.6405 | -0.03% |
| 2026-08-29 | 65.657 | +0.02% |
| 2026-08-28 | 65.6453 | — |
CHF to MKD conversion table
1 CHF65.1987 MKD
5 CHF325.9937 MKD
10 CHF651.9874 MKD
25 CHF1,629.9685 MKD
50 CHF3,259.9371 MKD
100 CHF6,519.8741 MKD
500 CHF32,599.371 MKD
1,000 CHF65,198.741 MKD
5,000 CHF325,993.71 MKD
10,000 CHF651,987.41 MKD
Get the CHF/MKD rate in your app
One GET request returns the latest CHF → 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/CHF/MKD"fetch('https://rate-api.com/api/v1/pair/CHF/MKD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} MKD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/MKD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} MKD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/MKD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} MKD\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "MKD"
},
"rate": 65.1987,
"timestamp": 1790429291,
"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 CHFMacedonian Denar → Swiss Franc0.015338Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.