FKP to XAF exchange rate API
Falkland Islands Pound to CFA Franc BEAC · quoted 2026-09-25
763.0797
▼ +1.37% over 5Y
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 5 years, FKP/XAF traded between 743.2793 and 790.9319, averaged 766.7352 and fell 1.37%. 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 5Y: show the values
| Point | FKP/XAF |
|---|---|
| 2024-08-24 | 773.6858 |
| 2024-10-07 | 784.7492 |
| 2024-11-06 | 784.8599 |
| 2024-12-06 | 790.9319 |
| 2025-01-05 | 790.1801 |
| 2025-02-04 | 789.5456 |
| 2025-03-06 | 782.7232 |
| 2025-04-06 | 771.9938 |
| 2025-05-06 | 770.8470 |
| 2025-06-07 | 778.3875 |
| 2025-07-07 | 759.6696 |
| 2025-08-06 | 754.1268 |
| 2025-09-05 | 756.3107 |
| 2025-10-06 | 752.5281 |
| 2025-11-05 | 743.2793 |
| 2025-12-05 | 750.4858 |
| 2026-01-05 | 753.5026 |
| 2026-02-04 | 760.2159 |
| 2026-03-06 | 754.7166 |
| 2026-04-05 | 751.6750 |
| 2026-05-05 | 761.4447 |
| 2026-06-06 | 759.5267 |
| 2026-07-08 | 767.5552 |
| 2026-08-07 | 765.8513 |
| 2026-09-07 | 763.2419 |
High
790.9319
Low
743.2793
Average
766.7352
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.