Convert YER to RUB
Yemeni Rial → Russian Ruble
1 YER = 0.359329 RUB(1 RUB = 2.782964 YER)
Currency converter
1 YER =
0.35933 RUB
YER to RUB: last 30 days
Over the last 30 days, 1 YER traded between 0.35402 and 0.3683 RUB, averaging 0.35988 RUB. The YER/RUB rate is down 0.49% since 2026-08-28.
- 30-day high
- 0.3683
- 2026-09-03
- 30-day low
- 0.35402
- 2026-09-22
- 30-day average
- 0.35988
- Days with data: 30
- 30-day change
- -0.49%
- since 2026-08-28
0.3683
0.354022026-08-28 → 2026-09-26
| Date | 1 YER in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.35933 | 0.00% |
| 2026-09-25 | 0.35933 | +0.21% |
| 2026-09-24 | 0.35858 | +0.64% |
| 2026-09-23 | 0.35629 | +0.64% |
| 2026-09-22 | 0.35402 | -0.48% |
| 2026-09-21 | 0.35572 | +0.09% |
| 2026-09-20 | 0.35541 | -0.36% |
| 2026-09-19 | 0.35671 | -0.10% |
| 2026-09-18 | 0.35707 | +0.30% |
| 2026-09-17 | 0.35602 | +0.02% |
| 2026-09-16 | 0.35594 | -0.37% |
| 2026-09-15 | 0.35726 | +0.18% |
| 2026-09-14 | 0.35662 | +0.28% |
| 2026-09-13 | 0.35562 | +0.13% |
| 2026-09-12 | 0.35516 | +0.27% |
| Date | 1 YER in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.35421 | -1.21% |
| 2026-09-10 | 0.35857 | -1.00% |
| 2026-09-09 | 0.36219 | -0.47% |
| 2026-09-08 | 0.36388 | -0.43% |
| 2026-09-07 | 0.36545 | +0.05% |
| 2026-09-06 | 0.36525 | +0.87% |
| 2026-09-05 | 0.36211 | -0.97% |
| 2026-09-04 | 0.36565 | -0.72% |
| 2026-09-03 | 0.3683 | +0.54% |
| 2026-09-02 | 0.36633 | +0.58% |
| 2026-09-01 | 0.3642 | +0.25% |
| 2026-08-31 | 0.3633 | -0.00% |
| 2026-08-30 | 0.36331 | -0.08% |
| 2026-08-29 | 0.36361 | +0.69% |
| 2026-08-28 | 0.36111 | — |
YER to RUB conversion table
1 YER0.35933 RUB
5 YER1.7966 RUB
10 YER3.5933 RUB
25 YER8.9832 RUB
50 YER17.9665 RUB
100 YER35.9329 RUB
500 YER179.6645 RUB
1,000 YER359.3291 RUB
5,000 YER1,796.6454 RUB
10,000 YER3,593.2907 RUB
Get the YER/RUB rate in your app
One GET request returns the latest YER → 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/YER/RUB"fetch('https://rate-api.com/api/v1/pair/YER/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 YER = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/YER/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 YER = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/YER/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 YER = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "YER",
"to": "RUB"
},
"rate": 0.3593,
"timestamp": 1790432059,
"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 YERRussian Ruble → Yemeni Rial2.783Convert YER to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.