Skip to content

XOF to XPF exchange rate API

CFA Franc BCEAO to CFP Franc · quoted 2026-09-24

0.18214

▲ +0.05% over 1Y

1 XOF = 0.18214 XPF · 1 XPF = 5.4903 XOF · Get this rate via the API

1 XOF buys 0.18214 XPF as of 2026-09-24, so 1 XPF buys 5.4903 XOF. Over the last year, XOF/XPF traded between 0.18120 and 0.18488, averaged 0.18209 and rose 0.05%. The API holds daily XOF/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

XOF/XPF over 1Y

XOF/XPF over 1Y: show the values
PointXOF/XPF
2025-09-240.18206
2025-10-010.18488
2025-10-080.18482
2025-10-150.18236
2025-10-220.18233
2025-10-290.18228
2025-11-050.18175
2025-11-120.18204
2025-11-190.18204
2025-11-260.18220
2025-12-030.18236
2025-12-100.18235
2025-12-170.18197
2025-12-240.18222
2025-12-310.18193
2026-01-070.18179
2026-01-140.18202
2026-01-210.18223
2026-01-280.18278
2026-02-040.18120
2026-02-110.18171
2026-02-180.18175
2026-02-250.18172
2026-03-040.18133
2026-03-110.18183
2026-03-180.18195
2026-03-250.18211
2026-04-010.18264
2026-04-080.18287
2026-04-150.18236
2026-04-220.18212
2026-04-290.18196
2026-05-060.18237
2026-05-130.18207
2026-05-200.18165
2026-05-270.18169
2026-06-030.18182
2026-06-100.18173
2026-06-170.18205
2026-06-240.18145
2026-07-010.18179
2026-07-080.18190
2026-07-150.18199
2026-07-220.18183
2026-07-290.18180
2026-08-050.18172
2026-08-120.18170
2026-08-190.18218
2026-08-260.18190
2026-09-020.18195
2026-09-090.18164
2026-09-160.18185
2026-09-230.18156

High

0.18488

Low

0.18120

Average

0.18209

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=XPF").json()

Replace YOUR_API_KEY with the key from your dashboard.

XOF/XPF API questions

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

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

How far back does XOF/XPF historical data go?

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