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: show the values
| Point | CHF/GNF |
|---|---|
| 2025-12-31 | 11048.18 |
| 2026-01-07 | 10990.28 |
| 2026-01-14 | 10935.34 |
| 2026-01-21 | 11087.14 |
| 2026-01-28 | 11436.97 |
| 2026-02-04 | 11293.39 |
| 2026-02-11 | 11427.95 |
| 2026-02-18 | 11391.01 |
| 2026-02-25 | 11328.08 |
| 2026-03-04 | 11245.07 |
| 2026-03-11 | 11250.80 |
| 2026-03-18 | 11108.16 |
| 2026-03-25 | 11093.84 |
| 2026-04-01 | 11079.95 |
| 2026-04-08 | 11140.86 |
| 2026-04-15 | 11216.40 |
| 2026-04-22 | 11237.78 |
| 2026-04-29 | 11124.88 |
| 2026-05-06 | 11239.50 |
| 2026-05-14 | 11215.83 |
| 2026-05-21 | 11130.29 |
| 2026-05-29 | 11191.30 |
| 2026-06-05 | 11129.76 |
| 2026-06-14 | 11033.47 |
| 2026-06-21 | 10859.14 |
| 2026-06-28 | 10828.09 |
| 2026-07-05 | 10925.00 |
| 2026-07-12 | 10851.29 |
| 2026-07-19 | 10862.30 |
| 2026-07-26 | 10748.41 |
| 2026-08-02 | 10898.25 |
| 2026-08-09 | 10883.59 |
| 2026-08-16 | 10823.33 |
| 2026-08-24 | 10962.60 |
| 2026-08-31 | 10888.37 |
| 2026-09-07 | 10868.71 |
| 2026-09-14 | 10780.62 |
| 2026-09-21 | 10711.21 |
High
11436.97
Low
10619.91
Average
11048.39
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=GNF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=GNF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.