Skip to content

GEL to CDF exchange rate API

Lari to Congolese Franc · quoted 2026-09-24

887.5466

▲ +4.85% over YTD

1 GEL = 887.5466 CDF · 1 CDF = 0.001127 GEL · Get this rate via the API

1 GEL buys 887.5466 CDF as of 2026-09-24, so 1 CDF buys 0.001127 GEL. Over the year to date, GEL/CDF traded between 789.8462 and 888.9856, averaged 855.8470 and rose 4.85%. The API holds daily GEL/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/CDF over YTD

GEL/CDF over YTD: show the values
PointGEL/CDF
2025-12-31846.4604
2026-01-07852.1986
2026-01-14791.6310
2026-01-21795.0005
2026-01-28851.2772
2026-02-04845.7104
2026-02-11850.5957
2026-02-18862.8965
2026-02-25789.8462
2026-03-04850.2187
2026-03-11801.6661
2026-03-18850.5873
2026-03-25855.3313
2026-04-01861.7930
2026-04-08862.8031
2026-04-15860.3280
2026-04-22860.2583
2026-04-29861.7739
2026-05-06860.5763
2026-05-14852.2055
2026-05-21860.0304
2026-05-29865.2672
2026-06-05872.8378
2026-06-14857.1116
2026-06-21856.9986
2026-06-28863.3235
2026-07-05854.6875
2026-07-12856.9084
2026-07-19860.3902
2026-07-26860.2985
2026-08-02865.3980
2026-08-09867.3094
2026-08-16867.7876
2026-08-24882.6254
2026-08-31873.9053
2026-09-07884.9758
2026-09-14888.4863
2026-09-21888.9856

High

888.9856

Low

789.8462

Average

855.8470

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=CDF").json()

Replace YOUR_API_KEY with the key from your dashboard.

GEL/CDF API questions

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

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

How far back does GEL/CDF historical data go?

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