Convert GYD to RUB
Guyanaese Dollar → Russian Ruble
1 GYD = 0.406394 RUB(1 RUB = 2.460665 GYD)
Currency converter
1 GYD =
0.40639 RUB
GYD to RUB: last 30 days
Over the last 30 days, 1 GYD traded between 0.40022 and 0.41785 RUB, averaging 0.40734 RUB. The GYD/RUB rate is down 0.64% since 2026-08-28.
- 30-day high
- 0.41785
- 2026-09-03
- 30-day low
- 0.40022
- 2026-09-22
- 30-day average
- 0.40734
- Days with data: 30
- 30-day change
- -0.64%
- since 2026-08-28
0.41785
0.400222026-08-28 → 2026-09-26
| Date | 1 GYD in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.40639 | 0.00% |
| 2026-09-25 | 0.40639 | +0.57% |
| 2026-09-24 | 0.4041 | +0.40% |
| 2026-09-23 | 0.4025 | +0.57% |
| 2026-09-22 | 0.40022 | -0.58% |
| 2026-09-21 | 0.40256 | +0.25% |
| 2026-09-20 | 0.40156 | -0.60% |
| 2026-09-19 | 0.40397 | -0.01% |
| 2026-09-18 | 0.404 | +0.92% |
| 2026-09-17 | 0.40033 | -0.59% |
| 2026-09-16 | 0.40269 | -0.39% |
| 2026-09-15 | 0.40428 | +0.03% |
| 2026-09-14 | 0.40417 | +0.23% |
| 2026-09-13 | 0.40326 | +0.01% |
| 2026-09-12 | 0.40323 | +0.59% |
| Date | 1 GYD in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.40087 | -1.33% |
| 2026-09-10 | 0.40629 | -1.15% |
| 2026-09-09 | 0.411 | -0.31% |
| 2026-09-08 | 0.41229 | -0.42% |
| 2026-09-07 | 0.41401 | +0.09% |
| 2026-09-06 | 0.41363 | +0.66% |
| 2026-09-05 | 0.41094 | -0.99% |
| 2026-09-04 | 0.41507 | -0.67% |
| 2026-09-03 | 0.41785 | +0.75% |
| 2026-09-02 | 0.41474 | +0.43% |
| 2026-09-01 | 0.41298 | +0.97% |
| 2026-08-31 | 0.40901 | -0.50% |
| 2026-08-30 | 0.41108 | -0.14% |
| 2026-08-29 | 0.41165 | +0.64% |
| 2026-08-28 | 0.40901 | — |
GYD to RUB conversion table
1 GYD0.40639 RUB
5 GYD2.032 RUB
10 GYD4.0639 RUB
25 GYD10.1599 RUB
50 GYD20.3197 RUB
100 GYD40.6394 RUB
500 GYD203.1971 RUB
1,000 GYD406.3942 RUB
5,000 GYD2,031.9709 RUB
10,000 GYD4,063.9419 RUB
Get the GYD/RUB rate in your app
One GET request returns the latest GYD → 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/GYD/RUB"fetch('https://rate-api.com/api/v1/pair/GYD/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GYD = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GYD/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GYD = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GYD/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GYD = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "GYD",
"to": "RUB"
},
"rate": 0.4064,
"timestamp": 1790435072,
"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 GYDRussian Ruble → Guyanaese Dollar2.4607Convert GYD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.