Skip to content

INR to GNF exchange rate API

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

91.5339

▼ +6.07% over YTD

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 year to date, INR/GNF traded between 90.8162 and 97.4489, averaged 93.5588 and fell 6.07%. 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 YTD

INR/GNF over YTD: show the values
PointINR/GNF
2025-12-3197.4489
2026-01-0797.3996
2026-01-1497.0039
2026-01-2195.5178
2026-01-2895.4492
2026-02-0496.8822
2026-02-1196.5323
2026-02-1896.7479
2026-02-2596.5086
2026-03-0495.2081
2026-03-1195.2892
2026-03-1894.3408
2026-03-2593.2428
2026-04-0193.9236
2026-04-0895.1820
2026-04-1593.9544
2026-04-2293.6817
2026-04-2992.5408
2026-05-0692.5629
2026-05-1491.5741
2026-05-2191.2160
2026-05-2992.1754
2026-06-0592.3943
2026-06-1491.9908
2026-06-2192.7145
2026-06-2892.6157
2026-07-0591.9526
2026-07-1291.8388
2026-07-1990.9647
2026-07-2690.8162
2026-08-0292.0300
2026-08-0992.1224
2026-08-1692.0270
2026-08-2491.8919
2026-08-3192.5049
2026-09-0793.0790
2026-09-1492.1147
2026-09-2191.8207

High

97.4489

Low

90.8162

Average

93.5588

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.