Skip to content

GIP to GNF exchange rate API

Gibraltar Pound to Guinea Franc · quoted 2026-09-27

11668.11

▼ +2.36% over 30D

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 30 days, GIP/GNF traded between 11630.37 and 11949.76, averaged 11830.45 and fell 2.36%. 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 30D

GIP/GNF over 30D: show the values
PointGIP/GNF
2026-08-2811949.76
2026-08-2911880.09
2026-08-3011895.41
2026-08-3111924.43
2026-09-0111912.55
2026-09-0211880.57
2026-09-0311865.61
2026-09-0411915.53
2026-09-0511846.28
2026-09-0611893.37
2026-09-0711881.96
2026-09-0811906.80
2026-09-0911911.98
2026-09-1011938.44
2026-09-1111880.40
2026-09-1211883.97
2026-09-1311949.29
2026-09-1411887.08
2026-09-1511866.40
2026-09-1611861.85
2026-09-1711787.97
2026-09-1811710.87
2026-09-1911790.62
2026-09-2011787.22
2026-09-2111774.88
2026-09-2211790.87
2026-09-2311731.27
2026-09-2411654.50
2026-09-2511630.37
2026-09-2611647.74
2026-09-2711668.11

High

11949.76

Low

11630.37

Average

11830.45

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.