Skip to content

INR to GNF exchange rate API

Indian Rupee to Guinea Franc · quoted 2026-09-24

91.5339

▼ +1.10% over 6M

1 INR = 91.5339 GNF · 1 GNF = 0.01092 INR · Get this rate via the API

1 INR buys 91.5339 GNF as of 2026-09-24, so 1 GNF buys 0.01092 INR. Over the last 6 months, INR/GNF traded between 90.9473 and 94.7730, averaged 92.3811 and fell 1.10%. The API holds daily INR/GNF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/GNF over 6M

INR/GNF over 6M: show the values
PointINR/GNF
2026-03-2892.5534
2026-04-0494.7730
2026-04-1194.2741
2026-04-1894.7599
2026-04-2592.9808
2026-05-0292.4739
2026-05-0992.9834
2026-05-1791.2852
2026-05-2592.0353
2026-06-0192.2754
2026-06-1092.0390
2026-06-1792.7093
2026-06-2492.5893
2026-07-0192.0611
2026-07-0891.8973
2026-07-1591.0513
2026-07-2290.9473
2026-07-2991.7649
2026-08-0592.3442
2026-08-1292.1395
2026-08-2091.6907
2026-08-2792.1844
2026-09-0393.0510
2026-09-1092.2777
2026-09-1791.8469
2026-09-2491.7678

High

94.7730

Low

90.9473

Average

92.3811

For developers

Get this rate via the API

One GET request returns the INR/GNF rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=GNF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=GNF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=GNF").json()

Replace YOUR_API_KEY with the key from your dashboard.

INR/GNF API questions

How do I get the INR/GNF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=GNF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/GNF rate in rates.GNF.

How far back does INR/GNF historical data go?

Daily INR/GNF rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free INR/GNF exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.