Skip to content

GBP to CUP exchange rate API

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

31.7475

▼ +1.34% over 1Y

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 last year, GBP/CUP traded between 31.3207 and 36.1285, averaged 33.5482 and fell 1.34%. 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 1Y

GBP/CUP over 1Y: show the values
PointGBP/CUP
2025-09-2532.1776
2025-10-0232.3279
2025-10-0932.0830
2025-10-1632.1754
2025-10-2331.9770
2025-10-3031.4952
2025-11-0631.3838
2025-11-1331.5785
2025-11-2031.3207
2025-11-2731.7581
2025-12-0432.0140
2025-12-1232.0591
2025-12-1932.0813
2025-12-2632.3753
2026-01-0232.2627
2026-01-0932.2393
2026-01-1632.1620
2026-01-2332.3750
2026-01-3033.0388
2026-02-0632.6367
2026-02-1332.7101
2026-02-2032.3864
2026-02-2732.3592
2026-03-0631.9856
2026-03-1331.9439
2026-03-2032.0707
2026-03-2731.8032
2026-04-0331.6115
2026-04-1035.6285
2026-04-1735.8642
2026-04-2435.7555
2026-05-0136.0490
2026-05-0836.0684
2026-05-1631.9955
2026-05-2432.1922
2026-05-3135.6487
2026-06-0935.5250
2026-06-1635.5207
2026-06-2335.0125
2026-06-3035.0459
2026-07-0735.4825
2026-07-1435.4676
2026-07-2135.5235
2026-07-2835.1921
2026-08-0435.6341
2026-08-1135.7777
2026-08-1835.8532
2026-08-2636.1285
2026-09-0235.7409
2026-09-0935.9475
2026-09-1635.6571
2026-09-2335.2030

High

36.1285

Low

31.3207

Average

33.5482

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.