Skip to content

INR to GNF exchange rate API

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

91.5339

▼ +11.10% over 5Y

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 5 years, INR/GNF traded between 91.5339 and 103.1711, averaged 97.7766 and fell 11.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 5Y

INR/GNF over 5Y: show the values
PointINR/GNF
2024-08-24102.9653
2024-10-07103.1711
2024-11-06102.2839
2024-12-06101.7228
2025-01-05100.5943
2025-02-0499.3748
2025-03-0699.3080
2025-04-06101.5648
2025-05-06102.7578
2025-06-07100.8667
2025-07-07101.0184
2025-08-0698.9209
2025-09-0598.2262
2025-10-0697.8206
2025-11-0598.0880
2025-12-0596.7262
2026-01-0597.0068
2026-02-0496.8822
2026-03-0695.5200
2026-04-0594.2391
2026-05-0592.1184
2026-06-0692.1431
2026-07-0891.8973
2026-08-0792.3628
2026-09-0793.0790

High

103.1711

Low

91.5339

Average

97.7766

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.