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: show the values
| Point | GBP/CUP |
|---|---|
| 2025-09-25 | 32.1776 |
| 2025-10-02 | 32.3279 |
| 2025-10-09 | 32.0830 |
| 2025-10-16 | 32.1754 |
| 2025-10-23 | 31.9770 |
| 2025-10-30 | 31.4952 |
| 2025-11-06 | 31.3838 |
| 2025-11-13 | 31.5785 |
| 2025-11-20 | 31.3207 |
| 2025-11-27 | 31.7581 |
| 2025-12-04 | 32.0140 |
| 2025-12-12 | 32.0591 |
| 2025-12-19 | 32.0813 |
| 2025-12-26 | 32.3753 |
| 2026-01-02 | 32.2627 |
| 2026-01-09 | 32.2393 |
| 2026-01-16 | 32.1620 |
| 2026-01-23 | 32.3750 |
| 2026-01-30 | 33.0388 |
| 2026-02-06 | 32.6367 |
| 2026-02-13 | 32.7101 |
| 2026-02-20 | 32.3864 |
| 2026-02-27 | 32.3592 |
| 2026-03-06 | 31.9856 |
| 2026-03-13 | 31.9439 |
| 2026-03-20 | 32.0707 |
| 2026-03-27 | 31.8032 |
| 2026-04-03 | 31.6115 |
| 2026-04-10 | 35.6285 |
| 2026-04-17 | 35.8642 |
| 2026-04-24 | 35.7555 |
| 2026-05-01 | 36.0490 |
| 2026-05-08 | 36.0684 |
| 2026-05-16 | 31.9955 |
| 2026-05-24 | 32.1922 |
| 2026-05-31 | 35.6487 |
| 2026-06-09 | 35.5250 |
| 2026-06-16 | 35.5207 |
| 2026-06-23 | 35.0125 |
| 2026-06-30 | 35.0459 |
| 2026-07-07 | 35.4825 |
| 2026-07-14 | 35.4676 |
| 2026-07-21 | 35.5235 |
| 2026-07-28 | 35.1921 |
| 2026-08-04 | 35.6341 |
| 2026-08-11 | 35.7777 |
| 2026-08-18 | 35.8532 |
| 2026-08-26 | 36.1285 |
| 2026-09-02 | 35.7409 |
| 2026-09-09 | 35.9475 |
| 2026-09-16 | 35.6571 |
| 2026-09-23 | 35.2030 |
High
36.1285
Low
31.3207
Average
33.5482
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=CUP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=CUP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=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¤cies=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.