Convert EUR to GNF
Euro → Guinean Franc
1 EUR = 10,038.31 GNF(1 GNF = 0.0000996184 EUR)
Currency converter
1 EUR =
10,038.31 GNF
EUR to GNF: last 30 days
Over the last 30 days, 1 EUR traded between 10,009.807 and 10,246.026 GNF, averaging 10,161.6 GNF. The EUR/GNF rate is down 1.95% since 2026-08-28.
- 30-day high
- 10,246.026
- 2026-09-09
- 30-day low
- 10,009.807
- 2026-09-24
- 30-day average
- 10,161.6
- Days with data: 30
- 30-day change
- -1.95%
- since 2026-08-28
10,246.026
10,009.8072026-08-28 → 2026-09-26
| Date | 1 EUR in GNF | Daily change |
|---|---|---|
| 2026-09-26 | 10,038.31 | 0.00% |
| 2026-09-25 | 10,038.31 | +0.28% |
| 2026-09-24 | 10,009.807 | -0.42% |
| 2026-09-23 | 10,052.293 | -0.47% |
| 2026-09-22 | 10,099.629 | -0.10% |
| 2026-09-21 | 10,109.249 | +0.25% |
| 2026-09-20 | 10,084.252 | -0.04% |
| 2026-09-19 | 10,088.467 | +0.32% |
| 2026-09-18 | 10,056.15 | -0.60% |
| 2026-09-17 | 10,116.758 | -0.34% |
| 2026-09-16 | 10,151.437 | -0.03% |
| 2026-09-15 | 10,154.37 | -0.13% |
| 2026-09-14 | 10,167.155 | -0.70% |
| 2026-09-13 | 10,239.316 | +0.55% |
| 2026-09-12 | 10,183.292 | -0.18% |
| Date | 1 EUR in GNF | Daily change |
|---|---|---|
| 2026-09-11 | 10,201.78 | -0.28% |
| 2026-09-10 | 10,230.334 | -0.15% |
| 2026-09-09 | 10,246.026 | +0.31% |
| 2026-09-08 | 10,214.525 | -0.07% |
| 2026-09-07 | 10,221.989 | -0.05% |
| 2026-09-06 | 10,227.111 | +0.41% |
| 2026-09-05 | 10,185.383 | -0.48% |
| 2026-09-04 | 10,235.007 | +0.22% |
| 2026-09-03 | 10,212.292 | +0.24% |
| 2026-09-02 | 10,187.66 | -0.10% |
| 2026-09-01 | 10,197.861 | -0.11% |
| 2026-08-31 | 10,208.887 | -0.23% |
| 2026-08-30 | 10,231.952 | +0.11% |
| 2026-08-29 | 10,220.664 | -0.17% |
| 2026-08-28 | 10,237.73 | — |
EUR to GNF conversion table
1 EUR10,038.31 GNF
5 EUR50,191.548 GNF
10 EUR100,383.1 GNF
25 EUR250,957.74 GNF
50 EUR501,915.48 GNF
100 EUR1,003,831 GNF
500 EUR5,019,154.8 GNF
1,000 EUR10,038,310 GNF
5,000 EUR50,191,548 GNF
10,000 EUR100,383,097 GNF
Get the EUR/GNF rate in your app
One GET request returns the latest EUR → 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/EUR/GNF"fetch('https://rate-api.com/api/v1/pair/EUR/GNF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} GNF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/GNF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} GNF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/GNF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} GNF\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "GNF"
},
"rate": 10038.3097,
"timestamp": 1790429363,
"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
GNF to EURGuinean Franc → Euro0.000099618Convert EUR to other currencies
Convert other currencies to GNF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.