Convert CHF to MDL
Swiss Franc → Moldovan Leu
1 CHF = 21.233757 MDL(1 MDL = 0.0470948 CHF)
Currency converter
1 CHF =
21.2338 MDL
CHF to MDL: last 30 days
Over the last 30 days, 1 CHF traded between 21.1376 and 21.4991 MDL, averaging 21.2937 MDL. The CHF/MDL rate is down 0.18% since 2026-08-28.
- 30-day high
- 21.4991
- 2026-08-29
- 30-day low
- 21.1376
- 2026-09-01
- 30-day average
- 21.2937
- Days with data: 30
- 30-day change
- -0.18%
- since 2026-08-28
21.4991
21.13762026-08-28 → 2026-09-26
| Date | 1 CHF in MDL | Daily change |
|---|---|---|
| 2026-09-26 | 21.2338 | 0.00% |
| 2026-09-25 | 21.2338 | -0.07% |
| 2026-09-24 | 21.2485 | -0.58% |
| 2026-09-23 | 21.3724 | -0.26% |
| 2026-09-22 | 21.4276 | +0.28% |
| 2026-09-21 | 21.3685 | +0.72% |
| 2026-09-20 | 21.2156 | -0.28% |
| 2026-09-19 | 21.2761 | +0.08% |
| 2026-09-18 | 21.2598 | -0.03% |
| 2026-09-17 | 21.2665 | +0.21% |
| 2026-09-16 | 21.2221 | -0.16% |
| 2026-09-15 | 21.2555 | +0.15% |
| 2026-09-14 | 21.2227 | +0.38% |
| 2026-09-13 | 21.1418 | -0.39% |
| 2026-09-12 | 21.2248 | +0.08% |
| Date | 1 CHF in MDL | Daily change |
|---|---|---|
| 2026-09-11 | 21.208 | -0.26% |
| 2026-09-10 | 21.2638 | -0.34% |
| 2026-09-09 | 21.3368 | +0.38% |
| 2026-09-08 | 21.2556 | -0.16% |
| 2026-09-07 | 21.2889 | -0.13% |
| 2026-09-06 | 21.3169 | +0.18% |
| 2026-09-05 | 21.2795 | -0.29% |
| 2026-09-04 | 21.3414 | -0.31% |
| 2026-09-03 | 21.4086 | +0.69% |
| 2026-09-02 | 21.2625 | +0.59% |
| 2026-09-01 | 21.1376 | -1.62% |
| 2026-08-31 | 21.485 | -0.01% |
| 2026-08-30 | 21.4866 | -0.06% |
| 2026-08-29 | 21.4991 | +1.06% |
| 2026-08-28 | 21.2727 | — |
CHF to MDL conversion table
1 CHF21.2338 MDL
5 CHF106.1688 MDL
10 CHF212.3376 MDL
25 CHF530.8439 MDL
50 CHF1,061.6879 MDL
100 CHF2,123.3757 MDL
500 CHF10,616.879 MDL
1,000 CHF21,233.757 MDL
5,000 CHF106,168.79 MDL
10,000 CHF212,337.57 MDL
Get the CHF/MDL rate in your app
One GET request returns the latest CHF → MDL 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/MDL"fetch('https://rate-api.com/api/v1/pair/CHF/MDL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} MDL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/MDL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} MDL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/MDL');
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']} MDL\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "MDL"
},
"rate": 21.2338,
"timestamp": 1790437513,
"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
MDL to CHFMoldovan Leu → Swiss Franc0.047095Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.