GBP to XOF exchange rate API
Pound Sterling to CFA Franc BCEAO · quoted 2026-09-24
762.7773
▼ +1.41% over 5Y
1 GBP = 762.7773 XOF · 1 XOF = 0.001311 GBP · Get this rate via the API
1 GBP buys 762.7773 XOF as of 2026-09-24, so 1 XOF buys 0.001311 GBP. Over the last 5 years, GBP/XOF traded between 737.2187 and 789.6969, averaged 763.1280 and fell 1.41%. The API holds daily GBP/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GBP/XOF over 5Y: show the values
| Point | GBP/XOF |
|---|---|
| 2024-08-24 | 773.6858 |
| 2024-10-01 | 780.8374 |
| 2024-10-31 | 772.3085 |
| 2024-11-30 | 789.6969 |
| 2024-12-30 | 781.2982 |
| 2025-01-29 | 774.3878 |
| 2025-02-28 | 782.2026 |
| 2025-03-30 | 774.7101 |
| 2025-04-29 | 757.5683 |
| 2025-05-29 | 763.5401 |
| 2025-06-28 | 768.4129 |
| 2025-07-28 | 746.2226 |
| 2025-08-27 | 748.5437 |
| 2025-09-26 | 737.2187 |
| 2025-10-26 | 750.9984 |
| 2025-11-25 | 747.0144 |
| 2025-12-25 | 752.5282 |
| 2026-01-24 | 757.2057 |
| 2026-02-23 | 749.5325 |
| 2026-03-25 | 758.0621 |
| 2026-04-24 | 756.4854 |
| 2026-05-24 | 758.5334 |
| 2026-06-23 | 760.0097 |
| 2026-07-23 | 768.4108 |
| 2026-08-22 | 766.5765 |
| 2026-09-21 | 765.6890 |
High
789.6969
Low
737.2187
Average
763.1280
Get this rate via the API
One GET request returns the GBP/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=GBP¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=XOF").json()Replace YOUR_API_KEY with the key from your dashboard.
GBP/XOF API questions
How do I get the GBP/XOF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=XOF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/XOF rate in rates.XOF.
How far back does GBP/XOF historical data go?
Daily GBP/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 GBP/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.