Skip to content

GEL to CDF exchange rate API

Lari to Congolese Franc · quoted 2026-09-24

887.5466

▼ +14.09% over 5Y

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 last 5 years, GEL/CDF traded between 805.0671 and 1079.76, averaged 953.6112 and fell 14.09%. 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 5Y

GEL/CDF over 5Y: show the values
PointGEL/CDF
2024-08-241033.1207
2024-10-071044.4728
2024-11-061050.2791
2024-12-061024.2330
2025-01-051008.5091
2025-02-041005.7697
2025-03-061029.4064
2025-04-061038.1681
2025-05-061054.7152
2025-06-071051.9070
2025-07-071071.1876
2025-08-061078.8361
2025-09-051079.7574
2025-10-06920.6712
2025-11-05805.0671
2025-12-05845.3825
2026-01-05844.1035
2026-02-04845.7104
2026-03-06848.4374
2026-04-05855.9287
2026-05-05862.5632
2026-06-06870.4468
2026-07-08875.8526
2026-08-07876.8421
2026-09-07884.9758

High

1079.76

Low

805.0671

Average

953.6112

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.