Skip to content

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

FKP/CUP over 1Y: show the values
PointFKP/CUP
2025-09-2732.0450
2025-10-0432.3623
2025-10-1131.9999
2025-10-1832.2609
2025-10-2531.9385
2025-11-0131.5987
2025-11-0831.5797
2025-11-1531.6137
2025-11-2231.4040
2025-11-2931.7336
2025-12-0631.9888
2025-12-1432.0353
2025-12-2131.9872
2025-12-2832.3810
2026-01-0432.1568
2026-01-1132.1547
2026-01-1832.1081
2026-01-2532.6540
2026-02-0132.8051
2026-02-0832.6225
2026-02-1532.7271
2026-02-2232.2527
2026-03-0132.2933
2026-03-0832.0444
2026-03-1531.7680
2026-03-2231.9029
2026-03-2931.6548
2026-04-0531.5282
2026-04-1235.6647
2026-04-1935.9200
2026-04-2635.8139
2026-05-0336.0911
2026-05-1036.1057
2026-05-1835.3167
2026-05-2632.3102
2026-06-0235.6722
2026-06-1135.4558
2026-06-1835.2808
2026-06-2534.9304
2026-07-0235.1312
2026-07-0935.5139
2026-07-1635.8566
2026-07-2335.4707
2026-07-3035.3729
2026-08-0635.6876
2026-08-1335.7610
2026-08-2136.1588
2026-08-2836.0006
2026-09-0435.8586
2026-09-1135.7777
2026-09-1835.3662
2026-09-2531.7087

High

36.1588

Low

31.4040

Average

33.5394

For developers

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