Convert UAH to RUB
Ukrainian Hryvnia → Russian Ruble
1 UAH = 1.895861 RUB(1 RUB = 0.527465 UAH)
Currency converter
1 UAH =
1.8959 RUB
UAH to RUB: last 30 days
Over the last 30 days, 1 UAH traded between 1.871 and 1.9568 RUB, averaging 1.9089 RUB. The UAH/RUB rate is down 1.16% since 2026-08-28.
- 30-day high
- 1.9568
- 2026-09-03
- 30-day low
- 1.871
- 2026-09-22
- 30-day average
- 1.9089
- Days with data: 30
- 30-day change
- -1.16%
- since 2026-08-28
1.9568
1.8712026-08-28 → 2026-09-26
| Date | 1 UAH in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 1.8959 | 0.00% |
| 2026-09-25 | 1.8959 | +0.50% |
| 2026-09-24 | 1.8865 | +0.38% |
| 2026-09-23 | 1.8792 | +0.44% |
| 2026-09-22 | 1.871 | -0.59% |
| 2026-09-21 | 1.882 | -0.02% |
| 2026-09-20 | 1.8824 | -0.37% |
| 2026-09-19 | 1.8894 | -0.09% |
| 2026-09-18 | 1.8912 | +0.28% |
| 2026-09-17 | 1.8858 | -0.03% |
| 2026-09-16 | 1.8864 | -0.23% |
| 2026-09-15 | 1.8908 | -0.41% |
| 2026-09-14 | 1.8986 | +0.46% |
| 2026-09-13 | 1.89 | -0.06% |
| 2026-09-12 | 1.891 | +0.25% |
| Date | 1 UAH in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 1.8863 | -0.85% |
| 2026-09-10 | 1.9024 | -1.10% |
| 2026-09-09 | 1.9236 | -0.93% |
| 2026-09-08 | 1.9416 | +0.09% |
| 2026-09-07 | 1.9399 | -0.02% |
| 2026-09-06 | 1.9402 | +0.67% |
| 2026-09-05 | 1.9272 | -0.64% |
| 2026-09-04 | 1.9396 | -0.88% |
| 2026-09-03 | 1.9568 | +0.37% |
| 2026-09-02 | 1.9496 | +0.49% |
| 2026-09-01 | 1.9402 | +0.84% |
| 2026-08-31 | 1.924 | -0.31% |
| 2026-08-30 | 1.93 | -0.10% |
| 2026-08-29 | 1.932 | +0.73% |
| 2026-08-28 | 1.9181 | — |
UAH to RUB conversion table
1 UAH1.8959 RUB
5 UAH9.4793 RUB
10 UAH18.9586 RUB
25 UAH47.3965 RUB
50 UAH94.7931 RUB
100 UAH189.5861 RUB
500 UAH947.9306 RUB
1,000 UAH1,895.8611 RUB
5,000 UAH9,479.3055 RUB
10,000 UAH18,958.611 RUB
Get the UAH/RUB rate in your app
One GET request returns the latest UAH → RUB 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/UAH/RUB"fetch('https://rate-api.com/api/v1/pair/UAH/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 UAH = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/UAH/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 UAH = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/UAH/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 UAH = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "UAH",
"to": "RUB"
},
"rate": 1.8959,
"timestamp": 1790435095,
"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
RUB to UAHRussian Ruble → Ukrainian Hryvnia0.52746Convert UAH to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.