Skip to content

GIP to XOF exchange rate API

Gibraltar Pound to CFA Franc BCEAO · quoted 2026-09-26

762.7766

▲ +3.57% over 1Y

1 GIP = 762.7766 XOF · 1 XOF = 0.001311 GIP · Get this rate via the API

1 GIP buys 762.7766 XOF as of 2026-09-26, so 1 XOF buys 0.001311 GIP. Over the last year, GIP/XOF traded between 736.5114 and 769.5731, averaged 756.1218 and rose 3.57%. The API holds daily GIP/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GIP/XOF over 1Y

GIP/XOF over 1Y: show the values
PointGIP/XOF
2025-09-26736.5114
2025-10-03739.0543
2025-10-10753.3959
2025-10-17754.0021
2025-10-24751.8465
2025-10-31746.7193
2025-11-07745.2406
2025-11-14741.7558
2025-11-21744.7020
2025-11-28749.1664
2025-12-05750.7920
2025-12-13747.4018
2025-12-20749.0482
2025-12-27751.6306
2026-01-03752.6156
2026-01-10755.0286
2026-01-17754.9451
2026-01-24757.2057
2026-01-31756.9233
2026-02-07756.1467
2026-02-14755.0303
2026-02-21750.3952
2026-02-28749.4585
2026-03-07757.5957
2026-03-14757.9844
2026-03-21755.1347
2026-03-28758.2810
2026-04-04751.5589
2026-04-11753.4232
2026-04-18753.3428
2026-04-25755.1266
2026-05-02760.4756
2026-05-09758.6931
2026-05-17752.0932
2026-05-25759.1953
2026-06-01758.1210
2026-06-10760.3749
2026-06-17760.2675
2026-06-24762.0785
2026-07-01761.7106
2026-07-08767.7238
2026-07-15768.7746
2026-07-22769.5731
2026-07-29764.7601
2026-08-05764.6729
2026-08-12767.8714
2026-08-20764.1291
2026-08-27764.6669
2026-09-03762.3932
2026-09-10764.7202
2026-09-17764.8296
2026-09-24763.0895

High

769.5731

Low

736.5114

Average

756.1218

For developers

Get this rate via the API

One GET request returns the GIP/XOF 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=XOF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=XOF");
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=XOF").json()

Replace YOUR_API_KEY with the key from your dashboard.

GIP/XOF API questions

How do I get the GIP/XOF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=XOF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/XOF rate in rates.XOF.

How far back does GIP/XOF historical data go?

Daily GIP/XOF 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/XOF 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.