Convert CAD to MNT
Canadian Dollar → Mongolian Tugrik
1 CAD = 2,544.014 MNT(1 MNT = 0.00039308 CAD)
Currency converter
1 CAD =
2,544.014 MNT
CAD to MNT: last 30 days
Over the last 30 days, 1 CAD traded between 2,544.014 and 2,613.2593 MNT, averaging 2,585.0609 MNT. The CAD/MNT rate is down 2.11% since 2026-08-28.
- 30-day high
- 2,613.2593
- 2026-09-09
- 30-day low
- 2,544.014
- 2026-09-25
- 30-day average
- 2,585.0609
- Days with data: 30
- 30-day change
- -2.11%
- since 2026-08-28
2,613.2593
2,544.0142026-08-28 → 2026-09-26
| Date | 1 CAD in MNT | Daily change |
|---|---|---|
| 2026-09-26 | 2,544.014 | 0.00% |
| 2026-09-25 | 2,544.014 | -0.24% |
| 2026-09-24 | 2,550.2127 | -0.13% |
| 2026-09-23 | 2,553.5369 | -0.34% |
| 2026-09-22 | 2,562.3067 | -0.33% |
| 2026-09-21 | 2,570.8295 | +0.17% |
| 2026-09-20 | 2,566.5196 | -0.07% |
| 2026-09-19 | 2,568.3909 | -0.03% |
| 2026-09-18 | 2,569.1366 | -0.06% |
| 2026-09-17 | 2,570.5899 | -0.44% |
| 2026-09-16 | 2,582.0007 | -0.07% |
| 2026-09-15 | 2,583.8057 | -0.29% |
| 2026-09-14 | 2,591.1921 | -0.16% |
| 2026-09-13 | 2,595.4588 | -0.02% |
| 2026-09-12 | 2,596.0939 | -0.02% |
| Date | 1 CAD in MNT | Daily change |
|---|---|---|
| 2026-09-11 | 2,596.6788 | -0.23% |
| 2026-09-10 | 2,602.5357 | -0.41% |
| 2026-09-09 | 2,613.2593 | +0.26% |
| 2026-09-08 | 2,606.3599 | +0.08% |
| 2026-09-07 | 2,604.18 | -0.07% |
| 2026-09-06 | 2,605.9466 | +0.05% |
| 2026-09-05 | 2,604.584 | -0.13% |
| 2026-09-04 | 2,608.087 | +0.03% |
| 2026-09-03 | 2,607.2848 | +0.92% |
| 2026-09-02 | 2,583.6227 | -0.27% |
| 2026-09-01 | 2,590.5847 | +0.02% |
| 2026-08-31 | 2,589.9571 | -0.21% |
| 2026-08-30 | 2,595.3939 | -0.04% |
| 2026-08-29 | 2,596.3566 | -0.10% |
| 2026-08-28 | 2,598.8927 | — |
CAD to MNT conversion table
1 CAD2,544.014 MNT
5 CAD12,720.07 MNT
10 CAD25,440.14 MNT
25 CAD63,600.351 MNT
50 CAD127,200.7 MNT
100 CAD254,401.4 MNT
500 CAD1,272,007 MNT
1,000 CAD2,544,014 MNT
5,000 CAD12,720,070 MNT
10,000 CAD25,440,140 MNT
Get the CAD/MNT rate in your app
One GET request returns the latest CAD → MNT 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/MNT"fetch('https://rate-api.com/api/v1/pair/CAD/MNT', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} MNT`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/MNT",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} MNT")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/MNT');
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']} MNT\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "MNT"
},
"rate": 2544.014,
"timestamp": 1790447445,
"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
MNT to CADMongolian Tugrik → Canadian Dollar0.00039308Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.