Convert MDL to CHF
Moldovan Leu → Swiss Franc
1 MDL = 0.0470948 CHF(1 CHF = 21.233757 MDL)
Currency converter
1 MDL =
0.047095 CHF
MDL to CHF: last 30 days
Over the last 30 days, 1 MDL traded between 0.046514 and 0.047309 CHF, averaging 0.046963 CHF. The MDL/CHF rate is up 0.18% since 2026-08-28.
- 30-day high
- 0.047309
- 2026-09-01
- 30-day low
- 0.046514
- 2026-08-29
- 30-day average
- 0.046963
- Days with data: 30
- 30-day change
- +0.18%
- since 2026-08-28
0.047309
0.0465142026-08-28 → 2026-09-26
| Date | 1 MDL in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.047095 | 0.00% |
| 2026-09-25 | 0.047095 | +0.07% |
| 2026-09-24 | 0.047062 | +0.58% |
| 2026-09-23 | 0.046789 | +0.26% |
| 2026-09-22 | 0.046669 | -0.28% |
| 2026-09-21 | 0.046798 | -0.72% |
| 2026-09-20 | 0.047135 | +0.28% |
| 2026-09-19 | 0.047001 | -0.08% |
| 2026-09-18 | 0.047037 | +0.03% |
| 2026-09-17 | 0.047022 | -0.21% |
| 2026-09-16 | 0.047121 | +0.16% |
| 2026-09-15 | 0.047047 | -0.15% |
| 2026-09-14 | 0.047119 | -0.38% |
| 2026-09-13 | 0.0473 | +0.39% |
| 2026-09-12 | 0.047115 | -0.08% |
| Date | 1 MDL in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.047152 | +0.26% |
| 2026-09-10 | 0.047028 | +0.34% |
| 2026-09-09 | 0.046867 | -0.38% |
| 2026-09-08 | 0.047046 | +0.16% |
| 2026-09-07 | 0.046973 | +0.13% |
| 2026-09-06 | 0.046911 | -0.18% |
| 2026-09-05 | 0.046994 | +0.29% |
| 2026-09-04 | 0.046857 | +0.31% |
| 2026-09-03 | 0.04671 | -0.68% |
| 2026-09-02 | 0.047031 | -0.59% |
| 2026-09-01 | 0.047309 | +1.64% |
| 2026-08-31 | 0.046544 | +0.01% |
| 2026-08-30 | 0.046541 | +0.06% |
| 2026-08-29 | 0.046514 | -1.05% |
| 2026-08-28 | 0.047009 | — |
MDL to CHF conversion table
1 MDL0.047095 CHF
5 MDL0.23547 CHF
10 MDL0.47095 CHF
25 MDL1.1774 CHF
50 MDL2.3547 CHF
100 MDL4.7095 CHF
500 MDL23.5474 CHF
1,000 MDL47.0948 CHF
5,000 MDL235.4741 CHF
10,000 MDL470.9482 CHF
Get the MDL/CHF rate in your app
One GET request returns the latest MDL → CHF 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/MDL/CHF"fetch('https://rate-api.com/api/v1/pair/MDL/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MDL = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MDL/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MDL = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MDL/CHF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MDL = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "MDL",
"to": "CHF"
},
"rate": 0.0471,
"timestamp": 1790435060,
"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
CHF to MDLSwiss Franc → Moldovan Leu21.2338Convert MDL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.