Convert CAD to KRW
Canadian Dollar → South Korean Won
1 CAD = 958.11992 KRW(1 KRW = 0.00104371 CAD)
Currency converter
1 CAD =
958.1199 KRW
CAD to KRW: last 30 days
Over the last 30 days, 1 CAD traded between 958.1199 and 992.1683 KRW, averaging 977.8179 KRW. The CAD/KRW rate is down 3.43% since 2026-08-28.
- 30-day high
- 992.1683
- 2026-08-28
- 30-day low
- 958.1199
- 2026-09-25
- 30-day average
- 977.8179
- Days with data: 30
- 30-day change
- -3.43%
- since 2026-08-28
992.1683
958.11992026-08-28 → 2026-09-26
| Date | 1 CAD in KRW | Daily change |
|---|---|---|
| 2026-09-26 | 958.1199 | 0.00% |
| 2026-09-25 | 958.1199 | -1.17% |
| 2026-09-24 | 969.4585 | +0.04% |
| 2026-09-23 | 969.0863 | +0.36% |
| 2026-09-22 | 965.6437 | -1.45% |
| 2026-09-21 | 979.8486 | -1.10% |
| 2026-09-20 | 990.7923 | 0.00% |
| 2026-09-19 | 990.7923 | 0.00% |
| 2026-09-18 | 990.7923 | +0.29% |
| 2026-09-17 | 987.8885 | +0.67% |
| 2026-09-16 | 981.2756 | +0.50% |
| 2026-09-15 | 976.4009 | +0.72% |
| 2026-09-14 | 969.4246 | +0.05% |
| 2026-09-13 | 968.9638 | 0.00% |
| 2026-09-12 | 968.9638 | 0.00% |
| Date | 1 CAD in KRW | Daily change |
|---|---|---|
| 2026-09-11 | 968.9638 | -0.38% |
| 2026-09-10 | 972.6404 | +0.22% |
| 2026-09-09 | 970.5113 | -0.14% |
| 2026-09-08 | 971.8725 | -0.36% |
| 2026-09-07 | 975.3473 | -0.32% |
| 2026-09-06 | 978.5145 | 0.00% |
| 2026-09-05 | 978.5145 | 0.00% |
| 2026-09-04 | 978.5145 | -0.57% |
| 2026-09-03 | 984.114 | +0.57% |
| 2026-09-02 | 978.4991 | -1.14% |
| 2026-09-01 | 989.7826 | +0.47% |
| 2026-08-31 | 985.1865 | -0.70% |
| 2026-08-30 | 992.1683 | 0.00% |
| 2026-08-29 | 992.1683 | 0.00% |
| 2026-08-28 | 992.1683 | — |
CAD to KRW conversion table
1 CAD958.1199 KRW
5 CAD4,790.5996 KRW
10 CAD9,581.1992 KRW
25 CAD23,952.998 KRW
50 CAD47,905.996 KRW
100 CAD95,811.992 KRW
500 CAD479,059.96 KRW
1,000 CAD958,119.92 KRW
5,000 CAD4,790,599.6 KRW
10,000 CAD9,581,199.2 KRW
Get the CAD/KRW rate in your app
One GET request returns the latest CAD → KRW 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/KRW"fetch('https://rate-api.com/api/v1/pair/CAD/KRW', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} KRW`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/KRW",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} KRW")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/KRW');
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']} KRW\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "KRW"
},
"rate": 958.1199,
"timestamp": 1790429404,
"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
KRW to CADSouth Korean Won → Canadian Dollar0.0010437Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.