Convert EUR to GGP
Euro → Guernsey Pound
1 EUR = 0.86045 GGP(1 GGP = 1.162183 EUR)
Currency converter
1 EUR =
0.86045 GGP
EUR to GGP: last 30 days
Over the last 30 days, 1 EUR traded between 0.85531 and 0.86066 GGP, averaging 0.85814 GGP. The EUR/GGP rate is up 0.43% since 2026-08-28.
- 30-day high
- 0.86066
- 2026-09-03
- 30-day low
- 0.85531
- 2026-09-14
- 30-day average
- 0.85814
- Days with data: 30
- 30-day change
- +0.43%
- since 2026-08-28
0.86066
0.855312026-08-28 → 2026-09-26
| Date | 1 EUR in GGP | Daily change |
|---|---|---|
| 2026-09-26 | 0.86045 | 0.00% |
| 2026-09-25 | 0.86045 | +0.07% |
| 2026-09-24 | 0.85986 | +0.04% |
| 2026-09-23 | 0.8595 | +0.34% |
| 2026-09-22 | 0.85656 | -0.23% |
| 2026-09-21 | 0.85854 | +0.35% |
| 2026-09-20 | 0.85552 | -0.01% |
| 2026-09-19 | 0.85563 | -0.36% |
| 2026-09-18 | 0.8587 | +0.06% |
| 2026-09-17 | 0.85823 | +0.28% |
| 2026-09-16 | 0.85581 | +0.01% |
| 2026-09-15 | 0.85572 | +0.05% |
| 2026-09-14 | 0.85531 | -0.19% |
| 2026-09-13 | 0.8569 | +0.00% |
| 2026-09-12 | 0.85689 | -0.21% |
| Date | 1 EUR in GGP | Daily change |
|---|---|---|
| 2026-09-11 | 0.85871 | +0.21% |
| 2026-09-10 | 0.85692 | -0.37% |
| 2026-09-09 | 0.86014 | +0.26% |
| 2026-09-08 | 0.85787 | -0.28% |
| 2026-09-07 | 0.86029 | +0.05% |
| 2026-09-06 | 0.8599 | +0.01% |
| 2026-09-05 | 0.8598 | +0.10% |
| 2026-09-04 | 0.85896 | -0.20% |
| 2026-09-03 | 0.86066 | +0.37% |
| 2026-09-02 | 0.85751 | +0.17% |
| 2026-09-01 | 0.85606 | -0.01% |
| 2026-08-31 | 0.85613 | -0.47% |
| 2026-08-30 | 0.86016 | -0.02% |
| 2026-08-29 | 0.86032 | +0.42% |
| 2026-08-28 | 0.85673 | — |
EUR to GGP conversion table
1 EUR0.86045 GGP
5 EUR4.3023 GGP
10 EUR8.6045 GGP
25 EUR21.5113 GGP
50 EUR43.0225 GGP
100 EUR86.045 GGP
500 EUR430.225 GGP
1,000 EUR860.45 GGP
5,000 EUR4,302.25 GGP
10,000 EUR8,604.5 GGP
Get the EUR/GGP rate in your app
One GET request returns the latest EUR → GGP 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/EUR/GGP"fetch('https://rate-api.com/api/v1/pair/EUR/GGP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} GGP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/GGP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} GGP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/GGP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} GGP\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "GGP"
},
"rate": 0.8605,
"timestamp": 1790429435,
"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
GGP to EURGuernsey Pound → Euro1.1622Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.