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: show the values
| Point | GEL/CDF |
|---|---|
| 2024-08-24 | 1033.1207 |
| 2024-10-07 | 1044.4728 |
| 2024-11-06 | 1050.2791 |
| 2024-12-06 | 1024.2330 |
| 2025-01-05 | 1008.5091 |
| 2025-02-04 | 1005.7697 |
| 2025-03-06 | 1029.4064 |
| 2025-04-06 | 1038.1681 |
| 2025-05-06 | 1054.7152 |
| 2025-06-07 | 1051.9070 |
| 2025-07-07 | 1071.1876 |
| 2025-08-06 | 1078.8361 |
| 2025-09-05 | 1079.7574 |
| 2025-10-06 | 920.6712 |
| 2025-11-05 | 805.0671 |
| 2025-12-05 | 845.3825 |
| 2026-01-05 | 844.1035 |
| 2026-02-04 | 845.7104 |
| 2026-03-06 | 848.4374 |
| 2026-04-05 | 855.9287 |
| 2026-05-05 | 862.5632 |
| 2026-06-06 | 870.4468 |
| 2026-07-08 | 875.8526 |
| 2026-08-07 | 876.8421 |
| 2026-09-07 | 884.9758 |
High
1079.76
Low
805.0671
Average
953.6112
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.