Convert EUR to UZS
Euro → Uzbekistani Som
1 EUR = 13,473.487 UZS(1 UZS = 0.0000742198 EUR)
Currency converter
1 EUR =
13,473.487 UZS
EUR to UZS: last 30 days
Over the last 30 days, 1 EUR traded between 13,437.381 and 13,767.89 UZS, averaging 13,627.692 UZS. The EUR/UZS rate is down 1.99% since 2026-08-28.
- 30-day high
- 13,767.89
- 2026-08-29
- 30-day low
- 13,437.381
- 2026-09-24
- 30-day average
- 13,627.692
- Days with data: 30
- 30-day change
- -1.99%
- since 2026-08-28
13,767.89
13,437.3812026-08-28 → 2026-09-26
| Date | 1 EUR in UZS | Daily change |
|---|---|---|
| 2026-09-26 | 13,473.487 | 0.00% |
| 2026-09-25 | 13,473.487 | +0.27% |
| 2026-09-24 | 13,437.381 | -0.10% |
| 2026-09-23 | 13,450.394 | -0.54% |
| 2026-09-22 | 13,523.021 | -0.56% |
| 2026-09-21 | 13,599.058 | +0.23% |
| 2026-09-20 | 13,568.018 | -0.04% |
| 2026-09-19 | 13,574.044 | +0.17% |
| 2026-09-18 | 13,551.451 | +0.16% |
| 2026-09-17 | 13,530.41 | -0.37% |
| 2026-09-16 | 13,580.395 | +0.31% |
| 2026-09-15 | 13,537.885 | -0.17% |
| 2026-09-14 | 13,560.829 | -0.58% |
| 2026-09-13 | 13,640.125 | -0.18% |
| 2026-09-12 | 13,664.254 | +0.01% |
| Date | 1 EUR in UZS | Daily change |
|---|---|---|
| 2026-09-11 | 13,663.207 | -0.39% |
| 2026-09-10 | 13,717.132 | -0.31% |
| 2026-09-09 | 13,760.075 | +0.65% |
| 2026-09-08 | 13,671.413 | -0.13% |
| 2026-09-07 | 13,689.578 | -0.07% |
| 2026-09-06 | 13,698.805 | -0.05% |
| 2026-09-05 | 13,706.317 | +0.12% |
| 2026-09-04 | 13,690.157 | -0.05% |
| 2026-09-03 | 13,697.205 | +0.13% |
| 2026-09-02 | 13,679.63 | -0.07% |
| 2026-09-01 | 13,689.785 | -0.23% |
| 2026-08-31 | 13,722.005 | -0.33% |
| 2026-08-30 | 13,766.838 | -0.01% |
| 2026-08-29 | 13,767.89 | +0.16% |
| 2026-08-28 | 13,746.477 | — |
EUR to UZS conversion table
1 EUR13,473.487 UZS
5 EUR67,367.434 UZS
10 EUR134,734.87 UZS
25 EUR336,837.17 UZS
50 EUR673,674.34 UZS
100 EUR1,347,348.7 UZS
500 EUR6,736,743.4 UZS
1,000 EUR13,473,487 UZS
5,000 EUR67,367,434 UZS
10,000 EUR134,734,867 UZS
Get the EUR/UZS rate in your app
One GET request returns the latest EUR → UZS 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/EUR/UZS"fetch('https://rate-api.com/api/v1/pair/EUR/UZS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} UZS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/UZS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} UZS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/UZS');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} UZS\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "UZS"
},
"rate": 13473.4867,
"timestamp": 1790429427,
"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
UZS to EURUzbekistani Som → Euro0.00007422Convert EUR to other currencies
Convert other currencies to UZS
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.