INR to GNF exchange rate API
Indian Rupee to Guinea Franc · quoted 2026-09-25
91.5339
▼ +6.54% over 1Y
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-25, so 1 GNF buys 0.01092 INR. Over the last year, INR/GNF traded between 91.2323 and 98.8171, averaged 94.6078 and fell 6.54%. 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 1Y: show the values
| Point | INR/GNF |
|---|---|
| 2025-09-25 | 97.9442 |
| 2025-10-02 | 97.8643 |
| 2025-10-09 | 97.6960 |
| 2025-10-16 | 98.7617 |
| 2025-10-23 | 98.8171 |
| 2025-10-30 | 97.8824 |
| 2025-11-06 | 98.1028 |
| 2025-11-13 | 97.8903 |
| 2025-11-20 | 97.9813 |
| 2025-11-27 | 97.1644 |
| 2025-12-04 | 96.7608 |
| 2025-12-12 | 96.0444 |
| 2025-12-19 | 97.4600 |
| 2025-12-26 | 96.9928 |
| 2026-01-02 | 97.0786 |
| 2026-01-09 | 97.0345 |
| 2026-01-16 | 96.5300 |
| 2026-01-23 | 95.3069 |
| 2026-01-30 | 95.5019 |
| 2026-02-06 | 96.8408 |
| 2026-02-13 | 96.9402 |
| 2026-02-20 | 96.5878 |
| 2026-02-27 | 96.3069 |
| 2026-03-06 | 95.5200 |
| 2026-03-13 | 94.9581 |
| 2026-03-20 | 93.7348 |
| 2026-03-27 | 92.5067 |
| 2026-04-03 | 94.6342 |
| 2026-04-10 | 94.4700 |
| 2026-04-17 | 94.5217 |
| 2026-04-24 | 93.1010 |
| 2026-05-01 | 92.2008 |
| 2026-05-08 | 93.1808 |
| 2026-05-16 | 91.4691 |
| 2026-05-24 | 91.5181 |
| 2026-05-31 | 92.2866 |
| 2026-06-09 | 91.8316 |
| 2026-06-16 | 92.7106 |
| 2026-06-23 | 92.5937 |
| 2026-06-30 | 92.5986 |
| 2026-07-07 | 92.3179 |
| 2026-07-14 | 91.2422 |
| 2026-07-21 | 91.2323 |
| 2026-07-28 | 91.6462 |
| 2026-08-04 | 92.1462 |
| 2026-08-11 | 92.0892 |
| 2026-08-18 | 91.8105 |
| 2026-08-26 | 92.0665 |
| 2026-09-02 | 92.6474 |
| 2026-09-09 | 92.4542 |
| 2026-09-16 | 91.6910 |
| 2026-09-23 | 92.0118 |
High
98.8171
Low
91.2323
Average
94.6078
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.