Convert GGP to RUB
Guernsey Pound → Russian Ruble
1 GGP = 112.66244 RUB(1 RUB = 0.00887607 GGP)
Currency converter
1 GGP =
112.6624 RUB
GGP to RUB: last 30 days
Over the last 30 days, 1 GGP traded between 111.9161 and 117.8106 RUB, averaging 114.707 RUB. The GGP/RUB rate is down 3.01% since 2026-08-28.
- 30-day high
- 117.8106
- 2026-09-03
- 30-day low
- 111.9161
- 2026-09-23
- 30-day average
- 114.707
- Days with data: 30
- 30-day change
- -3.01%
- since 2026-08-28
117.8106
111.91612026-08-28 → 2026-09-26
| Date | 1 GGP in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 112.6624 | 0.00% |
| 2026-09-25 | 112.6624 | +0.45% |
| 2026-09-24 | 112.1555 | +0.21% |
| 2026-09-23 | 111.9161 | -0.16% |
| 2026-09-22 | 112.0902 | -0.49% |
| 2026-09-21 | 112.6392 | +0.00% |
| 2026-09-20 | 112.6344 | -0.36% |
| 2026-09-19 | 113.0375 | +0.24% |
| 2026-09-18 | 112.7708 | +0.08% |
| 2026-09-17 | 112.6786 | -0.73% |
| 2026-09-16 | 113.5054 | -0.40% |
| 2026-09-15 | 113.9589 | -0.18% |
| 2026-09-14 | 114.1628 | +0.13% |
| 2026-09-13 | 114.0195 | +0.11% |
| 2026-09-12 | 113.8936 | +0.49% |
| Date | 1 GGP in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 113.3416 | -1.63% |
| 2026-09-10 | 115.2157 | -0.93% |
| 2026-09-09 | 116.2943 | -0.39% |
| 2026-09-08 | 116.749 | -0.22% |
| 2026-09-07 | 117.0064 | +0.02% |
| 2026-09-06 | 116.9883 | +0.84% |
| 2026-09-05 | 116.0082 | -1.06% |
| 2026-09-04 | 117.2508 | -0.48% |
| 2026-09-03 | 117.8106 | +0.50% |
| 2026-09-02 | 117.23 | +0.31% |
| 2026-09-01 | 116.866 | +0.36% |
| 2026-08-31 | 116.4434 | +0.01% |
| 2026-08-30 | 116.4338 | -0.17% |
| 2026-08-29 | 116.6292 | +0.41% |
| 2026-08-28 | 116.1545 | — |
GGP to RUB conversion table
1 GGP112.6624 RUB
5 GGP563.3122 RUB
10 GGP1,126.6244 RUB
25 GGP2,816.5611 RUB
50 GGP5,633.1221 RUB
100 GGP11,266.244 RUB
500 GGP56,331.221 RUB
1,000 GGP112,662.44 RUB
5,000 GGP563,312.21 RUB
10,000 GGP1,126,624.4 RUB
Get the GGP/RUB rate in your app
One GET request returns the latest GGP → 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/GGP/RUB"fetch('https://rate-api.com/api/v1/pair/GGP/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GGP = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GGP/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GGP = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GGP/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GGP = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "GGP",
"to": "RUB"
},
"rate": 112.6624,
"timestamp": 1790435110,
"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 GGPRussian Ruble → Guernsey Pound0.0088761Convert GGP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.