INR to GNF exchange rate API
Indian Rupee to Guinea Franc · quoted 2026-09-24
91.5339
▼ +6.46% 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-24, so 1 GNF buys 0.01092 INR. Over the last year, INR/GNF traded between 90.9478 and 98.4328, averaged 94.7005 and fell 6.46%. 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-24 | 97.8600 |
| 2025-10-01 | 97.8473 |
| 2025-10-08 | 97.8181 |
| 2025-10-15 | 98.4328 |
| 2025-10-22 | 98.2151 |
| 2025-10-29 | 98.3731 |
| 2025-11-05 | 98.0880 |
| 2025-11-12 | 98.0056 |
| 2025-11-19 | 98.1893 |
| 2025-11-26 | 97.4177 |
| 2025-12-03 | 96.4922 |
| 2025-12-11 | 96.3720 |
| 2025-12-18 | 96.8958 |
| 2025-12-25 | 97.3944 |
| 2026-01-01 | 97.3976 |
| 2026-01-08 | 97.3809 |
| 2026-01-15 | 96.9633 |
| 2026-01-22 | 95.7213 |
| 2026-01-29 | 95.4563 |
| 2026-02-05 | 97.2375 |
| 2026-02-12 | 97.1155 |
| 2026-02-19 | 96.3598 |
| 2026-02-26 | 96.3398 |
| 2026-03-05 | 95.7462 |
| 2026-03-12 | 95.1575 |
| 2026-03-19 | 94.2091 |
| 2026-03-26 | 93.2758 |
| 2026-04-02 | 94.2105 |
| 2026-04-09 | 94.7545 |
| 2026-04-16 | 93.8503 |
| 2026-04-23 | 93.5821 |
| 2026-04-30 | 92.4511 |
| 2026-05-07 | 93.4425 |
| 2026-05-15 | 91.7869 |
| 2026-05-23 | 91.6053 |
| 2026-05-30 | 92.6162 |
| 2026-06-06 | 92.1431 |
| 2026-06-15 | 92.4755 |
| 2026-06-22 | 92.5100 |
| 2026-06-29 | 92.7945 |
| 2026-07-06 | 91.8992 |
| 2026-07-13 | 91.8095 |
| 2026-07-20 | 90.9478 |
| 2026-07-27 | 91.4894 |
| 2026-08-03 | 92.1424 |
| 2026-08-10 | 92.0595 |
| 2026-08-17 | 91.8675 |
| 2026-08-25 | 92.1086 |
| 2026-09-01 | 92.6667 |
| 2026-09-08 | 92.7485 |
| 2026-09-15 | 91.7055 |
| 2026-09-22 | 92.1661 |
High
98.4328
Low
90.9478
Average
94.7005
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.