Skip to content

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

CHF/GYD over 5Y: show the values
PointCHF/GYD
2024-08-24246.4419
2024-10-07244.9319
2024-11-06238.5981
2024-12-06238.0504
2025-01-05229.9996
2025-02-04229.9271
2025-03-06235.4061
2025-04-06244.8440
2025-05-06253.2784
2025-06-07255.1069
2025-07-07262.2642
2025-08-06259.2187
2025-09-05260.6142
2025-10-06262.7336
2025-11-05258.2805
2025-12-05260.1033
2026-01-05263.2345
2026-02-04268.9373
2026-03-06267.3784
2026-04-05261.1378
2026-05-05266.8119
2026-06-06263.0836
2026-07-08259.2583
2026-08-07258.6582
2026-09-07258.5194

High

268.9373

Low

229.9271

Average

253.8612

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=GYD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=GYD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=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&currencies=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.