Skip to content

CHF to GNF exchange rate API

Swiss Franc to Guinea Franc · quoted 2026-09-25

10619.91

▼ +3.88% over YTD

1 CHF = 10619.91 GNF · 1 GNF = 0.000094 CHF · Get this rate via the API

1 CHF buys 10619.91 GNF as of 2026-09-25, so 1 GNF buys 0.000094 CHF. Over the year to date, CHF/GNF traded between 10619.91 and 11436.97, averaged 11048.39 and fell 3.88%. The API holds daily CHF/GNF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/GNF over YTD

CHF/GNF over YTD: show the values
PointCHF/GNF
2025-12-3111048.18
2026-01-0710990.28
2026-01-1410935.34
2026-01-2111087.14
2026-01-2811436.97
2026-02-0411293.39
2026-02-1111427.95
2026-02-1811391.01
2026-02-2511328.08
2026-03-0411245.07
2026-03-1111250.80
2026-03-1811108.16
2026-03-2511093.84
2026-04-0111079.95
2026-04-0811140.86
2026-04-1511216.40
2026-04-2211237.78
2026-04-2911124.88
2026-05-0611239.50
2026-05-1411215.83
2026-05-2111130.29
2026-05-2911191.30
2026-06-0511129.76
2026-06-1411033.47
2026-06-2110859.14
2026-06-2810828.09
2026-07-0510925.00
2026-07-1210851.29
2026-07-1910862.30
2026-07-2610748.41
2026-08-0210898.25
2026-08-0910883.59
2026-08-1610823.33
2026-08-2410962.60
2026-08-3110888.37
2026-09-0710868.71
2026-09-1410780.62
2026-09-2110711.21

High

11436.97

Low

10619.91

Average

11048.39

For developers

Get this rate via the API

One GET request returns the CHF/GNF 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=GNF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=GNF");
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=GNF").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/GNF API questions

How do I get the CHF/GNF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=GNF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/GNF rate in rates.GNF.

How far back does CHF/GNF historical data go?

Daily CHF/GNF 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/GNF 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.