Skip to content

CHF to GEL exchange rate API

Swiss Franc to Lari · quoted 2026-09-24

3.1515

▼ +7.65% over 1Y

1 CHF = 3.1515 GEL · 1 GEL = 0.31730 CHF · Get this rate via the API

1 CHF buys 3.1515 GEL as of 2026-09-24, so 1 GEL buys 0.31730 CHF. Over the last year, CHF/GEL traded between 3.1515 and 3.5051, averaged 3.3549 and fell 7.65%. The API holds daily CHF/GEL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/GEL over 1Y

CHF/GEL over 1Y: show the values
PointCHF/GEL
2025-09-243.4125
2025-10-013.4046
2025-10-083.3890
2025-10-153.3814
2025-10-223.3999
2025-10-293.4016
2025-11-053.3406
2025-11-123.3845
2025-11-193.3695
2025-11-263.3457
2025-12-033.3711
2025-12-113.3846
2025-12-183.3864
2025-12-253.4188
2026-01-013.3957
2026-01-083.3780
2026-01-153.3620
2026-01-223.3933
2026-01-293.5051
2026-02-053.4608
2026-02-123.4939
2026-02-193.4497
2026-02-263.4538
2026-03-053.4915
2026-03-123.4888
2026-03-193.4210
2026-03-263.4027
2026-04-023.3595
2026-04-093.3955
2026-04-163.4338
2026-04-233.4278
2026-04-303.4249
2026-05-073.4447
2026-05-153.4082
2026-05-233.3928
2026-05-303.4030
2026-06-063.3388
2026-06-153.3433
2026-06-223.2778
2026-06-293.2632
2026-07-063.2586
2026-07-133.2450
2026-07-203.2377
2026-07-273.2149
2026-08-033.2376
2026-08-103.2308
2026-08-173.2183
2026-08-253.2435
2026-09-013.2160
2026-09-083.2073
2026-09-153.1761
2026-09-223.1725

High

3.5051

Low

3.1515

Average

3.3549

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/GEL API questions

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

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

How far back does CHF/GEL historical data go?

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