Skip to content

CHF to GYD exchange rate API

Swiss Franc to Guyana Dollar · quoted 2026-09-24

253.5722

▼ +2.67% over 30D

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 30 days, CHF/GYD traded between 253.3215 and 260.5236, averaged 256.9578 and fell 2.67%. 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 30D

CHF/GYD over 30D: show the values
PointCHF/GYD
2026-08-25260.5236
2026-08-26260.0596
2026-08-27259.8895
2026-08-28259.8265
2026-08-29259.0812
2026-08-30258.5444
2026-08-31259.9618
2026-09-01257.8785
2026-09-02257.1965
2026-09-03258.4223
2026-09-04257.9981
2026-09-05257.9399
2026-09-06258.4098
2026-09-07258.5194
2026-09-08257.7489
2026-09-09258.8081
2026-09-10257.6413
2026-09-11256.8925
2026-09-12255.7153
2026-09-13255.9795
2026-09-14256.1691
2026-09-15255.4930
2026-09-16255.2893
2026-09-17255.1845
2026-09-18253.3215
2026-09-19253.8376
2026-09-20254.6605
2026-09-21254.5343
2026-09-22255.4041
2026-09-23254.5101
2026-09-24253.6362

High

260.5236

Low

253.3215

Average

256.9578

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.