Convert GNF to RUB
Guinean Franc → Russian Ruble
1 GNF = 0.00965704 RUB(1 RUB = 103.55136 GNF)
Currency converter
1 GNF =
0.009657 RUB
GNF to RUB: last 30 days
Over the last 30 days, 1 GNF traded between 0.0095065 and 0.0099287 RUB, averaging 0.0096865 RUB. The GNF/RUB rate is down 0.65% since 2026-08-28.
- 30-day high
- 0.0099287
- 2026-09-03
- 30-day low
- 0.0095065
- 2026-09-22
- 30-day average
- 0.0096865
- Days with data: 30
- 30-day change
- -0.65%
- since 2026-08-28
0.0099287
0.00950652026-08-28 → 2026-09-26
| Date | 1 GNF in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.009657 | 0.00% |
| 2026-09-25 | 0.009657 | +0.24% |
| 2026-09-24 | 0.0096344 | +0.68% |
| 2026-09-23 | 0.0095691 | +0.66% |
| 2026-09-22 | 0.0095065 | -0.62% |
| 2026-09-21 | 0.0095661 | +0.11% |
| 2026-09-20 | 0.0095556 | -0.33% |
| 2026-09-19 | 0.0095871 | -0.44% |
| 2026-09-18 | 0.0096296 | +0.74% |
| 2026-09-17 | 0.0095588 | -0.11% |
| 2026-09-16 | 0.009569 | -0.36% |
| 2026-09-15 | 0.0096035 | -0.00% |
| 2026-09-14 | 0.0096039 | +0.65% |
| 2026-09-13 | 0.0095419 | -0.44% |
| 2026-09-12 | 0.0095838 | +0.46% |
| Date | 1 GNF in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.0095402 | -1.15% |
| 2026-09-10 | 0.0096508 | -1.15% |
| 2026-09-09 | 0.0097628 | -0.43% |
| 2026-09-08 | 0.0098052 | -0.43% |
| 2026-09-07 | 0.0098474 | +0.11% |
| 2026-09-06 | 0.0098364 | +0.45% |
| 2026-09-05 | 0.0097928 | -0.48% |
| 2026-09-04 | 0.0098402 | -0.89% |
| 2026-09-03 | 0.0099287 | +0.62% |
| 2026-09-02 | 0.0098674 | +0.58% |
| 2026-09-01 | 0.0098103 | +0.46% |
| 2026-08-31 | 0.0097651 | -0.24% |
| 2026-08-30 | 0.0097881 | -0.30% |
| 2026-08-29 | 0.0098172 | +1.00% |
| 2026-08-28 | 0.0097202 | — |
GNF to RUB conversion table
1 GNF0.009657 RUB
5 GNF0.048285 RUB
10 GNF0.09657 RUB
25 GNF0.24143 RUB
50 GNF0.48285 RUB
100 GNF0.9657 RUB
500 GNF4.8285 RUB
1,000 GNF9.657 RUB
5,000 GNF48.2852 RUB
10,000 GNF96.5704 RUB
Get the GNF/RUB rate in your app
One GET request returns the latest GNF → 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/GNF/RUB?precision=6"fetch('https://rate-api.com/api/v1/pair/GNF/RUB?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GNF = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GNF/RUB?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GNF = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GNF/RUB?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GNF = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "GNF",
"to": "RUB"
},
"rate": 0.009657,
"timestamp": 1790435056,
"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 GNFRussian Ruble → Guinean Franc103.5514Convert GNF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.