Convert GNF to JPY
Guinean Franc → Japanese Yen
1 GNF = 0.0179014 JPY(1 JPY = 55.861489 GNF)
Currency converter
1 GNF =
0.017901 JPY
GNF to JPY: last 30 days
Over the last 30 days, 1 GNF traded between 0.01743 and 0.018202 JPY, averaging 0.017815 JPY. The GNF/JPY rate is down 1.42% since 2026-08-28.
- 30-day high
- 0.018202
- 2026-09-01
- 30-day low
- 0.01743
- 2026-09-09
- 30-day average
- 0.017815
- Days with data: 30
- 30-day change
- -1.42%
- since 2026-08-28
0.018202
0.017432026-08-28 → 2026-09-26
| Date | 1 GNF in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 0.017901 | 0.00% |
| 2026-09-25 | 0.017901 | -0.76% |
| 2026-09-24 | 0.018039 | +0.63% |
| 2026-09-23 | 0.017926 | +0.48% |
| 2026-09-22 | 0.01784 | -0.20% |
| 2026-09-21 | 0.017875 | -0.38% |
| 2026-09-20 | 0.017943 | +0.04% |
| 2026-09-19 | 0.017936 | -0.32% |
| 2026-09-18 | 0.017993 | +1.84% |
| 2026-09-17 | 0.017669 | +0.27% |
| 2026-09-16 | 0.017621 | +0.04% |
| 2026-09-15 | 0.017613 | +0.31% |
| 2026-09-14 | 0.017558 | +0.68% |
| 2026-09-13 | 0.017439 | -0.55% |
| 2026-09-12 | 0.017535 | +0.18% |
| Date | 1 GNF in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.017503 | -0.02% |
| 2026-09-10 | 0.017506 | +0.44% |
| 2026-09-09 | 0.01743 | -0.65% |
| 2026-09-08 | 0.017544 | -0.29% |
| 2026-09-07 | 0.017594 | -0.91% |
| 2026-09-06 | 0.017756 | -0.41% |
| 2026-09-05 | 0.017829 | +0.49% |
| 2026-09-04 | 0.017742 | -0.01% |
| 2026-09-03 | 0.017744 | -2.17% |
| 2026-09-02 | 0.018138 | -0.35% |
| 2026-09-01 | 0.018202 | +0.33% |
| 2026-08-31 | 0.018143 | -0.15% |
| 2026-08-30 | 0.01817 | -0.11% |
| 2026-08-29 | 0.01819 | +0.17% |
| 2026-08-28 | 0.01816 | — |
GNF to JPY conversion table
1 GNF0.017901 JPY
5 GNF0.089507 JPY
10 GNF0.17901 JPY
25 GNF0.44754 JPY
50 GNF0.89507 JPY
100 GNF1.7901 JPY
500 GNF8.9507 JPY
1,000 GNF17.9014 JPY
5,000 GNF89.5071 JPY
10,000 GNF179.0142 JPY
Get the GNF/JPY rate in your app
One GET request returns the latest GNF → JPY 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/JPY"fetch('https://rate-api.com/api/v1/pair/GNF/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GNF = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GNF/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GNF = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GNF/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "GNF",
"to": "JPY"
},
"rate": 0.0179,
"timestamp": 1790432066,
"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
JPY to GNFJapanese Yen → Guinean Franc55.8615Convert GNF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.