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: show the values
| Point | INR/GNF |
|---|---|
| 2025-12-31 | 97.4489 |
| 2026-01-07 | 97.3996 |
| 2026-01-14 | 97.0039 |
| 2026-01-21 | 95.5178 |
| 2026-01-28 | 95.4492 |
| 2026-02-04 | 96.8822 |
| 2026-02-11 | 96.5323 |
| 2026-02-18 | 96.7479 |
| 2026-02-25 | 96.5086 |
| 2026-03-04 | 95.2081 |
| 2026-03-11 | 95.2892 |
| 2026-03-18 | 94.3408 |
| 2026-03-25 | 93.2428 |
| 2026-04-01 | 93.9236 |
| 2026-04-08 | 95.1820 |
| 2026-04-15 | 93.9544 |
| 2026-04-22 | 93.6817 |
| 2026-04-29 | 92.5408 |
| 2026-05-06 | 92.5629 |
| 2026-05-14 | 91.5741 |
| 2026-05-21 | 91.2160 |
| 2026-05-29 | 92.1754 |
| 2026-06-05 | 92.3943 |
| 2026-06-14 | 91.9908 |
| 2026-06-21 | 92.7145 |
| 2026-06-28 | 92.6157 |
| 2026-07-05 | 91.9526 |
| 2026-07-12 | 91.8388 |
| 2026-07-19 | 90.9647 |
| 2026-07-26 | 90.8162 |
| 2026-08-02 | 92.0300 |
| 2026-08-09 | 92.1224 |
| 2026-08-16 | 92.0270 |
| 2026-08-24 | 91.8919 |
| 2026-08-31 | 92.5049 |
| 2026-09-07 | 93.0790 |
| 2026-09-14 | 92.1147 |
| 2026-09-21 | 91.8207 |
High
97.4489
Low
90.8162
Average
93.5588
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=GNF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=GNF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.