Convert GBP to CVE
British Pound → Cape Verdean Escudo
1 GBP = 128.14806 CVE(1 CVE = 0.00780347 GBP)
Currency converter
1 GBP =
128.1481 CVE
GBP to CVE: last 30 days
Over the last 30 days, 1 GBP traded between 128.1042 and 129.3162 CVE, averaging 128.4866 CVE. The GBP/CVE rate is down 0.36% since 2026-08-28.
- 30-day high
- 129.3162
- 2026-08-29
- 30-day low
- 128.1042
- 2026-09-10
- 30-day average
- 128.4866
- Days with data: 30
- 30-day change
- -0.36%
- since 2026-08-28
129.3162
128.10422026-08-28 → 2026-09-26
| Date | 1 GBP in CVE | Daily change |
|---|---|---|
| 2026-09-26 | 128.1481 | 0.00% |
| 2026-09-25 | 128.1481 | -0.07% |
| 2026-09-24 | 128.236 | -0.04% |
| 2026-09-23 | 128.2897 | -0.10% |
| 2026-09-22 | 128.4195 | -0.21% |
| 2026-09-21 | 128.6908 | +0.46% |
| 2026-09-20 | 128.1076 | -0.00% |
| 2026-09-19 | 128.1132 | -0.05% |
| 2026-09-18 | 128.171 | -0.39% |
| 2026-09-17 | 128.6755 | +0.10% |
| 2026-09-16 | 128.5487 | -0.26% |
| 2026-09-15 | 128.8871 | +0.19% |
| 2026-09-14 | 128.6375 | +0.17% |
| 2026-09-13 | 128.4231 | -0.00% |
| 2026-09-12 | 128.4265 | +0.03% |
| Date | 1 GBP in CVE | Daily change |
|---|---|---|
| 2026-09-11 | 128.3919 | +0.22% |
| 2026-09-10 | 128.1042 | -0.39% |
| 2026-09-09 | 128.6025 | +0.09% |
| 2026-09-08 | 128.4898 | -0.01% |
| 2026-09-07 | 128.5086 | +0.06% |
| 2026-09-06 | 128.4288 | -0.03% |
| 2026-09-05 | 128.4634 | +0.08% |
| 2026-09-04 | 128.356 | +0.02% |
| 2026-09-03 | 128.3303 | -0.06% |
| 2026-09-02 | 128.4034 | -0.14% |
| 2026-09-01 | 128.5897 | -0.17% |
| 2026-08-31 | 128.8027 | -0.37% |
| 2026-08-30 | 129.2809 | -0.03% |
| 2026-08-29 | 129.3162 | +0.55% |
| 2026-08-28 | 128.6063 | — |
GBP to CVE conversion table
1 GBP128.1481 CVE
5 GBP640.7403 CVE
10 GBP1,281.4806 CVE
25 GBP3,203.7016 CVE
50 GBP6,407.4031 CVE
100 GBP12,814.806 CVE
500 GBP64,074.031 CVE
1,000 GBP128,148.06 CVE
5,000 GBP640,740.31 CVE
10,000 GBP1,281,480.6 CVE
Get the GBP/CVE rate in your app
One GET request returns the latest GBP → CVE rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/GBP/CVE"fetch('https://rate-api.com/api/v1/pair/GBP/CVE', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} CVE`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/CVE",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} CVE")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/CVE');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GBP = {$data['rate']} CVE\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "CVE"
},
"rate": 128.1481,
"timestamp": 1790429398,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
CVE to GBPCape Verdean Escudo → British Pound0.0078035Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.