Convert USD to GGP
US Dollar → Guernsey Pound
1 USD = 0.754582 GGP(1 GGP = 1.325237 USD)
Currency converter
1 USD =
0.75458 GGP
USD to GGP: last 30 days
Over the last 30 days, 1 USD traded between 0.73584 and 0.75645 GGP, averaging 0.74307 GGP. The USD/GGP rate is up 2.55% since 2026-08-28.
- 30-day high
- 0.75645
- 2026-09-24
- 30-day low
- 0.73584
- 2026-08-28
- 30-day average
- 0.74307
- Days with data: 30
- 30-day change
- +2.55%
- since 2026-08-28
0.75645
0.735842026-08-28 → 2026-09-26
| Date | 1 USD in GGP | Daily change |
|---|---|---|
| 2026-09-26 | 0.75458 | 0.00% |
| 2026-09-25 | 0.75458 | -0.25% |
| 2026-09-24 | 0.75645 | +0.43% |
| 2026-09-23 | 0.75322 | +0.80% |
| 2026-09-22 | 0.74724 | +0.00% |
| 2026-09-21 | 0.74721 | +0.09% |
| 2026-09-20 | 0.74653 | -0.01% |
| 2026-09-19 | 0.74663 | -0.36% |
| 2026-09-18 | 0.7493 | +0.24% |
| 2026-09-17 | 0.74752 | +0.77% |
| 2026-09-16 | 0.7418 | +0.03% |
| 2026-09-15 | 0.7416 | +0.15% |
| 2026-09-14 | 0.74047 | +0.17% |
| 2026-09-13 | 0.73921 | +0.00% |
| 2026-09-12 | 0.73921 | -0.21% |
| Date | 1 USD in GGP | Daily change |
|---|---|---|
| 2026-09-11 | 0.74077 | +0.42% |
| 2026-09-10 | 0.73771 | -0.07% |
| 2026-09-09 | 0.73819 | -0.06% |
| 2026-09-08 | 0.73865 | -0.21% |
| 2026-09-07 | 0.74023 | +0.05% |
| 2026-09-06 | 0.73989 | +0.01% |
| 2026-09-05 | 0.7398 | +0.10% |
| 2026-09-04 | 0.73909 | -0.26% |
| 2026-09-03 | 0.741 | +0.05% |
| 2026-09-02 | 0.74064 | +0.27% |
| 2026-09-01 | 0.73862 | +0.04% |
| 2026-08-31 | 0.7383 | -0.06% |
| 2026-08-30 | 0.73878 | -0.02% |
| 2026-08-29 | 0.73892 | +0.42% |
| 2026-08-28 | 0.73584 | — |
USD to GGP conversion table
1 USD0.75458 GGP
5 USD3.7729 GGP
10 USD7.5458 GGP
25 USD18.8646 GGP
50 USD37.7291 GGP
100 USD75.4582 GGP
500 USD377.2911 GGP
1,000 USD754.5821 GGP
5,000 USD3,772.9106 GGP
10,000 USD7,545.8213 GGP
Get the USD/GGP rate in your app
One GET request returns the latest USD → 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/USD/GGP"fetch('https://rate-api.com/api/v1/pair/USD/GGP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 USD = ${data.rate} GGP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/USD/GGP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 USD = {data['rate']} GGP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/USD/GGP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 USD = {$data['rate']} GGP\n";Example response
{
"success": true,
"pair": {
"from": "USD",
"to": "GGP"
},
"rate": 0.7546,
"timestamp": 1790429363,
"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 USDGuernsey Pound → US Dollar1.3252Convert USD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.