FKP to XAF exchange rate API
Falkland Islands Pound to CFA Franc BEAC · quoted 2026-09-25
763.0797
▲ +1.56% over 1Y
1 FKP = 763.0797 XAF · 1 XAF = 0.001310 FKP · Get this rate via the API
1 FKP buys 763.0797 XAF as of 2026-09-25, so 1 XAF buys 0.001310 FKP. Over the last year, FKP/XAF traded between 742.6339 and 772.2051, averaged 757.0092 and rose 1.56%. The API holds daily FKP/XAF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/XAF over 1Y: show the values
| Point | FKP/XAF |
|---|---|
| 2025-09-25 | 751.3939 |
| 2025-10-02 | 753.4570 |
| 2025-10-09 | 755.7089 |
| 2025-10-16 | 755.2476 |
| 2025-10-23 | 754.4114 |
| 2025-10-30 | 745.8985 |
| 2025-11-06 | 744.6657 |
| 2025-11-13 | 742.7577 |
| 2025-11-20 | 742.6339 |
| 2025-11-27 | 748.9301 |
| 2025-12-04 | 750.2606 |
| 2025-12-12 | 748.6917 |
| 2025-12-19 | 748.6847 |
| 2025-12-26 | 751.9694 |
| 2026-01-02 | 752.2345 |
| 2026-01-09 | 756.1115 |
| 2026-01-16 | 756.2269 |
| 2026-01-23 | 753.6109 |
| 2026-01-30 | 757.4050 |
| 2026-02-06 | 753.7837 |
| 2026-02-13 | 752.8008 |
| 2026-02-20 | 749.8053 |
| 2026-02-27 | 749.7961 |
| 2026-03-06 | 754.7166 |
| 2026-03-13 | 760.7046 |
| 2026-03-20 | 760.7445 |
| 2026-03-27 | 758.4642 |
| 2026-04-03 | 752.0667 |
| 2026-04-10 | 754.3950 |
| 2026-04-17 | 755.5716 |
| 2026-04-24 | 758.3083 |
| 2026-05-01 | 755.4897 |
| 2026-05-08 | 760.3783 |
| 2026-05-16 | 752.0001 |
| 2026-05-24 | 759.4300 |
| 2026-05-31 | 757.0766 |
| 2026-06-09 | 758.8985 |
| 2026-06-16 | 758.9437 |
| 2026-06-23 | 760.3678 |
| 2026-06-30 | 761.5771 |
| 2026-07-07 | 767.9896 |
| 2026-07-14 | 769.1804 |
| 2026-07-21 | 772.2051 |
| 2026-07-28 | 766.7040 |
| 2026-08-04 | 765.2814 |
| 2026-08-11 | 767.5661 |
| 2026-08-18 | 767.4022 |
| 2026-08-26 | 766.9877 |
| 2026-09-02 | 764.8919 |
| 2026-09-09 | 763.9806 |
| 2026-09-16 | 766.1077 |
| 2026-09-23 | 764.4937 |
High
772.2051
Low
742.6339
Average
757.0092
Get this rate via the API
One GET request returns the FKP/XAF 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=XAF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=XAF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=XAF").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/XAF API questions
How do I get the FKP/XAF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=XAF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/XAF rate in rates.XAF.
How far back does FKP/XAF historical data go?
Daily FKP/XAF 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/XAF 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.