GEL to CDF exchange rate API
Lari to Congolese Franc · quoted 2026-09-24
885.3771
▼ +12.26% over 1Y
1 GEL = 885.3771 CDF · 1 CDF = 0.001129 GEL · Get this rate via the API
1 GEL buys 885.3771 CDF as of 2026-09-24, so 1 CDF buys 0.001129 GEL. Over the last year, GEL/CDF traded between 796.3793 and 1009.11, averaged 861.3106 and fell 12.26%. 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: show the values
| Point | GEL/CDF |
|---|---|
| 2025-09-24 | 1009.1092 |
| 2025-10-01 | 958.0736 |
| 2025-10-08 | 911.6286 |
| 2025-10-15 | 829.8448 |
| 2025-10-22 | 809.4770 |
| 2025-10-29 | 842.6501 |
| 2025-11-05 | 805.0671 |
| 2025-11-12 | 809.3303 |
| 2025-11-19 | 842.1619 |
| 2025-11-26 | 843.5859 |
| 2025-12-03 | 848.0660 |
| 2025-12-11 | 850.4030 |
| 2025-12-18 | 855.5717 |
| 2025-12-25 | 845.4126 |
| 2026-01-01 | 847.1729 |
| 2026-01-08 | 853.1846 |
| 2026-01-15 | 845.8726 |
| 2026-01-22 | 812.7399 |
| 2026-01-29 | 852.6794 |
| 2026-02-05 | 847.9743 |
| 2026-02-12 | 827.1428 |
| 2026-02-19 | 863.2275 |
| 2026-02-26 | 796.3793 |
| 2026-03-05 | 844.2765 |
| 2026-03-12 | 833.3853 |
| 2026-03-19 | 851.0983 |
| 2026-03-26 | 858.7415 |
| 2026-04-02 | 861.4694 |
| 2026-04-09 | 856.9764 |
| 2026-04-16 | 856.8558 |
| 2026-04-23 | 859.1031 |
| 2026-04-30 | 862.5541 |
| 2026-05-07 | 864.1812 |
| 2026-05-15 | 837.6365 |
| 2026-05-23 | 849.6550 |
| 2026-05-30 | 862.7964 |
| 2026-06-06 | 870.4468 |
| 2026-06-15 | 870.1876 |
| 2026-06-22 | 871.2882 |
| 2026-06-29 | 877.0540 |
| 2026-07-06 | 878.4324 |
| 2026-07-13 | 874.1099 |
| 2026-07-20 | 881.6845 |
| 2026-07-27 | 880.1074 |
| 2026-08-03 | 875.3939 |
| 2026-08-10 | 876.6465 |
| 2026-08-17 | 879.5403 |
| 2026-08-25 | 880.4334 |
| 2026-09-01 | 880.4369 |
| 2026-09-08 | 886.2688 |
| 2026-09-15 | 888.2054 |
| 2026-09-22 | 888.3636 |
High
1009.11
Low
796.3793
Average
861.3106
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.