Skip to content

GBP to CUP exchange rate API

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

31.7732

▲ +0.10% over 5Y

1 GBP = 31.7732 CUP · 1 CUP = 0.03147 GBP · Get this rate via the API

1 GBP buys 31.7732 CUP as of 2026-09-25, so 1 CUP buys 0.03147 GBP. Over the last 5 years, GBP/CUP traded between 29.8108 and 35.8661, averaged 32.3490 and rose 0.10%. 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 5Y

GBP/CUP over 5Y: show the values
PointGBP/CUP
2024-08-2431.7401
2024-10-0731.4742
2024-11-0630.8084
2024-12-0630.6497
2025-01-0529.8108
2025-02-0429.8493
2025-03-0630.8760
2025-04-0630.6646
2025-05-0632.1114
2025-06-0732.4394
2025-07-0732.6516
2025-08-0631.6016
2025-09-0532.3468
2025-10-0632.2843
2025-11-0531.2766
2025-12-0531.9953
2026-01-0532.3171
2026-02-0432.8212
2026-03-0631.9856
2026-04-0531.5209
2026-05-0535.8661
2026-06-0635.3583
2026-07-0835.3579
2026-08-0735.6414
2026-09-0735.8529

High

35.8661

Low

29.8108

Average

32.3490

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.