CHF to GYD exchange rate API
Swiss Franc to Guyana Dollar · quoted 2026-09-24
253.5722
▼ +4.08% over YTD
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 year to date, CHF/GYD traded between 253.5722 and 272.3648, averaged 263.2801 and fell 4.08%. 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 YTD: show the values
| Point | CHF/GYD |
|---|---|
| 2025-12-31 | 264.3476 |
| 2026-01-07 | 262.9547 |
| 2026-01-14 | 261.5827 |
| 2026-01-21 | 264.8413 |
| 2026-01-28 | 271.6722 |
| 2026-02-04 | 268.9373 |
| 2026-02-11 | 272.3648 |
| 2026-02-18 | 271.2633 |
| 2026-02-25 | 269.9749 |
| 2026-03-04 | 268.3351 |
| 2026-03-11 | 268.2495 |
| 2026-03-18 | 264.5904 |
| 2026-03-25 | 264.5626 |
| 2026-04-01 | 264.2364 |
| 2026-04-08 | 263.4177 |
| 2026-04-15 | 267.4470 |
| 2026-04-22 | 267.5139 |
| 2026-04-29 | 265.1087 |
| 2026-05-06 | 267.9337 |
| 2026-05-14 | 267.5675 |
| 2026-05-21 | 265.3103 |
| 2026-05-29 | 266.2982 |
| 2026-06-05 | 265.7781 |
| 2026-06-14 | 263.2983 |
| 2026-06-21 | 259.2216 |
| 2026-06-28 | 258.3847 |
| 2026-07-05 | 260.2811 |
| 2026-07-12 | 258.6146 |
| 2026-07-19 | 258.8040 |
| 2026-07-26 | 255.8782 |
| 2026-08-02 | 259.2074 |
| 2026-08-09 | 259.2548 |
| 2026-08-16 | 256.9116 |
| 2026-08-24 | 261.0219 |
| 2026-08-31 | 259.9618 |
| 2026-09-07 | 258.5194 |
| 2026-09-14 | 256.1691 |
| 2026-09-21 | 254.5343 |
High
272.3648
Low
253.5722
Average
263.2801
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.