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: show the values
| Point | GIP/XOF |
|---|---|
| 2025-09-26 | 736.5114 |
| 2025-10-03 | 739.0543 |
| 2025-10-10 | 753.3959 |
| 2025-10-17 | 754.0021 |
| 2025-10-24 | 751.8465 |
| 2025-10-31 | 746.7193 |
| 2025-11-07 | 745.2406 |
| 2025-11-14 | 741.7558 |
| 2025-11-21 | 744.7020 |
| 2025-11-28 | 749.1664 |
| 2025-12-05 | 750.7920 |
| 2025-12-13 | 747.4018 |
| 2025-12-20 | 749.0482 |
| 2025-12-27 | 751.6306 |
| 2026-01-03 | 752.6156 |
| 2026-01-10 | 755.0286 |
| 2026-01-17 | 754.9451 |
| 2026-01-24 | 757.2057 |
| 2026-01-31 | 756.9233 |
| 2026-02-07 | 756.1467 |
| 2026-02-14 | 755.0303 |
| 2026-02-21 | 750.3952 |
| 2026-02-28 | 749.4585 |
| 2026-03-07 | 757.5957 |
| 2026-03-14 | 757.9844 |
| 2026-03-21 | 755.1347 |
| 2026-03-28 | 758.2810 |
| 2026-04-04 | 751.5589 |
| 2026-04-11 | 753.4232 |
| 2026-04-18 | 753.3428 |
| 2026-04-25 | 755.1266 |
| 2026-05-02 | 760.4756 |
| 2026-05-09 | 758.6931 |
| 2026-05-17 | 752.0932 |
| 2026-05-25 | 759.1953 |
| 2026-06-01 | 758.1210 |
| 2026-06-10 | 760.3749 |
| 2026-06-17 | 760.2675 |
| 2026-06-24 | 762.0785 |
| 2026-07-01 | 761.7106 |
| 2026-07-08 | 767.7238 |
| 2026-07-15 | 768.7746 |
| 2026-07-22 | 769.5731 |
| 2026-07-29 | 764.7601 |
| 2026-08-05 | 764.6729 |
| 2026-08-12 | 767.8714 |
| 2026-08-20 | 764.1291 |
| 2026-08-27 | 764.6669 |
| 2026-09-03 | 762.3932 |
| 2026-09-10 | 764.7202 |
| 2026-09-17 | 764.8296 |
| 2026-09-24 | 763.0895 |
High
769.5731
Low
736.5114
Average
756.1218
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=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¤cies=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.