Convert RUB to GNF
Russian Ruble → Guinean Franc
1 RUB = 104.20588 GNF(1 GNF = 0.00959639 RUB)
Currency converter
1 RUB =
104.2059 GNF
RUB to GNF: last 30 days
Over the last 30 days, 1 RUB traded between 100.7176 and 105.191 GNF, averaging 103.3181 GNF. The RUB/GNF rate is up 2.30% since 2026-08-29.
- 30-day high
- 105.191
- 2026-09-22
- 30-day low
- 100.7176
- 2026-09-03
- 30-day average
- 103.3181
- Days with data: 30
- 30-day change
- +2.30%
- since 2026-08-29
105.191
100.71762026-08-29 → 2026-09-27
| Date | 1 RUB in GNF | Daily change |
|---|---|---|
| 2026-09-27 | 104.2059 | 0.00% |
| 2026-09-26 | 104.2059 | +0.63% |
| 2026-09-25 | 103.5514 | -0.23% |
| 2026-09-24 | 103.7953 | -0.68% |
| 2026-09-23 | 104.5025 | -0.65% |
| 2026-09-22 | 105.191 | +0.63% |
| 2026-09-21 | 104.5362 | -0.11% |
| 2026-09-20 | 104.6503 | +0.33% |
| 2026-09-19 | 104.3071 | +0.44% |
| 2026-09-18 | 103.8466 | -0.74% |
| 2026-09-17 | 104.6158 | +0.11% |
| 2026-09-16 | 104.5047 | +0.36% |
| 2026-09-15 | 104.1289 | +0.00% |
| 2026-09-14 | 104.1239 | -0.65% |
| 2026-09-13 | 104.8004 | +0.44% |
| Date | 1 RUB in GNF | Daily change |
|---|---|---|
| 2026-09-12 | 104.3427 | -0.45% |
| 2026-09-11 | 104.8194 | +1.16% |
| 2026-09-10 | 103.6182 | +1.16% |
| 2026-09-09 | 102.4296 | +0.43% |
| 2026-09-08 | 101.9863 | +0.43% |
| 2026-09-07 | 101.5497 | -0.11% |
| 2026-09-06 | 101.6629 | -0.44% |
| 2026-09-05 | 102.1159 | +0.48% |
| 2026-09-04 | 101.6243 | +0.90% |
| 2026-09-03 | 100.7176 | -0.62% |
| 2026-09-02 | 101.3442 | -0.58% |
| 2026-09-01 | 101.9333 | -0.46% |
| 2026-08-31 | 102.4054 | +0.24% |
| 2026-08-30 | 102.1646 | +0.30% |
| 2026-08-29 | 101.8621 | — |
RUB to GNF conversion table
1 RUB104.2059 GNF
5 RUB521.0294 GNF
10 RUB1,042.0588 GNF
25 RUB2,605.1471 GNF
50 RUB5,210.2942 GNF
100 RUB10,420.588 GNF
500 RUB52,102.942 GNF
1,000 RUB104,205.88 GNF
5,000 RUB521,029.42 GNF
10,000 RUB1,042,058.8 GNF
Get the RUB/GNF rate in your app
One GET request returns the latest RUB → GNF 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/GNF"fetch('https://rate-api.com/api/v1/pair/RUB/GNF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} GNF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/GNF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} GNF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/GNF');
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']} GNF\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "GNF"
},
"rate": 104.2059,
"timestamp": 1790510935,
"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
GNF to RUBGuinean Franc → Russian Ruble0.0095964Convert RUB to other currencies
Convert other currencies to GNF
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.