Convert RUB to GYD
Russian Ruble → Guyanaese Dollar
1 RUB = 2.460665 GYD(1 GYD = 0.406394 RUB)
Currency converter
1 RUB =
2.4607 GYD
RUB to GYD: last 30 days
Over the last 30 days, 1 RUB traded between 2.3932 and 2.4987 GYD, averaging 2.4554 GYD. The RUB/GYD rate is up 0.64% since 2026-08-28.
- 30-day high
- 2.4987
- 2026-09-22
- 30-day low
- 2.3932
- 2026-09-03
- 30-day average
- 2.4554
- Days with data: 30
- 30-day change
- +0.64%
- since 2026-08-28
2.4987
2.39322026-08-28 → 2026-09-26
| Date | 1 RUB in GYD | Daily change |
|---|---|---|
| 2026-09-26 | 2.4607 | 0.00% |
| 2026-09-25 | 2.4607 | -0.56% |
| 2026-09-24 | 2.4746 | -0.40% |
| 2026-09-23 | 2.4845 | -0.57% |
| 2026-09-22 | 2.4987 | +0.58% |
| 2026-09-21 | 2.4841 | -0.25% |
| 2026-09-20 | 2.4903 | +0.60% |
| 2026-09-19 | 2.4754 | +0.01% |
| 2026-09-18 | 2.4752 | -0.91% |
| 2026-09-17 | 2.4979 | +0.59% |
| 2026-09-16 | 2.4833 | +0.40% |
| 2026-09-15 | 2.4735 | -0.03% |
| 2026-09-14 | 2.4742 | -0.23% |
| 2026-09-13 | 2.4798 | -0.01% |
| 2026-09-12 | 2.48 | -0.58% |
| Date | 1 RUB in GYD | Daily change |
|---|---|---|
| 2026-09-11 | 2.4946 | +1.35% |
| 2026-09-10 | 2.4613 | +1.16% |
| 2026-09-09 | 2.4331 | +0.31% |
| 2026-09-08 | 2.4255 | +0.42% |
| 2026-09-07 | 2.4154 | -0.09% |
| 2026-09-06 | 2.4176 | -0.65% |
| 2026-09-05 | 2.4334 | +1.00% |
| 2026-09-04 | 2.4093 | +0.67% |
| 2026-09-03 | 2.3932 | -0.74% |
| 2026-09-02 | 2.4111 | -0.43% |
| 2026-09-01 | 2.4214 | -0.96% |
| 2026-08-31 | 2.4449 | +0.51% |
| 2026-08-30 | 2.4326 | +0.14% |
| 2026-08-29 | 2.4293 | -0.64% |
| 2026-08-28 | 2.4449 | — |
RUB to GYD conversion table
1 RUB2.4607 GYD
5 RUB12.3033 GYD
10 RUB24.6067 GYD
25 RUB61.5166 GYD
50 RUB123.0333 GYD
100 RUB246.0665 GYD
500 RUB1,230.3326 GYD
1,000 RUB2,460.6651 GYD
5,000 RUB12,303.326 GYD
10,000 RUB24,606.651 GYD
Get the RUB/GYD rate in your app
One GET request returns the latest RUB → GYD 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/GYD"fetch('https://rate-api.com/api/v1/pair/RUB/GYD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} GYD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/GYD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} GYD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/GYD');
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']} GYD\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "GYD"
},
"rate": 2.4607,
"timestamp": 1790447440,
"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
GYD to RUBGuyanaese Dollar → Russian Ruble0.40639Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.