Skip to content

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

GIP/GNF over 6M: show the values
PointGIP/GNF
2026-03-3111587.70
2026-04-0711606.64
2026-04-1411806.70
2026-04-2111849.72
2026-04-2811874.64
2026-05-0511922.37
2026-05-1211923.85
2026-05-2011754.92
2026-05-2811725.49
2026-06-0411772.63
2026-06-1311759.53
2026-06-2011602.42
2026-06-2711554.05
2026-07-0411699.91
2026-07-1111754.83
2026-07-1811807.49
2026-07-2511700.42
2026-08-0111801.57
2026-08-0811836.90
2026-08-1511884.61
2026-08-2311990.56
2026-08-3011895.41
2026-09-0611893.37
2026-09-1311949.29
2026-09-2011787.22
2026-09-2711668.11

High

11990.56

Low

11554.05

Average

11780.68

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=GNF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=GNF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=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&currencies=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.