Skip to content

GBP to XOF exchange rate API

Pound Sterling to CFA Franc BCEAO · quoted 2026-09-24

762.7773

▲ +1.38% over YTD

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 year to date, GBP/XOF traded between 751.8917 and 769.1204, averaged 759.7002 and rose 1.38%. 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 YTD

GBP/XOF over YTD: show the values
PointGBP/XOF
2025-12-31752.3732
2026-01-07756.7974
2026-01-14757.0257
2026-01-21751.8917
2026-01-28755.2996
2026-02-04761.6564
2026-02-11753.2911
2026-02-18752.9830
2026-02-25752.2197
2026-03-04755.4340
2026-03-11758.2116
2026-03-18757.9770
2026-03-25758.0621
2026-04-01754.1312
2026-04-08756.5517
2026-04-15753.8430
2026-04-22754.6979
2026-04-29757.6869
2026-05-06760.5447
2026-05-13756.3100
2026-05-20757.3577
2026-05-27757.3418
2026-06-03759.6767
2026-06-10760.2132
2026-06-17758.8774
2026-06-24760.0828
2026-07-01762.0888
2026-07-08767.1206
2026-07-15768.5967
2026-07-22768.6417
2026-07-29764.3310
2026-08-05765.9946
2026-08-12769.1204
2026-08-19765.0599
2026-08-26766.6519
2026-09-02763.6021
2026-09-09764.7992
2026-09-16765.3757
2026-09-23763.3093

High

769.1204

Low

751.8917

Average

759.7002

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=XOF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&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=GBP&currencies=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&currencies=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.