Convert RUB to YER
Russian Ruble → Yemeni Rial
1 RUB = 2.80381 YER(1 YER = 0.356658 RUB)
Currency converter
1 RUB =
2.8038 YER
RUB to YER: last 30 days
Over the last 30 days, 1 RUB traded between 2.7152 and 2.8247 YER, averaging 2.7809 YER. The RUB/YER rate is up 1.95% since 2026-08-29.
- 30-day high
- 2.8247
- 2026-09-22
- 30-day low
- 2.7152
- 2026-09-03
- 30-day average
- 2.7809
- Days with data: 30
- 30-day change
- +1.95%
- since 2026-08-29
2.8247
2.71522026-08-29 → 2026-09-27
| Date | 1 RUB in YER | Daily change |
|---|---|---|
| 2026-09-27 | 2.8038 | 0.00% |
| 2026-09-26 | 2.8038 | +0.75% |
| 2026-09-25 | 2.783 | -0.21% |
| 2026-09-24 | 2.7888 | -0.64% |
| 2026-09-23 | 2.8067 | -0.64% |
| 2026-09-22 | 2.8247 | +0.48% |
| 2026-09-21 | 2.8112 | -0.09% |
| 2026-09-20 | 2.8136 | +0.36% |
| 2026-09-19 | 2.8034 | +0.10% |
| 2026-09-18 | 2.8006 | -0.29% |
| 2026-09-17 | 2.8089 | -0.02% |
| 2026-09-16 | 2.8094 | +0.37% |
| 2026-09-15 | 2.7991 | -0.18% |
| 2026-09-14 | 2.8041 | -0.28% |
| 2026-09-13 | 2.812 | -0.13% |
| Date | 1 RUB in YER | Daily change |
|---|---|---|
| 2026-09-12 | 2.8157 | -0.27% |
| 2026-09-11 | 2.8231 | +1.23% |
| 2026-09-10 | 2.7889 | +1.01% |
| 2026-09-09 | 2.761 | +0.47% |
| 2026-09-08 | 2.7482 | +0.43% |
| 2026-09-07 | 2.7364 | -0.05% |
| 2026-09-06 | 2.7379 | -0.86% |
| 2026-09-05 | 2.7616 | +0.98% |
| 2026-09-04 | 2.7349 | +0.73% |
| 2026-09-03 | 2.7152 | -0.54% |
| 2026-09-02 | 2.7298 | -0.58% |
| 2026-09-01 | 2.7457 | -0.25% |
| 2026-08-31 | 2.7525 | +0.00% |
| 2026-08-30 | 2.7525 | +0.08% |
| 2026-08-29 | 2.7502 | — |
RUB to YER conversion table
1 RUB2.8038 YER
5 RUB14.0191 YER
10 RUB28.0381 YER
25 RUB70.0953 YER
50 RUB140.1905 YER
100 RUB280.381 YER
500 RUB1,401.9051 YER
1,000 RUB2,803.8101 YER
5,000 RUB14,019.051 YER
10,000 RUB28,038.101 YER
Get the RUB/YER rate in your app
One GET request returns the latest RUB → YER 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/RUB/YER"fetch('https://rate-api.com/api/v1/pair/RUB/YER', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} YER`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/YER",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} YER")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/YER');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RUB = {$data['rate']} YER\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "YER"
},
"rate": 2.8038,
"timestamp": 1790490076,
"date": "2026-09-27"
}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
YER to RUBYemeni Rial → Russian Ruble0.35666Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.