GBP to XOF exchange rate API
Pound Sterling to CFA Franc BCEAO · quoted 2026-09-24
762.7773
▲ +3.26% over 1Y
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 year, GBP/XOF traded between 738.6880 and 769.1204, averaged 756.2376 and rose 3.26%. 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 1Y: show the values
| Point | GBP/XOF |
|---|---|
| 2025-09-24 | 738.6880 |
| 2025-10-01 | 740.9621 |
| 2025-10-08 | 742.9598 |
| 2025-10-15 | 753.1140 |
| 2025-10-22 | 753.2727 |
| 2025-10-29 | 744.8218 |
| 2025-11-05 | 744.8431 |
| 2025-11-12 | 743.1069 |
| 2025-11-19 | 744.1533 |
| 2025-11-26 | 746.9981 |
| 2025-12-03 | 749.3029 |
| 2025-12-10 | 749.6930 |
| 2025-12-17 | 745.7293 |
| 2025-12-24 | 751.1793 |
| 2025-12-31 | 752.3732 |
| 2026-01-07 | 756.7974 |
| 2026-01-14 | 757.0257 |
| 2026-01-21 | 751.8917 |
| 2026-01-28 | 755.2996 |
| 2026-02-04 | 761.6564 |
| 2026-02-11 | 753.2911 |
| 2026-02-18 | 752.9830 |
| 2026-02-25 | 752.2197 |
| 2026-03-04 | 755.4340 |
| 2026-03-11 | 758.2116 |
| 2026-03-18 | 757.9770 |
| 2026-03-25 | 758.0621 |
| 2026-04-01 | 754.1312 |
| 2026-04-08 | 756.5517 |
| 2026-04-15 | 753.8430 |
| 2026-04-22 | 754.6979 |
| 2026-04-29 | 757.6869 |
| 2026-05-06 | 760.5447 |
| 2026-05-13 | 756.3100 |
| 2026-05-20 | 757.3577 |
| 2026-05-27 | 757.3418 |
| 2026-06-03 | 759.6767 |
| 2026-06-10 | 760.2132 |
| 2026-06-17 | 758.8774 |
| 2026-06-24 | 760.0828 |
| 2026-07-01 | 762.0888 |
| 2026-07-08 | 767.1206 |
| 2026-07-15 | 768.5967 |
| 2026-07-22 | 768.6417 |
| 2026-07-29 | 764.3310 |
| 2026-08-05 | 765.9946 |
| 2026-08-12 | 769.1204 |
| 2026-08-19 | 765.0599 |
| 2026-08-26 | 766.6519 |
| 2026-09-02 | 763.6021 |
| 2026-09-09 | 764.7992 |
| 2026-09-16 | 765.3757 |
| 2026-09-23 | 763.3093 |
High
769.1204
Low
738.6880
Average
756.2376
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.