FKP to XAF exchange rate API
Falkland Islands Pound to CFA Franc BEAC · quoted 2026-09-25
763.0797
▲ +1.47% over YTD
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 year to date, FKP/XAF traded between 748.6775 and 771.4987, averaged 759.3994 and rose 1.47%. 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 YTD: show the values
| Point | FKP/XAF |
|---|---|
| 2025-12-31 | 752.0492 |
| 2026-01-07 | 757.4462 |
| 2026-01-14 | 756.7669 |
| 2026-01-21 | 752.2191 |
| 2026-01-28 | 754.6604 |
| 2026-02-04 | 760.2159 |
| 2026-02-11 | 752.2277 |
| 2026-02-18 | 750.7435 |
| 2026-02-25 | 751.9550 |
| 2026-03-04 | 754.0502 |
| 2026-03-11 | 758.5936 |
| 2026-03-18 | 759.4618 |
| 2026-03-25 | 757.5711 |
| 2026-04-01 | 750.7278 |
| 2026-04-08 | 753.0608 |
| 2026-04-15 | 748.6775 |
| 2026-04-22 | 756.1581 |
| 2026-04-29 | 759.9905 |
| 2026-05-06 | 757.8920 |
| 2026-05-14 | 757.5123 |
| 2026-05-21 | 757.9827 |
| 2026-05-29 | 757.1550 |
| 2026-06-05 | 758.3508 |
| 2026-06-14 | 759.8064 |
| 2026-06-21 | 756.3056 |
| 2026-06-28 | 760.1200 |
| 2026-07-05 | 765.5410 |
| 2026-07-12 | 770.0243 |
| 2026-07-19 | 771.4987 |
| 2026-07-26 | 768.4819 |
| 2026-08-02 | 766.6906 |
| 2026-08-09 | 765.5391 |
| 2026-08-16 | 767.2518 |
| 2026-08-24 | 766.3366 |
| 2026-08-31 | 766.5101 |
| 2026-09-07 | 763.2419 |
| 2026-09-14 | 765.8089 |
| 2026-09-21 | 764.8722 |
High
771.4987
Low
748.6775
Average
759.3994
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.