Convert INR to GNF
Indian Rupee → Guinean Franc
1 INR = 91.875011 GNF(1 GNF = 0.0108844 INR)
Currency converter
1 INR =
91.875 GNF
INR to GNF: last 30 days
Over the last 30 days, 1 INR traded between 91.5206 and 93.2015 GNF, averaging 92.2435 GNF. The INR/GNF rate is down 0.33% since 2026-08-28.
- 30-day high
- 93.2015
- 2026-09-04
- 30-day low
- 91.5206
- 2026-09-18
- 30-day average
- 92.2435
- Days with data: 30
- 30-day change
- -0.33%
- since 2026-08-28
93.2015
91.52062026-08-28 → 2026-09-26
| Date | 1 INR in GNF | Daily change |
|---|---|---|
| 2026-09-26 | 91.875 | 0.00% |
| 2026-09-25 | 91.875 | +0.12% |
| 2026-09-24 | 91.7678 | -0.27% |
| 2026-09-23 | 92.0118 | -0.17% |
| 2026-09-22 | 92.1709 | +0.38% |
| 2026-09-21 | 91.8209 | +0.05% |
| 2026-09-20 | 91.7764 | -0.04% |
| 2026-09-19 | 91.8147 | +0.32% |
| 2026-09-18 | 91.5206 | -0.35% |
| 2026-09-17 | 91.8459 | +0.16% |
| 2026-09-16 | 91.6951 | -0.01% |
| 2026-09-15 | 91.7057 | -0.44% |
| 2026-09-14 | 92.1098 | -0.35% |
| 2026-09-13 | 92.4346 | +0.55% |
| 2026-09-12 | 91.9288 | -0.18% |
| Date | 1 INR in GNF | Daily change |
|---|---|---|
| 2026-09-11 | 92.0957 | -0.20% |
| 2026-09-10 | 92.2788 | -0.19% |
| 2026-09-09 | 92.4545 | -0.31% |
| 2026-09-08 | 92.745 | -0.36% |
| 2026-09-07 | 93.083 | -0.05% |
| 2026-09-06 | 93.1296 | +0.41% |
| 2026-09-05 | 92.7496 | -0.48% |
| 2026-09-04 | 93.2015 | +0.16% |
| 2026-09-03 | 93.0509 | +0.43% |
| 2026-09-02 | 92.6522 | -0.02% |
| 2026-09-01 | 92.6679 | +0.17% |
| 2026-08-31 | 92.5064 | +0.41% |
| 2026-08-30 | 92.1283 | +0.11% |
| 2026-08-29 | 92.0267 | -0.17% |
| 2026-08-28 | 92.1804 | — |
INR to GNF conversion table
1 INR91.875 GNF
5 INR459.3751 GNF
10 INR918.7501 GNF
25 INR2,296.8753 GNF
50 INR4,593.7506 GNF
100 INR9,187.5011 GNF
500 INR45,937.506 GNF
1,000 INR91,875.011 GNF
5,000 INR459,375.06 GNF
10,000 INR918,750.11 GNF
Get the INR/GNF rate in your app
One GET request returns the latest INR → 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/INR/GNF"fetch('https://rate-api.com/api/v1/pair/INR/GNF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} GNF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/GNF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} GNF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/GNF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} GNF\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "GNF"
},
"rate": 91.875,
"timestamp": 1790429395,
"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 INRGuinean Franc → Indian Rupee0.010884Convert INR to other currencies
Convert other currencies to GNF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.