CHF to GYD exchange rate API
Swiss Franc to Guyana Dollar · quoted 2026-09-24
253.5722
▲ +2.89% over 5Y
1 CHF = 253.5722 GYD · 1 GYD = 0.003944 CHF · Get this rate via the API
1 CHF buys 253.5722 GYD as of 2026-09-24, so 1 GYD buys 0.003944 CHF. Over the last 5 years, CHF/GYD traded between 229.9271 and 268.9373, averaged 253.8612 and rose 2.89%. The API holds daily CHF/GYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/GYD over 5Y: show the values
| Point | CHF/GYD |
|---|---|
| 2024-08-24 | 246.4419 |
| 2024-10-07 | 244.9319 |
| 2024-11-06 | 238.5981 |
| 2024-12-06 | 238.0504 |
| 2025-01-05 | 229.9996 |
| 2025-02-04 | 229.9271 |
| 2025-03-06 | 235.4061 |
| 2025-04-06 | 244.8440 |
| 2025-05-06 | 253.2784 |
| 2025-06-07 | 255.1069 |
| 2025-07-07 | 262.2642 |
| 2025-08-06 | 259.2187 |
| 2025-09-05 | 260.6142 |
| 2025-10-06 | 262.7336 |
| 2025-11-05 | 258.2805 |
| 2025-12-05 | 260.1033 |
| 2026-01-05 | 263.2345 |
| 2026-02-04 | 268.9373 |
| 2026-03-06 | 267.3784 |
| 2026-04-05 | 261.1378 |
| 2026-05-05 | 266.8119 |
| 2026-06-06 | 263.0836 |
| 2026-07-08 | 259.2583 |
| 2026-08-07 | 258.6582 |
| 2026-09-07 | 258.5194 |
High
268.9373
Low
229.9271
Average
253.8612
Get this rate via the API
One GET request returns the CHF/GYD 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=CHF¤cies=GYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=GYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=GYD").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/GYD API questions
How do I get the CHF/GYD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=GYD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/GYD rate in rates.GYD.
How far back does CHF/GYD historical data go?
Daily CHF/GYD 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 CHF/GYD 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.