Skip to content

FKP to XOF exchange rate API

Falkland Islands Pound to CFA Franc BCEAO · quoted 2026-09-25

763.2290

▲ +2.94% over 1Y

1 FKP = 763.2290 XOF · 1 XOF = 0.001310 FKP · Get this rate via the API

1 FKP buys 763.2290 XOF as of 2026-09-25, so 1 XOF buys 0.001310 FKP. Over the last year, FKP/XOF traded between 741.2589 and 772.0802, averaged 756.6327 and rose 2.94%. The API holds daily FKP/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/XOF over 1Y

FKP/XOF over 1Y: show the values
PointFKP/XOF
2025-09-25741.4031
2025-10-02742.4589
2025-10-09758.0651
2025-10-16755.6532
2025-10-23753.8403
2025-10-30747.3195
2025-11-06743.7693
2025-11-13741.2589
2025-11-20742.5682
2025-11-27749.8850
2025-12-04750.3967
2025-12-12748.4112
2025-12-19749.2659
2025-12-26752.4801
2026-01-02753.8340
2026-01-09756.3955
2026-01-16756.2762
2026-01-23752.8739
2026-01-30757.0898
2026-02-06753.0628
2026-02-13753.0983
2026-02-20749.0073
2026-02-27749.2356
2026-03-06755.8307
2026-03-13763.6579
2026-03-20761.0811
2026-03-27759.3133
2026-04-03752.9323
2026-04-10752.8420
2026-04-17755.1155
2026-04-24757.1115
2026-05-01754.0690
2026-05-08758.4785
2026-05-16752.0001
2026-05-24757.9289
2026-05-31757.2185
2026-06-09758.2604
2026-06-16757.8716
2026-06-23761.9179
2026-06-30760.9754
2026-07-07768.4231
2026-07-14768.1052
2026-07-21772.0802
2026-07-28767.0073
2026-08-04764.7703
2026-08-11767.8765
2026-08-18767.4194
2026-08-26767.5031
2026-09-02764.6627
2026-09-09763.7646
2026-09-16766.7982
2026-09-23765.6424

High

772.0802

Low

741.2589

Average

756.6327

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FKP/XOF API questions

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

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

How far back does FKP/XOF historical data go?

Daily FKP/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 FKP/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.