CHF to GYD exchange rate API
Swiss Franc to Guyana Dollar · quoted 2026-09-24
253.5722
▼ +3.28% over 6M
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 6 months, CHF/GYD traded between 253.5722 and 269.2866, averaged 260.8410 and fell 3.28%. 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 6M: show the values
| Point | CHF/GYD |
|---|---|
| 2026-03-28 | 262.1777 |
| 2026-04-04 | 260.6064 |
| 2026-04-11 | 264.9614 |
| 2026-04-18 | 267.6447 |
| 2026-04-25 | 265.7267 |
| 2026-05-02 | 267.3594 |
| 2026-05-09 | 269.2866 |
| 2026-05-17 | 265.7483 |
| 2026-05-25 | 267.7116 |
| 2026-06-01 | 266.9113 |
| 2026-06-10 | 261.6850 |
| 2026-06-17 | 263.8869 |
| 2026-06-24 | 257.9178 |
| 2026-07-01 | 257.6798 |
| 2026-07-08 | 259.2583 |
| 2026-07-15 | 256.8343 |
| 2026-07-22 | 257.6826 |
| 2026-07-29 | 254.4614 |
| 2026-08-05 | 258.5168 |
| 2026-08-12 | 257.9679 |
| 2026-08-20 | 260.3356 |
| 2026-08-27 | 259.8895 |
| 2026-09-03 | 258.4223 |
| 2026-09-10 | 257.6413 |
| 2026-09-17 | 255.1845 |
| 2026-09-24 | 253.6362 |
High
269.2866
Low
253.5722
Average
260.8410
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.