GIP to GNF exchange rate API
Gibraltar Pound to Guinea Franc · quoted 2026-09-27
11668.11
▲ +0.28% over 1Y
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 year, GIP/GNF traded between 11357.95 and 12010.07, averaged 11733.52 and rose 0.28%. 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 1Y: show the values
| Point | GIP/GNF |
|---|---|
| 2025-09-27 | 11635.84 |
| 2025-10-04 | 11691.12 |
| 2025-10-11 | 11529.48 |
| 2025-10-18 | 11670.39 |
| 2025-10-25 | 11540.90 |
| 2025-11-01 | 11421.71 |
| 2025-11-08 | 11410.56 |
| 2025-11-15 | 11430.23 |
| 2025-11-22 | 11357.95 |
| 2025-11-29 | 11500.27 |
| 2025-12-06 | 11595.09 |
| 2025-12-14 | 11677.28 |
| 2025-12-21 | 11665.00 |
| 2025-12-28 | 11799.90 |
| 2026-01-04 | 11774.86 |
| 2026-01-11 | 11732.51 |
| 2026-01-18 | 11715.90 |
| 2026-01-25 | 11939.37 |
| 2026-02-01 | 12010.07 |
| 2026-02-08 | 11956.74 |
| 2026-02-15 | 11979.92 |
| 2026-02-22 | 11818.72 |
| 2026-03-01 | 11833.01 |
| 2026-03-08 | 11770.96 |
| 2026-03-15 | 11622.29 |
| 2026-03-22 | 11704.00 |
| 2026-03-29 | 11645.88 |
| 2026-04-05 | 11587.35 |
| 2026-04-12 | 11790.79 |
| 2026-04-19 | 11912.54 |
| 2026-04-26 | 11843.58 |
| 2026-05-03 | 11950.94 |
| 2026-05-10 | 11922.77 |
| 2026-05-18 | 11709.09 |
| 2026-05-26 | 11824.72 |
| 2026-06-02 | 11808.85 |
| 2026-06-11 | 11728.00 |
| 2026-06-18 | 11670.24 |
| 2026-06-25 | 11548.23 |
| 2026-07-02 | 11626.44 |
| 2026-07-09 | 11758.49 |
| 2026-07-16 | 11851.04 |
| 2026-07-23 | 11744.92 |
| 2026-07-30 | 11717.66 |
| 2026-08-06 | 11834.64 |
| 2026-08-13 | 11864.26 |
| 2026-08-21 | 11996.80 |
| 2026-08-28 | 11949.76 |
| 2026-09-04 | 11915.53 |
| 2026-09-11 | 11880.40 |
| 2026-09-18 | 11710.87 |
| 2026-09-25 | 11630.37 |
High
12010.07
Low
11357.95
Average
11733.52
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.