Skip to content

CHF to GNF exchange rate API

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

10615.50

▼ +2.73% over 1Y

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

1 CHF buys 10615.50 GNF as of 2026-09-25, so 1 GNF buys 0.000094 CHF. Over the last year, CHF/GNF traded between 10615.50 and 11428.78, averaged 10987.81 and fell 2.73%. 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 1Y

CHF/GNF over 1Y: show the values
PointCHF/GNF
2025-09-2510913.01
2025-10-0210914.74
2025-10-0910820.40
2025-10-1610874.89
2025-10-2310877.56
2025-10-3010806.92
2025-11-0610757.25
2025-11-1310912.33
2025-11-2010768.45
2025-11-2710779.09
2025-12-0410861.56
2025-12-1210928.42
2025-12-1910987.94
2025-12-2611085.44
2026-01-0211040.29
2026-01-0910942.53
2026-01-1610924.50
2026-01-2311081.38
2026-01-3011428.78
2026-02-0611285.95
2026-02-1311423.35
2026-02-2011318.88
2026-02-2711374.09
2026-03-0611212.60
2026-03-1311144.02
2026-03-2011147.51
2026-03-2711005.92
2026-04-0310966.34
2026-04-1011120.45
2026-04-1711212.61
2026-04-2411172.18
2026-05-0111236.34
2026-05-0811309.58
2026-05-1611154.99
2026-05-2411196.45
2026-05-3111230.83
2026-06-0911007.57
2026-06-1611019.30
2026-06-2310833.02
2026-06-3010827.59
2026-07-0710874.45
2026-07-1410814.77
2026-07-2110827.08
2026-07-2810715.60
2026-08-0410859.83
2026-08-1110846.42
2026-08-1810811.83
2026-08-2610928.97
2026-09-0210810.38
2026-09-0910895.38
2026-09-1610743.44
2026-09-2310705.32

High

11428.78

Low

10615.50

Average

10987.81

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.