FKP to XPF exchange rate API
Falkland Islands Pound to CFP Franc · quoted 2026-09-26
138.2269
▲ +2.99% over 1Y
1 FKP = 138.2269 XPF · 1 XPF = 0.007234 FKP · Get this rate via the API
1 FKP buys 138.2269 XPF as of 2026-09-26, so 1 XPF buys 0.007234 FKP. Over the last year, FKP/XPF traded between 134.2108 and 139.9297, averaged 137.5730 and rose 2.99%. The API holds daily FKP/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/XPF over 1Y: show the values
| Point | FKP/XPF |
|---|---|
| 2025-09-26 | 134.2108 |
| 2025-10-03 | 136.7764 |
| 2025-10-10 | 137.1284 |
| 2025-10-17 | 137.5417 |
| 2025-10-24 | 137.1199 |
| 2025-10-31 | 135.8540 |
| 2025-11-07 | 135.6662 |
| 2025-11-14 | 135.1984 |
| 2025-11-21 | 135.4556 |
| 2025-11-28 | 136.3594 |
| 2025-12-05 | 136.8612 |
| 2025-12-13 | 135.9674 |
| 2025-12-20 | 136.2669 |
| 2025-12-27 | 136.7367 |
| 2026-01-03 | 136.9159 |
| 2026-01-10 | 137.3548 |
| 2026-01-17 | 137.3397 |
| 2026-01-24 | 137.7509 |
| 2026-01-31 | 137.6995 |
| 2026-02-07 | 137.5582 |
| 2026-02-14 | 137.3552 |
| 2026-02-21 | 136.5120 |
| 2026-02-28 | 136.3415 |
| 2026-03-07 | 137.8219 |
| 2026-03-14 | 137.8926 |
| 2026-03-21 | 137.3742 |
| 2026-03-28 | 137.9773 |
| 2026-04-04 | 136.7236 |
| 2026-04-11 | 136.7776 |
| 2026-04-18 | 137.2129 |
| 2026-04-25 | 137.3694 |
| 2026-05-02 | 138.2057 |
| 2026-05-09 | 137.7181 |
| 2026-05-17 | 136.6690 |
| 2026-05-25 | 137.7116 |
| 2026-06-01 | 137.9388 |
| 2026-06-10 | 138.1828 |
| 2026-06-17 | 138.4110 |
| 2026-06-24 | 138.2774 |
| 2026-07-01 | 138.4680 |
| 2026-07-08 | 139.6516 |
| 2026-07-15 | 139.9086 |
| 2026-07-22 | 139.9297 |
| 2026-07-29 | 139.0373 |
| 2026-08-05 | 138.9550 |
| 2026-08-12 | 139.5243 |
| 2026-08-20 | 139.1135 |
| 2026-08-27 | 139.0603 |
| 2026-09-03 | 138.6635 |
| 2026-09-10 | 138.7164 |
| 2026-09-17 | 139.1274 |
| 2026-09-24 | 138.7526 |
High
139.9297
Low
134.2108
Average
137.5730
Get this rate via the API
One GET request returns the FKP/XPF 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=XPF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=XPF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=XPF").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/XPF API questions
How do I get the FKP/XPF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=XPF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/XPF rate in rates.XPF.
How far back does FKP/XPF historical data go?
Daily FKP/XPF 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/XPF 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.