Skip to content

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

FKP/XAF over YTD: show the values
PointFKP/XAF
2025-12-31752.0492
2026-01-07757.4462
2026-01-14756.7669
2026-01-21752.2191
2026-01-28754.6604
2026-02-04760.2159
2026-02-11752.2277
2026-02-18750.7435
2026-02-25751.9550
2026-03-04754.0502
2026-03-11758.5936
2026-03-18759.4618
2026-03-25757.5711
2026-04-01750.7278
2026-04-08753.0608
2026-04-15748.6775
2026-04-22756.1581
2026-04-29759.9905
2026-05-06757.8920
2026-05-14757.5123
2026-05-21757.9827
2026-05-29757.1550
2026-06-05758.3508
2026-06-14759.8064
2026-06-21756.3056
2026-06-28760.1200
2026-07-05765.5410
2026-07-12770.0243
2026-07-19771.4987
2026-07-26768.4819
2026-08-02766.6906
2026-08-09765.5391
2026-08-16767.2518
2026-08-24766.3366
2026-08-31766.5101
2026-09-07763.2419
2026-09-14765.8089
2026-09-21764.8722

High

771.4987

Low

748.6775

Average

759.3994

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=XAF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=XAF");
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=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&currencies=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.