Skip to content

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

FKP/XAF over 1Y: show the values
PointFKP/XAF
2025-09-25751.3939
2025-10-02753.4570
2025-10-09755.7089
2025-10-16755.2476
2025-10-23754.4114
2025-10-30745.8985
2025-11-06744.6657
2025-11-13742.7577
2025-11-20742.6339
2025-11-27748.9301
2025-12-04750.2606
2025-12-12748.6917
2025-12-19748.6847
2025-12-26751.9694
2026-01-02752.2345
2026-01-09756.1115
2026-01-16756.2269
2026-01-23753.6109
2026-01-30757.4050
2026-02-06753.7837
2026-02-13752.8008
2026-02-20749.8053
2026-02-27749.7961
2026-03-06754.7166
2026-03-13760.7046
2026-03-20760.7445
2026-03-27758.4642
2026-04-03752.0667
2026-04-10754.3950
2026-04-17755.5716
2026-04-24758.3083
2026-05-01755.4897
2026-05-08760.3783
2026-05-16752.0001
2026-05-24759.4300
2026-05-31757.0766
2026-06-09758.8985
2026-06-16758.9437
2026-06-23760.3678
2026-06-30761.5771
2026-07-07767.9896
2026-07-14769.1804
2026-07-21772.2051
2026-07-28766.7040
2026-08-04765.2814
2026-08-11767.5661
2026-08-18767.4022
2026-08-26766.9877
2026-09-02764.8919
2026-09-09763.9806
2026-09-16766.1077
2026-09-23764.4937

High

772.2051

Low

742.6339

Average

757.0092

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.