Skip to content

GEL to CDF exchange rate API

Lari to Congolese Franc · quoted 2026-09-24

887.5466

▼ +12.05% over 1Y

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 year, GEL/CDF traded between 796.3793 and 1009.11, averaged 861.3515 and fell 12.05%. 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 1Y

GEL/CDF over 1Y: show the values
PointGEL/CDF
2025-09-241009.1092
2025-10-01958.0736
2025-10-08911.6286
2025-10-15829.8448
2025-10-22809.4770
2025-10-29842.6501
2025-11-05805.0671
2025-11-12809.3303
2025-11-19842.1619
2025-11-26843.5859
2025-12-03848.0660
2025-12-11850.4030
2025-12-18855.5717
2025-12-25845.4126
2026-01-01847.1729
2026-01-08853.1846
2026-01-15845.8726
2026-01-22812.7399
2026-01-29852.6794
2026-02-05847.9743
2026-02-12827.1428
2026-02-19863.2275
2026-02-26796.3793
2026-03-05844.2765
2026-03-12833.3853
2026-03-19851.0983
2026-03-26858.7415
2026-04-02861.4694
2026-04-09856.9764
2026-04-16856.8558
2026-04-23859.1031
2026-04-30862.5541
2026-05-07864.1812
2026-05-15837.6365
2026-05-23849.6550
2026-05-30862.7964
2026-06-06870.4468
2026-06-15870.1876
2026-06-22871.2882
2026-06-29877.0540
2026-07-06878.4324
2026-07-13874.1099
2026-07-20881.6845
2026-07-27880.1074
2026-08-03875.3939
2026-08-10876.6465
2026-08-17879.5403
2026-08-25880.4334
2026-09-01880.4369
2026-09-08886.2688
2026-09-15888.2054
2026-09-22888.3636

High

1009.11

Low

796.3793

Average

861.3515

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.