Skip to content

GBP to CUP exchange rate API

Pound Sterling to Cuban Peso · quoted 2026-09-25

31.7475

▼ +1.84% over YTD

1 GBP = 31.7475 CUP · 1 CUP = 0.03150 GBP · Get this rate via the API

1 GBP buys 31.7475 CUP as of 2026-09-25, so 1 CUP buys 0.03150 GBP. Over the year to date, GBP/CUP traded between 31.7475 and 36.1481, averaged 34.1097 and fell 1.84%. The API holds daily GBP/CUP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GBP/CUP over YTD

GBP/CUP over YTD: show the values
PointGBP/CUP
2025-12-3132.3419
2026-01-0732.3478
2026-01-1432.2883
2026-01-2132.2204
2026-01-2832.9617
2026-02-0432.8212
2026-02-1132.7890
2026-02-1832.5421
2026-02-2532.4261
2026-03-0432.1065
2026-03-1132.1962
2026-03-1831.8704
2026-03-2532.0830
2026-04-0131.9533
2026-04-0832.1550
2026-04-1535.9084
2026-04-2235.7784
2026-04-2935.8032
2026-05-0636.0882
2026-05-1432.4182
2026-05-2132.2125
2026-05-2935.5870
2026-06-0535.6905
2026-06-1435.5869
2026-06-2134.9975
2026-06-2834.9840
2026-07-0535.3861
2026-07-1235.4845
2026-07-1935.6434
2026-07-2635.3475
2026-08-0235.7508
2026-08-0935.7549
2026-08-1635.8629
2026-08-2436.1481
2026-08-3135.8814
2026-09-0735.8529
2026-09-1435.7671
2026-09-2135.4934

High

36.1481

Low

31.7475

Average

34.1097

For developers

Get this rate via the API

One GET request returns the GBP/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=GBP&currencies=CUP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&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=GBP&currencies=CUP").json()

Replace YOUR_API_KEY with the key from your dashboard.

GBP/CUP API questions

How do I get the GBP/CUP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=CUP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/CUP rate in rates.CUP.

How far back does GBP/CUP historical data go?

Daily GBP/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 GBP/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.