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: show the values
| Point | GEL/CDF |
|---|---|
| 2025-12-31 | 846.4604 |
| 2026-01-07 | 852.1986 |
| 2026-01-14 | 791.6310 |
| 2026-01-21 | 795.0005 |
| 2026-01-28 | 851.2772 |
| 2026-02-04 | 845.7104 |
| 2026-02-11 | 850.5957 |
| 2026-02-18 | 862.8965 |
| 2026-02-25 | 789.8462 |
| 2026-03-04 | 850.2187 |
| 2026-03-11 | 801.6661 |
| 2026-03-18 | 850.5873 |
| 2026-03-25 | 855.3313 |
| 2026-04-01 | 861.7930 |
| 2026-04-08 | 862.8031 |
| 2026-04-15 | 860.3280 |
| 2026-04-22 | 860.2583 |
| 2026-04-29 | 861.7739 |
| 2026-05-06 | 860.5763 |
| 2026-05-14 | 852.2055 |
| 2026-05-21 | 860.0304 |
| 2026-05-29 | 865.2672 |
| 2026-06-05 | 872.8378 |
| 2026-06-14 | 857.1116 |
| 2026-06-21 | 856.9986 |
| 2026-06-28 | 863.3235 |
| 2026-07-05 | 854.6875 |
| 2026-07-12 | 856.9084 |
| 2026-07-19 | 860.3902 |
| 2026-07-26 | 860.2985 |
| 2026-08-02 | 865.3980 |
| 2026-08-09 | 867.3094 |
| 2026-08-16 | 867.7876 |
| 2026-08-24 | 882.6254 |
| 2026-08-31 | 873.9053 |
| 2026-09-07 | 884.9758 |
| 2026-09-14 | 888.4863 |
| 2026-09-21 | 888.9856 |
High
888.9856
Low
789.8462
Average
855.8470
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.