Convert CAD to MDL
Canadian Dollar → Moldovan Leu
1 CAD = 12.435843 MDL(1 MDL = 0.0804127 CAD)
Currency converter
1 CAD =
12.4358 MDL
CAD to MDL: last 30 days
Over the last 30 days, 1 CAD traded between 12.3363 and 12.549 MDL, averaging 12.4793 MDL. The CAD/MDL rate is up 0.70% since 2026-08-28.
- 30-day high
- 12.549
- 2026-09-03
- 30-day low
- 12.3363
- 2026-09-01
- 30-day average
- 12.4793
- Days with data: 30
- 30-day change
- +0.70%
- since 2026-08-28
12.549
12.33632026-08-28 → 2026-09-26
| Date | 1 CAD in MDL | Daily change |
|---|---|---|
| 2026-09-26 | 12.4358 | 0.00% |
| 2026-09-25 | 12.4358 | -0.18% |
| 2026-09-24 | 12.4589 | -0.19% |
| 2026-09-23 | 12.4829 | -0.16% |
| 2026-09-22 | 12.5023 | -0.25% |
| 2026-09-21 | 12.5338 | +0.25% |
| 2026-09-20 | 12.503 | -0.28% |
| 2026-09-19 | 12.5386 | +0.08% |
| 2026-09-18 | 12.529 | +0.00% |
| 2026-09-17 | 12.5288 | +0.47% |
| 2026-09-16 | 12.4696 | -0.19% |
| 2026-09-15 | 12.4934 | +0.13% |
| 2026-09-14 | 12.4776 | +0.32% |
| 2026-09-13 | 12.4382 | -0.39% |
| 2026-09-12 | 12.4871 | +0.08% |
| Date | 1 CAD in MDL | Daily change |
|---|---|---|
| 2026-09-11 | 12.4772 | -0.16% |
| 2026-09-10 | 12.4969 | -0.08% |
| 2026-09-09 | 12.5075 | +0.10% |
| 2026-09-08 | 12.495 | +0.23% |
| 2026-09-07 | 12.4659 | -0.28% |
| 2026-09-06 | 12.5004 | +0.18% |
| 2026-09-05 | 12.4784 | -0.29% |
| 2026-09-04 | 12.5147 | -0.27% |
| 2026-09-03 | 12.549 | +0.97% |
| 2026-09-02 | 12.4286 | +0.75% |
| 2026-09-01 | 12.3363 | -1.39% |
| 2026-08-31 | 12.5102 | +0.29% |
| 2026-08-30 | 12.4735 | -0.06% |
| 2026-08-29 | 12.4808 | +1.06% |
| 2026-08-28 | 12.3493 | — |
CAD to MDL conversion table
1 CAD12.4358 MDL
5 CAD62.1792 MDL
10 CAD124.3584 MDL
25 CAD310.8961 MDL
50 CAD621.7921 MDL
100 CAD1,243.5843 MDL
500 CAD6,217.9214 MDL
1,000 CAD12,435.843 MDL
5,000 CAD62,179.214 MDL
10,000 CAD124,358.43 MDL
Get the CAD/MDL rate in your app
One GET request returns the latest CAD → 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/CAD/MDL"fetch('https://rate-api.com/api/v1/pair/CAD/MDL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} MDL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/MDL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} MDL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/MDL');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} MDL\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "MDL"
},
"rate": 12.4358,
"timestamp": 1790429367,
"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 CADMoldovan Leu → Canadian Dollar0.080413Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.