Convert GNF to INR
Guinean Franc → Indian Rupee
1 GNF = 0.0108844 INR(1 INR = 91.875011 GNF)
Currency converter
1 GNF =
0.010884 INR
GNF to INR: last 30 days
Over the last 30 days, 1 GNF traded between 0.010729 and 0.010927 INR, averaging 0.010841 INR. The GNF/INR rate is up 0.33% since 2026-08-28.
- 30-day high
- 0.010927
- 2026-09-18
- 30-day low
- 0.010729
- 2026-09-04
- 30-day average
- 0.010841
- Days with data: 30
- 30-day change
- +0.33%
- since 2026-08-28
0.010927
0.0107292026-08-28 → 2026-09-26
| Date | 1 GNF in INR | Daily change |
|---|---|---|
| 2026-09-26 | 0.010884 | 0.00% |
| 2026-09-25 | 0.010884 | -0.12% |
| 2026-09-24 | 0.010897 | +0.27% |
| 2026-09-23 | 0.010868 | +0.17% |
| 2026-09-22 | 0.010849 | -0.38% |
| 2026-09-21 | 0.010891 | -0.05% |
| 2026-09-20 | 0.010896 | +0.04% |
| 2026-09-19 | 0.010891 | -0.32% |
| 2026-09-18 | 0.010927 | +0.36% |
| 2026-09-17 | 0.010888 | -0.16% |
| 2026-09-16 | 0.010906 | +0.01% |
| 2026-09-15 | 0.010904 | +0.44% |
| 2026-09-14 | 0.010857 | +0.35% |
| 2026-09-13 | 0.010818 | -0.55% |
| 2026-09-12 | 0.010878 | +0.18% |
| Date | 1 GNF in INR | Daily change |
|---|---|---|
| 2026-09-11 | 0.010858 | +0.20% |
| 2026-09-10 | 0.010837 | +0.19% |
| 2026-09-09 | 0.010816 | +0.31% |
| 2026-09-08 | 0.010782 | +0.36% |
| 2026-09-07 | 0.010743 | +0.05% |
| 2026-09-06 | 0.010738 | -0.41% |
| 2026-09-05 | 0.010782 | +0.49% |
| 2026-09-04 | 0.010729 | -0.16% |
| 2026-09-03 | 0.010747 | -0.43% |
| 2026-09-02 | 0.010793 | +0.02% |
| 2026-09-01 | 0.010791 | -0.17% |
| 2026-08-31 | 0.01081 | -0.41% |
| 2026-08-30 | 0.010854 | -0.11% |
| 2026-08-29 | 0.010866 | +0.17% |
| 2026-08-28 | 0.010848 | — |
GNF to INR conversion table
1 GNF0.010884 INR
5 GNF0.054422 INR
10 GNF0.10884 INR
25 GNF0.27211 INR
50 GNF0.54422 INR
100 GNF1.0884 INR
500 GNF5.4422 INR
1,000 GNF10.8844 INR
5,000 GNF54.4218 INR
10,000 GNF108.8435 INR
Get the GNF/INR rate in your app
One GET request returns the latest GNF → INR 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/INR"fetch('https://rate-api.com/api/v1/pair/GNF/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GNF = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GNF/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GNF = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GNF/INR');
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']} INR\n";Example response
{
"success": true,
"pair": {
"from": "GNF",
"to": "INR"
},
"rate": 0.0109,
"timestamp": 1790432135,
"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
INR to GNFIndian Rupee → Guinean Franc91.875Convert GNF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.