GIP to GNF exchange rate API
Gibraltar Pound to Guinea Franc · quoted 2026-09-27
11668.11
▲ +0.69% over 6M
1 GIP = 11668.11 GNF · 1 GNF = 0.000086 GIP · Get this rate via the API
1 GIP buys 11668.11 GNF as of 2026-09-27, so 1 GNF buys 0.000086 GIP. Over the last 6 months, GIP/GNF traded between 11554.05 and 11990.56, averaged 11780.68 and rose 0.69%. The API holds daily GIP/GNF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GIP/GNF over 6M: show the values
| Point | GIP/GNF |
|---|---|
| 2026-03-31 | 11587.70 |
| 2026-04-07 | 11606.64 |
| 2026-04-14 | 11806.70 |
| 2026-04-21 | 11849.72 |
| 2026-04-28 | 11874.64 |
| 2026-05-05 | 11922.37 |
| 2026-05-12 | 11923.85 |
| 2026-05-20 | 11754.92 |
| 2026-05-28 | 11725.49 |
| 2026-06-04 | 11772.63 |
| 2026-06-13 | 11759.53 |
| 2026-06-20 | 11602.42 |
| 2026-06-27 | 11554.05 |
| 2026-07-04 | 11699.91 |
| 2026-07-11 | 11754.83 |
| 2026-07-18 | 11807.49 |
| 2026-07-25 | 11700.42 |
| 2026-08-01 | 11801.57 |
| 2026-08-08 | 11836.90 |
| 2026-08-15 | 11884.61 |
| 2026-08-23 | 11990.56 |
| 2026-08-30 | 11895.41 |
| 2026-09-06 | 11893.37 |
| 2026-09-13 | 11949.29 |
| 2026-09-20 | 11787.22 |
| 2026-09-27 | 11668.11 |
High
11990.56
Low
11554.05
Average
11780.68
Get this rate via the API
One GET request returns the GIP/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=GIP¤cies=GNF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=GNF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=GNF").json()Replace YOUR_API_KEY with the key from your dashboard.
GIP/GNF API questions
How do I get the GIP/GNF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=GNF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/GNF rate in rates.GNF.
How far back does GIP/GNF historical data go?
Daily GIP/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 GIP/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.