Convert CHF to GYD
Swiss Franc → Guyanaese Dollar
1 CHF = 252.55464 GYD(1 GYD = 0.00395954 CHF)
Currency converter
1 CHF =
252.5546 GYD
CHF to GYD: last 30 days
Over the last 30 days, 1 CHF traded between 252.5546 and 260.3054 GYD, averaging 256.5269 GYD. The CHF/GYD rate is down 2.80% since 2026-08-28.
- 30-day high
- 260.3054
- 2026-08-29
- 30-day low
- 252.5546
- 2026-09-25
- 30-day average
- 256.5269
- Days with data: 30
- 30-day change
- -2.80%
- since 2026-08-28
260.3054
252.55462026-08-28 → 2026-09-26
| Date | 1 CHF in GYD | Daily change |
|---|---|---|
| 2026-09-26 | 252.5546 | 0.00% |
| 2026-09-25 | 252.5546 | -0.43% |
| 2026-09-24 | 253.6359 | -0.34% |
| 2026-09-23 | 254.51 | -0.35% |
| 2026-09-22 | 255.4038 | +0.34% |
| 2026-09-21 | 254.534 | +0.36% |
| 2026-09-20 | 253.6155 | +0.23% |
| 2026-09-19 | 253.0354 | -0.11% |
| 2026-09-18 | 253.3227 | -0.73% |
| 2026-09-17 | 255.1851 | -0.04% |
| 2026-09-16 | 255.2883 | -0.08% |
| 2026-09-15 | 255.4933 | -0.26% |
| 2026-09-14 | 256.1679 | -0.07% |
| 2026-09-13 | 256.3591 | +0.10% |
| 2026-09-12 | 256.0933 | -0.31% |
| Date | 1 CHF in GYD | Daily change |
|---|---|---|
| 2026-09-11 | 256.8935 | -0.29% |
| 2026-09-10 | 257.6423 | -0.45% |
| 2026-09-09 | 258.8085 | +0.41% |
| 2026-09-08 | 257.7489 | -0.30% |
| 2026-09-07 | 258.5198 | -0.03% |
| 2026-09-06 | 258.5929 | +0.20% |
| 2026-09-05 | 258.0773 | +0.03% |
| 2026-09-04 | 257.9985 | -0.16% |
| 2026-09-03 | 258.4213 | +0.48% |
| 2026-09-02 | 257.1956 | -0.26% |
| 2026-09-01 | 257.8772 | -0.80% |
| 2026-08-31 | 259.9631 | -0.08% |
| 2026-08-30 | 260.182 | -0.05% |
| 2026-08-29 | 260.3054 | +0.18% |
| 2026-08-28 | 259.8265 | — |
CHF to GYD conversion table
1 CHF252.5546 GYD
5 CHF1,262.7732 GYD
10 CHF2,525.5464 GYD
25 CHF6,313.866 GYD
50 CHF12,627.732 GYD
100 CHF25,255.464 GYD
500 CHF126,277.32 GYD
1,000 CHF252,554.64 GYD
5,000 CHF1,262,773.2 GYD
10,000 CHF2,525,546.4 GYD
Get the CHF/GYD rate in your app
One GET request returns the latest CHF → GYD 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/CHF/GYD"fetch('https://rate-api.com/api/v1/pair/CHF/GYD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} GYD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/GYD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} GYD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/GYD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} GYD\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "GYD"
},
"rate": 252.5546,
"timestamp": 1790429362,
"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
GYD to CHFGuyanaese Dollar → Swiss Franc0.0039595Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.