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: show the values
| Point | INR/GNF |
|---|---|
| 2026-03-28 | 92.5534 |
| 2026-04-04 | 94.7730 |
| 2026-04-11 | 94.2741 |
| 2026-04-18 | 94.7599 |
| 2026-04-25 | 92.9808 |
| 2026-05-02 | 92.4739 |
| 2026-05-09 | 92.9834 |
| 2026-05-17 | 91.2852 |
| 2026-05-25 | 92.0353 |
| 2026-06-01 | 92.2754 |
| 2026-06-10 | 92.0390 |
| 2026-06-17 | 92.7093 |
| 2026-06-24 | 92.5893 |
| 2026-07-01 | 92.0611 |
| 2026-07-08 | 91.8973 |
| 2026-07-15 | 91.0513 |
| 2026-07-22 | 90.9473 |
| 2026-07-29 | 91.7649 |
| 2026-08-05 | 92.3442 |
| 2026-08-12 | 92.1395 |
| 2026-08-20 | 91.6907 |
| 2026-08-27 | 92.1844 |
| 2026-09-03 | 93.0510 |
| 2026-09-10 | 92.2777 |
| 2026-09-17 | 91.8469 |
| 2026-09-24 | 91.7678 |
High
94.7730
Low
90.9473
Average
92.3811
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.