Convert MDL to CAD
Moldovan Leu → Canadian Dollar
1 MDL = 0.0804127 CAD(1 CAD = 12.435843 MDL)
Currency converter
1 MDL =
0.080413 CAD
MDL to CAD: last 30 days
Over the last 30 days, 1 MDL traded between 0.079688 and 0.081062 CAD, averaging 0.080134 CAD. The MDL/CAD rate is down 0.70% since 2026-08-28.
- 30-day high
- 0.081062
- 2026-09-01
- 30-day low
- 0.079688
- 2026-09-03
- 30-day average
- 0.080134
- Days with data: 30
- 30-day change
- -0.70%
- since 2026-08-28
0.081062
0.0796882026-08-28 → 2026-09-26
| Date | 1 MDL in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.080413 | 0.00% |
| 2026-09-25 | 0.080413 | +0.19% |
| 2026-09-24 | 0.080264 | +0.19% |
| 2026-09-23 | 0.08011 | +0.16% |
| 2026-09-22 | 0.079985 | +0.25% |
| 2026-09-21 | 0.079784 | -0.25% |
| 2026-09-20 | 0.079981 | +0.28% |
| 2026-09-19 | 0.079754 | -0.08% |
| 2026-09-18 | 0.079815 | -0.00% |
| 2026-09-17 | 0.079816 | -0.47% |
| 2026-09-16 | 0.080195 | +0.19% |
| 2026-09-15 | 0.080042 | -0.13% |
| 2026-09-14 | 0.080143 | -0.32% |
| 2026-09-13 | 0.080397 | +0.39% |
| 2026-09-12 | 0.080083 | -0.08% |
| Date | 1 MDL in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.080146 | +0.16% |
| 2026-09-10 | 0.08002 | +0.08% |
| 2026-09-09 | 0.079952 | -0.10% |
| 2026-09-08 | 0.080032 | -0.23% |
| 2026-09-07 | 0.080219 | +0.28% |
| 2026-09-06 | 0.079998 | -0.18% |
| 2026-09-05 | 0.080138 | +0.29% |
| 2026-09-04 | 0.079906 | +0.27% |
| 2026-09-03 | 0.079688 | -0.96% |
| 2026-09-02 | 0.08046 | -0.74% |
| 2026-09-01 | 0.081062 | +1.41% |
| 2026-08-31 | 0.079935 | -0.29% |
| 2026-08-30 | 0.08017 | +0.06% |
| 2026-08-29 | 0.080123 | -1.05% |
| 2026-08-28 | 0.080976 | — |
MDL to CAD conversion table
1 MDL0.080413 CAD
5 MDL0.40206 CAD
10 MDL0.80413 CAD
25 MDL2.0103 CAD
50 MDL4.0206 CAD
100 MDL8.0413 CAD
500 MDL40.2064 CAD
1,000 MDL80.4127 CAD
5,000 MDL402.0636 CAD
10,000 MDL804.1273 CAD
Get the MDL/CAD rate in your app
One GET request returns the latest MDL → CAD 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/CAD"fetch('https://rate-api.com/api/v1/pair/MDL/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MDL = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MDL/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MDL = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MDL/CAD');
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']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "MDL",
"to": "CAD"
},
"rate": 0.0804,
"timestamp": 1790432100,
"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
CAD to MDLCanadian Dollar → Moldovan Leu12.4358Convert MDL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.