Skip to content

FKP to CUP exchange rate API

Falkland Islands Pound to Cuban Peso · quoted 2026-09-27

31.7612

▲ +0.06% over 6M

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 6 months, FKP/CUP traded between 31.6386 and 36.1590, averaged 34.8029 and rose 0.06%. 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 6M

FKP/CUP over 6M: show the values
PointFKP/CUP
2026-03-3131.7409
2026-04-0731.6386
2026-04-1435.6556
2026-04-2135.8283
2026-04-2835.7689
2026-05-0535.9946
2026-05-1232.5981
2026-05-2032.1413
2026-05-2832.1067
2026-06-0435.5740
2026-06-1335.5488
2026-06-2035.0758
2026-06-2734.9879
2026-07-0435.3967
2026-07-1135.5295
2026-07-1835.6566
2026-07-2535.3129
2026-08-0135.7431
2026-08-0835.7425
2026-08-1535.8545
2026-08-2336.1590
2026-08-3035.8726
2026-09-0635.8247
2026-09-1335.8643
2026-09-2035.4979

High

36.1590

Low

31.6386

Average

34.8029

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.