Skip to content

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

CHF/GYD over 6M: show the values
PointCHF/GYD
2026-03-28262.1777
2026-04-04260.6064
2026-04-11264.9614
2026-04-18267.6447
2026-04-25265.7267
2026-05-02267.3594
2026-05-09269.2866
2026-05-17265.7483
2026-05-25267.7116
2026-06-01266.9113
2026-06-10261.6850
2026-06-17263.8869
2026-06-24257.9178
2026-07-01257.6798
2026-07-08259.2583
2026-07-15256.8343
2026-07-22257.6826
2026-07-29254.4614
2026-08-05258.5168
2026-08-12257.9679
2026-08-20260.3356
2026-08-27259.8895
2026-09-03258.4223
2026-09-10257.6413
2026-09-17255.1845
2026-09-24253.6362

High

269.2866

Low

253.5722

Average

260.8410

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.