Convert CAD to KGS
Canadian Dollar → Kyrgystani Som
1 CAD = 61.839915 KGS(1 KGS = 0.0161708 CAD)
Currency converter
1 CAD =
61.8399 KGS
CAD to KGS: last 30 days
Over the last 30 days, 1 CAD traded between 61.8399 and 63.5766 KGS, averaging 62.8807 KGS. The CAD/KGS rate is down 2.14% since 2026-08-28.
- 30-day high
- 63.5766
- 2026-09-09
- 30-day low
- 61.8399
- 2026-09-25
- 30-day average
- 62.8807
- Days with data: 30
- 30-day change
- -2.14%
- since 2026-08-28
63.5766
61.83992026-08-28 → 2026-09-26
| Date | 1 CAD in KGS | Daily change |
|---|---|---|
| 2026-09-26 | 61.8399 | 0.00% |
| 2026-09-25 | 61.8399 | -0.18% |
| 2026-09-24 | 61.9535 | -0.20% |
| 2026-09-23 | 62.0759 | -0.32% |
| 2026-09-22 | 62.2731 | -0.29% |
| 2026-09-21 | 62.4513 | +0.04% |
| 2026-09-20 | 62.4256 | 0.00% |
| 2026-09-19 | 62.4256 | +0.01% |
| 2026-09-18 | 62.4196 | -0.12% |
| 2026-09-17 | 62.4932 | -0.40% |
| 2026-09-16 | 62.7472 | -0.23% |
| 2026-09-15 | 62.8944 | -0.23% |
| 2026-09-14 | 63.0399 | -0.21% |
| 2026-09-13 | 63.1725 | 0.00% |
| 2026-09-12 | 63.1725 | -0.00% |
| Date | 1 CAD in KGS | Daily change |
|---|---|---|
| 2026-09-11 | 63.1732 | -0.30% |
| 2026-09-10 | 63.3639 | -0.33% |
| 2026-09-09 | 63.5766 | +0.26% |
| 2026-09-08 | 63.4145 | +0.11% |
| 2026-09-07 | 63.3463 | -0.16% |
| 2026-09-06 | 63.4465 | 0.00% |
| 2026-09-05 | 63.4465 | +0.01% |
| 2026-09-04 | 63.4385 | -0.06% |
| 2026-09-03 | 63.4739 | +0.96% |
| 2026-09-02 | 62.8685 | -0.27% |
| 2026-09-01 | 63.0365 | -0.02% |
| 2026-08-31 | 63.0471 | -0.22% |
| 2026-08-30 | 63.1862 | 0.00% |
| 2026-08-29 | 63.1862 | -0.01% |
| 2026-08-28 | 63.1933 | — |
CAD to KGS conversion table
1 CAD61.8399 KGS
5 CAD309.1996 KGS
10 CAD618.3992 KGS
25 CAD1,545.9979 KGS
50 CAD3,091.9958 KGS
100 CAD6,183.9915 KGS
500 CAD30,919.958 KGS
1,000 CAD61,839.915 KGS
5,000 CAD309,199.58 KGS
10,000 CAD618,399.15 KGS
Get the CAD/KGS rate in your app
One GET request returns the latest CAD → KGS 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/KGS"fetch('https://rate-api.com/api/v1/pair/CAD/KGS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} KGS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/KGS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} KGS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/KGS');
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']} KGS\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "KGS"
},
"rate": 61.8399,
"timestamp": 1790429443,
"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
KGS to CADKyrgystani Som → Canadian Dollar0.016171Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.