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: show the values
| Point | FKP/XOF |
|---|---|
| 2025-09-25 | 741.4031 |
| 2025-10-02 | 742.4589 |
| 2025-10-09 | 758.0651 |
| 2025-10-16 | 755.6532 |
| 2025-10-23 | 753.8403 |
| 2025-10-30 | 747.3195 |
| 2025-11-06 | 743.7693 |
| 2025-11-13 | 741.2589 |
| 2025-11-20 | 742.5682 |
| 2025-11-27 | 749.8850 |
| 2025-12-04 | 750.3967 |
| 2025-12-12 | 748.4112 |
| 2025-12-19 | 749.2659 |
| 2025-12-26 | 752.4801 |
| 2026-01-02 | 753.8340 |
| 2026-01-09 | 756.3955 |
| 2026-01-16 | 756.2762 |
| 2026-01-23 | 752.8739 |
| 2026-01-30 | 757.0898 |
| 2026-02-06 | 753.0628 |
| 2026-02-13 | 753.0983 |
| 2026-02-20 | 749.0073 |
| 2026-02-27 | 749.2356 |
| 2026-03-06 | 755.8307 |
| 2026-03-13 | 763.6579 |
| 2026-03-20 | 761.0811 |
| 2026-03-27 | 759.3133 |
| 2026-04-03 | 752.9323 |
| 2026-04-10 | 752.8420 |
| 2026-04-17 | 755.1155 |
| 2026-04-24 | 757.1115 |
| 2026-05-01 | 754.0690 |
| 2026-05-08 | 758.4785 |
| 2026-05-16 | 752.0001 |
| 2026-05-24 | 757.9289 |
| 2026-05-31 | 757.2185 |
| 2026-06-09 | 758.2604 |
| 2026-06-16 | 757.8716 |
| 2026-06-23 | 761.9179 |
| 2026-06-30 | 760.9754 |
| 2026-07-07 | 768.4231 |
| 2026-07-14 | 768.1052 |
| 2026-07-21 | 772.0802 |
| 2026-07-28 | 767.0073 |
| 2026-08-04 | 764.7703 |
| 2026-08-11 | 767.8765 |
| 2026-08-18 | 767.4194 |
| 2026-08-26 | 767.5031 |
| 2026-09-02 | 764.6627 |
| 2026-09-09 | 763.7646 |
| 2026-09-16 | 766.7982 |
| 2026-09-23 | 765.6424 |
High
772.0802
Low
741.2589
Average
756.6327
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=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¤cies=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.