Convert UZS to CAD
Uzbekistani Som → Canadian Dollar
1 UZS = 0.000119694 CAD(1 CAD = 8,354.6144 UZS)
Currency converter
1 UZS =
0.00011969 CAD
UZS to CAD: last 30 days
Over the last 30 days, 1 UZS traded between 0.00011659 and 0.00011969 CAD, averaging 0.00011795 CAD. The UZS/CAD rate is up 2.01% since 2026-08-28.
- 30-day high
- 0.00011969
- 2026-09-25
- 30-day low
- 0.00011659
- 2026-09-09
- 30-day average
- 0.00011795
- Days with data: 30
- 30-day change
- +2.01%
- since 2026-08-28
0.00011969
0.000116592026-08-28 → 2026-09-26
| Date | 1 UZS in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.00011969 | 0.00% |
| 2026-09-25 | 0.00011969 | +0.23% |
| 2026-09-24 | 0.00011942 | -0.09% |
| 2026-09-23 | 0.00011953 | +0.40% |
| 2026-09-22 | 0.00011905 | +0.61% |
| 2026-09-21 | 0.00011832 | -0.01% |
| 2026-09-20 | 0.00011833 | +0.04% |
| 2026-09-19 | 0.00011828 | -0.17% |
| 2026-09-18 | 0.00011848 | -0.23% |
| 2026-09-17 | 0.00011875 | +0.28% |
| 2026-09-16 | 0.00011842 | -0.19% |
| 2026-09-15 | 0.00011865 | +0.30% |
| 2026-09-14 | 0.00011829 | +0.44% |
| 2026-09-13 | 0.00011777 | +0.18% |
| 2026-09-12 | 0.00011756 | -0.01% |
| Date | 1 UZS in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.00011757 | +0.49% |
| 2026-09-10 | 0.000117 | +0.35% |
| 2026-09-09 | 0.00011659 | -0.59% |
| 2026-09-08 | 0.00011727 | -0.04% |
| 2026-09-07 | 0.00011733 | +0.21% |
| 2026-09-06 | 0.00011708 | +0.05% |
| 2026-09-05 | 0.00011701 | -0.12% |
| 2026-09-04 | 0.00011715 | +0.17% |
| 2026-09-03 | 0.00011695 | -0.77% |
| 2026-09-02 | 0.00011786 | +0.24% |
| 2026-09-01 | 0.00011758 | +0.20% |
| 2026-08-31 | 0.00011735 | +0.15% |
| 2026-08-30 | 0.00011717 | +0.01% |
| 2026-08-29 | 0.00011716 | -0.16% |
| 2026-08-28 | 0.00011734 | — |
UZS to CAD conversion table
1 UZS0.00011969 CAD
5 UZS0.00059847 CAD
10 UZS0.0011969 CAD
25 UZS0.0029924 CAD
50 UZS0.0059847 CAD
100 UZS0.011969 CAD
500 UZS0.059847 CAD
1,000 UZS0.11969 CAD
5,000 UZS0.59847 CAD
10,000 UZS1.1969 CAD
Get the UZS/CAD rate in your app
One GET request returns the latest UZS → 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/UZS/CAD?precision=6"fetch('https://rate-api.com/api/v1/pair/UZS/CAD?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 UZS = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/UZS/CAD?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 UZS = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/UZS/CAD?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 UZS = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "UZS",
"to": "CAD"
},
"rate": 0.00012,
"timestamp": 1790435131,
"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 UZSCanadian Dollar → Uzbekistani Som8,354.6144Convert UZS to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.