FKP to CUP exchange rate API
Falkland Islands Pound to Cuban Peso · quoted 2026-09-27
31.7612
▼ +0.89% over 1Y
1 FKP = 31.7612 CUP · 1 CUP = 0.03148 FKP · Get this rate via the API
1 FKP buys 31.7612 CUP as of 2026-09-27, so 1 CUP buys 0.03148 FKP. Over the last year, FKP/CUP traded between 31.4040 and 36.1588, averaged 33.5394 and fell 0.89%. The API holds daily FKP/CUP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/CUP over 1Y: show the values
| Point | FKP/CUP |
|---|---|
| 2025-09-27 | 32.0450 |
| 2025-10-04 | 32.3623 |
| 2025-10-11 | 31.9999 |
| 2025-10-18 | 32.2609 |
| 2025-10-25 | 31.9385 |
| 2025-11-01 | 31.5987 |
| 2025-11-08 | 31.5797 |
| 2025-11-15 | 31.6137 |
| 2025-11-22 | 31.4040 |
| 2025-11-29 | 31.7336 |
| 2025-12-06 | 31.9888 |
| 2025-12-14 | 32.0353 |
| 2025-12-21 | 31.9872 |
| 2025-12-28 | 32.3810 |
| 2026-01-04 | 32.1568 |
| 2026-01-11 | 32.1547 |
| 2026-01-18 | 32.1081 |
| 2026-01-25 | 32.6540 |
| 2026-02-01 | 32.8051 |
| 2026-02-08 | 32.6225 |
| 2026-02-15 | 32.7271 |
| 2026-02-22 | 32.2527 |
| 2026-03-01 | 32.2933 |
| 2026-03-08 | 32.0444 |
| 2026-03-15 | 31.7680 |
| 2026-03-22 | 31.9029 |
| 2026-03-29 | 31.6548 |
| 2026-04-05 | 31.5282 |
| 2026-04-12 | 35.6647 |
| 2026-04-19 | 35.9200 |
| 2026-04-26 | 35.8139 |
| 2026-05-03 | 36.0911 |
| 2026-05-10 | 36.1057 |
| 2026-05-18 | 35.3167 |
| 2026-05-26 | 32.3102 |
| 2026-06-02 | 35.6722 |
| 2026-06-11 | 35.4558 |
| 2026-06-18 | 35.2808 |
| 2026-06-25 | 34.9304 |
| 2026-07-02 | 35.1312 |
| 2026-07-09 | 35.5139 |
| 2026-07-16 | 35.8566 |
| 2026-07-23 | 35.4707 |
| 2026-07-30 | 35.3729 |
| 2026-08-06 | 35.6876 |
| 2026-08-13 | 35.7610 |
| 2026-08-21 | 36.1588 |
| 2026-08-28 | 36.0006 |
| 2026-09-04 | 35.8586 |
| 2026-09-11 | 35.7777 |
| 2026-09-18 | 35.3662 |
| 2026-09-25 | 31.7087 |
High
36.1588
Low
31.4040
Average
33.5394
Get this rate via the API
One GET request returns the FKP/CUP 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=CUP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=CUP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=CUP").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/CUP API questions
How do I get the FKP/CUP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=CUP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/CUP rate in rates.CUP.
How far back does FKP/CUP historical data go?
Daily FKP/CUP 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/CUP 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.