Skip to content

CHF to GYD exchange rate API

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

253.5722

▼ +3.78% over 1Y

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 year, CHF/GYD traded between 253.5722 and 272.7549, averaged 262.7303 and fell 3.78%. 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 1Y

CHF/GYD over 1Y: show the values
PointCHF/GYD
2025-09-24263.5399
2025-10-01261.9196
2025-10-08261.5962
2025-10-15260.0114
2025-10-22262.8480
2025-10-29262.5493
2025-11-05258.2805
2025-11-12261.7804
2025-11-19260.8234
2025-11-26258.3360
2025-12-03261.5394
2025-12-11261.0546
2025-12-18263.0081
2025-12-25265.5007
2026-01-01264.1023
2026-01-08262.6317
2026-01-15261.2318
2026-01-22264.3556
2026-01-29272.7549
2026-02-05269.5250
2026-02-12272.3426
2026-02-19270.5526
2026-02-26269.2255
2026-03-05268.2885
2026-03-12268.7821
2026-03-19265.1618
2026-03-26264.6966
2026-04-02261.8252
2026-04-09264.4041
2026-04-16266.3785
2026-04-23267.5374
2026-04-30266.4895
2026-05-07268.9459
2026-05-15266.0897
2026-05-23266.1122
2026-05-30267.3385
2026-06-06263.0836
2026-06-15263.5716
2026-06-22258.7505
2026-06-29259.2218
2026-07-06259.6822
2026-07-13258.9631
2026-07-20258.7343
2026-07-27256.1955
2026-08-03258.4705
2026-08-10258.1139
2026-08-17257.7374
2026-08-25260.5236
2026-09-01257.8785
2026-09-08257.7489
2026-09-15255.4930
2026-09-22255.4041

High

272.7549

Low

253.5722

Average

262.7303

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.